ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event Structure & Add Stop priority during a process

Hi all,

In my program, I use an event structure and during a process, I want to add Stop Emergency button.

How can I do ?

Thanks

0 Kudos
Message 1 of 7
(3,899 Views)

What exactly should this emergency stop button do that isn't already being done by the stop button you have in there now?

0 Kudos
Message 2 of 7
(3,894 Views)

For example, if the process has 10 step, Emergency button can stop at least between 2 step

0 Kudos
Message 3 of 7
(3,853 Views)

Use a state machine and don't congest event cases. They should always completed immediately.

What happens in the various "steps". Just a waits or something that takes a while and cannot be interrupted?

0 Kudos
Message 4 of 7
(3,847 Views)

something that takes a while and cannot be interrupted, so wait the end of 1 step before interrupt

0 Kudos
Message 5 of 7
(3,840 Views)

Again, don't use a sequence. Use a state machine and check termination after each state.

0 Kudos
Message 6 of 7
(3,833 Views)

ok, I never use State Machine, I will look for an example

0 Kudos
Message 7 of 7
(3,831 Views)