"Emergency" button


fory

Recommended Posts

1) Create a button component on your screen

2) Open its properties

3) Go to the action tab

4) select "Quick Sequence" for the action

5) In the space below, enter code similar to this:

endseq(sequencename1)

endseq(sequencename2)

replacing sequencename1 and 2 with the names of your sequences. Repeat for as many sequences as you have. You may also want to add some code to reset some outputs to a safe setting since you won't know where those sequences actually stopped. Note that the sequence name is NOT in quotes (one of the few places where this is true)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.