07-24-2017 06:43 AM - edited 07-24-2017 06:54 AM
Hi all, I'm creating a VI which is supposed to use two boards USB-6003 to take some measurements. The first one is reading a voltage from two lasers which measure distance, the second one reads a voltage too, from a load cell. I need to take these measurement at a relatively high rate (50k) for a total amount of sampes of 5k. I set the two express VIs of the DAQ assistants ant they work well, but since now they are completely uncoupled, the two measurements are not synchronised. How can I modify the program (or the DAQ assistant settings) in order to reach this task?
Thank you all!
07-24-2017 07:10 AM
07-24-2017 07:42 AM
Hi GerdW,
Thank you for your fast response, I have little experience on LabVIEW so pleae forgive me if I ask for some more information. In particular, what should I change from the point of view of the VI? Should I also change something in the DAQ Assistant set-up window?
Thank you again
07-24-2017 08:17 AM - last edited on 11-26-2024 05:26 PM by Content Cleaner
Hi efer,
you may try to fiddle with those triggering settings in the DAQAssistent…
I strongly advise to use plain DAQmx functions as explained here and in all those example VIs coming with LabVIEW!
What's the point in converting a boolean value into an enum with two items "True" and "False"?