This toolbar provides additional blocks to include conditional looping within the Sequence. To add one of these blocks to the Sequence, drag it from the Loops toolbar to the Sequence Workspace.
Repeat the sub-blocks until the specified count is reached. To add sub-blocks to the loop, drag a configuration or property block from a running bench application and drop it inside the loop.
Example: In the following example, the loop is repeated 10 times – one DMM measurement is taken with each loop.
Repeat the sub-blocks until the specified time has elapsed. Click directly on the time value (see below) to set the duration in the form DD (days), HH (hours), MM (minutes), and SS (seconds). To add sub-blocks to the loop, drag a configuration or property block from a running bench application and drop it inside the loop.
Example: In the following example, the loop is repeated for 10 seconds – continuous DMM measurements are taken until the time has elapsed.
Note: The maximum duration allowed is 99 days, 23 hours, 59 minutes, and 59 seconds.
Repeat the sub-blocks as long as the specified condition or conditions are met. If multiple WHILE conditions are added to the block, you must specify whether ANY or ALL of the conditions must be met. To add sub-blocks to the loop, drag a configuration or property block from a running bench application and drop it inside the loop.
Example: In the following example, continuous DMM measurements are taken as long as the measured voltage on Power Supply Channel 1 is less than or equal to 1.25V.
Repeat the sub-blocks until the specified condition or conditions are met. If multiple UNTIL conditions are added to the block, you must specify whether ANY or ALL of the conditions must be met. To add sub-blocks to the loop, drag a configuration or property block from a running bench application and drop it inside the loop. You can also add a Timeout or Count as an UNTIL condition by clicking on the corresponding labels located in the block. To set the timeout, click directly on the time value (see below) and set the duration in the form DD (days), HH (hours), MM (minutes), and SS (seconds).
Example: In the following example, the sub-block will be continuously executed until ANY of the two UNTIL conditions within the block are met.
Repeat the sub-blocks indefinitely or until the Stop button is pressed.