Solution
The scope card can wait indefinitely to receive a trigger. It is not necessary to re-arm the trigger, even if the LabVIEW code runs for months at a time.
It is important to note that some LabVIEW driver API will consist of timeout inputs on the "Configure", "Fetch" or "Read" VIs. These timeouts should be set to infinite (-1) to prevent the hardware from timing out before receiving a trigger. For the NI-SCOPE API, the
Fetch VI must be set to an infinite timeout.