11-30-2008 05:13 AM
Dear Labview experts.
I have rather basic question. How can I measure, control and log data simultaniously?
We have build an application, where we control an angle using a variable resistor. The input is simply a voltage which is scaled and compared with an reference values. The measuremen and control of the angle
works fine. However, I would like to monitor the input port (and log the data) independently of the control loop. How can this be achieved?
Many thanks for your help!
(Labview 8.1 / USB 6211)
12-01-2008 09:30 AM
Try use something like this:
http://zone.ni.com/devzone/cda/tut/p/id/4575
Make few queue for sending data from measure thread to control thread and next queue to sending data from control to logging.
12-10-2008 04:34 AM