Hold an output signal high
William01
Posts: 2
This seems really simple, and I've tried searching the forum (as well as google and the programming manual) but couldn't find it.
Is it possible to hold an output signal high while the stamp carries out other instructions, and then lower it later on when needed?
If so, how is this done?
Is it possible to hold an output signal high while the stamp carries out other instructions, and then lower it later on when needed?
If so, how is this done?
Comments
HIGH 1 will turn it on
It will stay on until later in the program when you say
LOW 1
As long as your other programming doesn't overwrite these instructions, they will behave correctly.
Cheers,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·