snirgu Posted April 15, 2015 Report Share Posted April 15, 2015 i'm looking for simple way to pause and stop a program . does the jz20-t10 will recognize long press or short press on the same button ? is there a built in function / button for this ? Quote Link to comment Share on other sites More sharing options...
AlexUT Posted April 15, 2015 Report Share Posted April 15, 2015 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? Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted April 15, 2015 MVP 2022 Report Share Posted April 15, 2015 You can place a timer activated by a button press to create long and short button press actions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.