This version of Internet Explorer is either no longer supported by Microsoft, or is obsolete and some features of our store may no longer be supported.
Please consider upgrading or use a different browser.
BRX Series PLCs (Stackable Micro Brick): Do-more Designer Videos
Detailed Product Overview
(VID-DD-0047) - This video gives basic information on Using the JMP "Jump to Stage" instruction in the Do-more Designer software. It presents information that is commonly missed by users. This WILL NOT be a complete tutorial for the instruction but rather a supplement to the help file and customer experience.
**Prices were valid at the time the video was released and are subject to change.
** Software Version used in this video: Do-more Designer 2.0.3
Hide Transcript
View Transcript
This instruction is used to transition from one stage to another. All Stage programming instructions can only be entered in a Program code block. And jump instruction can only target Stages within the same program code block When this Jump is executed, it does NOT cause an immediate exit of the current stage it only disables the current Stage and enables the target Stage. So, if this jump is triggered, this logic is not skipped and even though it is after the jump in the logic it will be evaluated on the same scan as the jump instruction. Now if the target stage, if below the jump in the ladder scan will be evaluated the same scan as the Jump is triggered. If before in the ladder scan it will be evaluated the next scan on the controller. Once a stage is terminated any out coils will be turned off as part of the termination behavior.