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 ? 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? Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted April 15, 2015 MVP 2023 Report Share Posted April 15, 2015 You can place a timer activated by a button press to create long and short button press actions. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now