LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to measure, control and log data in the same time?

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)

0 Kudos
Message 1 of 3
(2,484 Views)

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.

0 Kudos
Message 2 of 3
(2,447 Views)
Many thanks for the fast response. I will try it that way.
0 Kudos
Message 3 of 3
(2,388 Views)