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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...