I have LV application, where user can specify input and output channels for connected DAQ device. I want to synchronise both channels using trigger on the input channel, with analog output start as a trigger source (image on this site shows part of what I am trying to do).
My problem is that user specifies only IO channels, but how can I switch from a DAQmx Physical Channel
(e.g. cDAQ1Mod4/ao0
) line into source
for the DAQmx Start Trigger
block (probably /cDAQ1Mod4/ao0/StartTrigger
in this case, but I am not sure) ?