CP6100 I/O Process Programming Manual

CPTEST
LINE Command
LINE Command
Use the LINE command to open the communication line you specify
or to close the line currently open.
The syntax of the LINE command is:
-----------------------------------------------------------------
| |
| LINE <line_name> | , CLOSE |
| |
| |
| <line_name> |
| |
| is the logical device name of the line you want |
| to use for CPTEST. |
| |
| |
| , CLOSE |
| |
| closes the communication line you opened with the |
| preceding LINE command. |
| |
-----------------------------------------------------------------
Considerations
The line_name you specify must be a CP6100 line.
Examples
1. This example opens the line designated as $PDF8. CPTEST
displays a message telling you which line is open.
~LINE $PDF8
Current LINE File: $PDF8
2. This example closes the line. CPTEST displays a message
informing you that it has closed the line.
~LINE ,CLOSE
Old LINE file closed.
B-16