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
(2,795 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
(2,790 Views)

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

0 Kudos
Message 3 of 7
(2,749 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
(2,743 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
(2,736 Views)

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

0 Kudos
Message 6 of 7
(2,729 Views)

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

0 Kudos
Message 7 of 7
(2,727 Views)