03-19-2007 04:47 AM
03-26-2007 12:31 PM
Greetings Carlo,
I'm assuming you are using LabVIEW 8.0/8.20?
Yesterday I was synchronizing Analog and Digital inputs with one of our shipping examples:
Help >> NI Example Finder >> Browse >> Hardware Input and Output >> DAQmx >> Synchronization >> Multi-Function >> “Multi-Function-Synch AE-Read Dig Chan.vi”
You could also modify the example to include Clocked DIO (supported by the 6251) to eliminate any cases where you might lose data.
Furthermore, with the 2D data array, I would recommend the “build array” function node and wire it directly to an XY graph. I’m not sure of what you application is but I’m sure there are many possibilities… that is if you are using LabVIEW. 😉
I hope this helps and feel free to respond if you have any further questions!
Thanks,
03-28-2007 04:25 AM
03-29-2007 03:01 AM
Hey Carlo,
The example demonstrates how to acquire analog and digital data at the same time, synchronized with one another on your device. The example is definitely a great starting point for a continuous external clock because the DAQmx timing VI is already set to Sample Clock and Continuous.
Once you have the VI acquiring continuously on your 6251 you can start adding your triggering.
Let me know how it goes!