RUN Command

Purpose

Places a block on scan. Note that the command does not wait for the block to finish processing before proceeding to the next command.

Syntax

RUN block

Example

To place the block, DOWNRCP, on scan, enter the following:

RUN DOWNRCP

NOTE: The block places other blocks on scan in the order that RUN statements occur. Make sure you examine the RUN statements in the block to ensure that they execute as you intend.

Keep in mind that the RUN command allows the block to continue processing its remaining commands while the CALL command pauses the block until the called block finishes.