ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
09-10-2018 11:03 AM
Hi Everybody.
I would like to synchronize a analog input channel in order to register a external signal but I need to synchronize the ADC from a USB-6002 with a internal signal generated from Labview which is another analog output instead the DAQmx Start Trigger TTL or analog external input obtained from USB-6002. How can I achive that?
Regards
Oscar Ch.
09-10-2018 03:39 PM
First, lose the Sequence -- they are almost never needed in good LabVIEW code (experts know when/how to use them, but beginners are usually better advised to use Data Flow and connect the Error Lines to determine the sequence of routines).
I see you are using the Dreaded DAQ Assistant, designed to give you the appearance of "ease of use" by simplifying DAQmx (which is pretty powerful and not that complicated) so that you can't figure out how to do "simple things".
The first thing I thought of when I read your post was "Why not simply call Start Task when you want the ADC to start running", but that was before I saw the DDA (Dreaded DAQ Assistant). I'm uncertain what you mean by "a(n) internal signal generated from Labview (LabVIEW) which is another analog output".
Bob Schor