LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can A state machine be used to monitor flow from a micro motion using bridgeview/labview

I want to be able to use a state machine to monitor if the flow stops during a chemical charge. Currently I am using labview 5.0 and this monitors flow but I need an alarm to let me know if flow stops during a charge. Any suggestions?
0 Kudos
Message 1 of 3
(2,652 Views)
You can use state machine for that. The default state would keep on monitoring if the flow stops. As soon as flow stops, you can call another state which would set off alarm.

Queue VIs can be used to control the states of your machine as well.

Hope this would give you some hints

A Rafiq
Message 2 of 3
(2,652 Views)
this example might explain what i meant.

A Rafiq
Message 3 of 3
(2,652 Views)