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.
Need to return items, cancel items or an order? Choose My Orders, then "Return or Replace" or "Request Cancellation". Many self-serve features at Accounts & Orders, Account Home.
BRX Series PLCs (Stackable Micro Brick): Do-more Designer Videos
Detailed Product Overview
(VID-DD-0053) - This video gives basic information on Using the YIELD "Yield Program or Task" 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 stop execution of a Program or Task and pass control to the next Program or Task in the execution order of the CPU. This is helpful if you have a code block that is increasing your CPU scan time. By placing multiple yield instructions in the code block, this will divide the code block so that it will share the scan time burden across multiple scans of the CPU. So, once the code-block begins executing, only the ladder logic between the first rung and the first Yield instruction will execute on the first scan of the Program. On the next scan the ladder logic between the first and second Yield instructions will be executed. On the third only that between the second and the third and so forth.