LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor the data change

Hello guys,

 

I have a little problem here. I got the data stream from the data acquisition device, and the data could be indicated on a chart. I could see the waveform on the Labview front panel, and even got the data value from the indicator. However, I need to record the data at one moment, and record another data after a small time interval. Then, I need to monitor the data change.  Any good idea? Thank you!

0 Kudos
Message 1 of 9
(3,030 Views)

Thx!

0 Kudos
Message 2 of 9
(3,006 Views)

If you want to record data at a given time maybe the waveform is not needed and you can switch to single point acquisition.

Can you givemore details about "monitor[ing] the data change"?

0 Kudos
Message 3 of 9
(3,002 Views)

Thank you for your reply.

I would like to monitor the data, when the data sudden drop-down, I could send a message to switch off the system. My idea is obtain a data at one moment and obtain another data after a small time interval. When the change is larger than acceptable value, I switch it off.

Could you show me more detail about single point acquisition? So appreciate!

 

0 Kudos
Message 4 of 9
(2,988 Views)

Hello Phyuu,

 

What type of data change are you trying to monitor, a change in the time interval or a change in the voltage. You could keep track of the amount of time passed with an Elapsed Time Express VI.

Applications Engineer
National Instruments
0 Kudos
Message 5 of 9
(2,963 Views)

Hello Paul,

 

I try to monitor the change in the voltage. The data is in volts. My problem is, I could read these data from a numerical indicator instantaneously. However, I need to record a single data (voltage value) at one moment and another single data a few millisecond after, and compare these two data. Could that easily to reach? Thank you!!

0 Kudos
Message 6 of 9
(2,958 Views)

I would suggest to give a look to the transition detection vis:

"Threshold Detector PtbyPt.vi" and

"Threshold Detector.vi"

 

Marco

0 Kudos
Message 7 of 9
(2,937 Views)

I am guessing that you will get a chunk of data from DAQ and you can log this data continuously and see the Max and min value in that arrived data continuously. It may be the solution that you want.

 

See the VI's in array pallet.

Max and Min array VI and Sort 1D array VI.

0 Kudos
Message 8 of 9
(2,934 Views)

Simply using min and max can give problems due to noise resulting in false alarms.

That's why I prefer using threshold detection functions.

 

Regards,

Marco

0 Kudos
Message 9 of 9
(2,927 Views)