Jump to content

looking for simple way to do pause and stop program button


Recommended Posts

Hi snirgu,

Only I (info) button pressing is recognized for short and long press. Long one switch PLC to Info mode.

 

Please explain in more details pause and stop program.

 

You can make a "virtual" stop by eliminating any Ladder operation.

Set selected bit to 1 and check it in Ladder. If this bit =1, use Ret operator to bypass rest of Ladder code, or use Jump to Label if you need to bypass part of Ladder code.

 

Is this what you need?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.