03-04-2011 07:14 AM
How to acquiring data to graph on button clicking. I mean that every button click will acquire one data from DAQmx, which are shows on Y axis and number of clicks will be shown "step by step" in X axis. Thanks
03-07-2011 04:53 PM
Hi de_mayo,
You can use an event or case structure to monitor the button that you want and when the boolean value is true you can run the DAQmx Read VI. Is there a particular reason you don't want it to be acquiring continuously?
Paul M