02-24-2006 09:01 AM
02-24-2006 09:38 AM - edited 02-24-2006 09:38 AM
In traditional DAQ you can set the trigger for data acquisition to that of output generation by using
Select_Signal (1, ND_IN_START_TRIGGER, ND_OUT_START_TRIGGER, ND_DONT_CARE);
this way data qcquisition starts syncronously with output generation.
If you are using DAQmx you must look for the equivalent of this command but unfortunately I cannot help you.
Message Edited by Roberto Bozzolo on 02-24-2006 04:38 PM