Example

Introduction to Programming

Selecting Multiple Subsystems

Selecting Multiple Subsystems

You can send multiple program commands and program queries for different subsystems within the same selected module on the same line by separating each command with a semicolon. The colon following the semicolon enables you to enter a new subsystem. <instruction header><data>;

:<instruction header><data><terminator>

Multiple commands may be any combination of simple, compound and common commands.

:SELECT 2;:MACHINE1:ASSIGN2;:SYSTEM:HEADERS ON

1–15