LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

State machine

Hi,
 
Now I test a machine and acquire the data.
 
We need the data when the machine is on steady.The steady cycle time is 5mins.
 
If the data is beyond the setting area, the cycle should be restart. And the record of these data will be written in txt.
 
My problem is how can I  record the data due to so much data will come during 5 mins.
 
Only meet the setting requirment  5 mins the data can be recorded.
 
Thanks.
 
0 Kudos
Message 1 of 3
(2,728 Views)

"My problem is how can I  record the data due to so much data will come during 5 mins"

How many data are they ?

0 Kudos
Message 2 of 3
(2,710 Views)
Is your problem that you have too much data, too fast? If so, you probably need a "Wait" node in there somewhere to slow down the acquisition rate (unless you need 1,000 data points per second instead of, say, 5).

If you're just having trouble setting up a timer, posting a picture of your code might be enough for me to help you with that.

If you're just having trouble marking the restart points in your measurement file, then that I really can't help you with, as I haven't done much with measurement files.
0 Kudos
Message 3 of 3
(2,684 Views)