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,361 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,356 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,315 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,309 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,302 Views)

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

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

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

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