Solution
A software timed trigger can be done monitoring within a
while loop the status of the input signal of one device to check if a certain condition has taken place. If this condition occurred then the LabVIEW program will execute the desired task using a
case structure.
For example, if we want to create a software timed trigger, where a DAQmx Voltage Digital Input Task will trigger a DAQmx Analog Input Task, the following implementation can be done:
Block Diagram:
False Case: