CP6100 I/O Process Programming Manual

CPTEST
CPTEST RUN Command
CSOURCE contains the following CPTEST commands:
LOG TO $s.#LOG
LINE $PDF
SEND 2, 2, 3, 0, *12"test message times twelve"
EXIT
2. To use CPTEST interactively, simply enter CPTEST after the
colon prompt, and wait for the CPTEST prompt (~)
to appear. Then enter the CPTEST commands.
:RUN CPTEST
~LOG TO $S.#LOG
~LINE $PDF
~SEND 2, 2, 3, 0, *12"test message times twelve"
~EXIT
3. You can enter CPTEST commands on the run line. In this case,
CPTEST executes these commands and then exits and returns
control to the calling process.
:RUN CPTEST;LOG TO $S.#LOG;LINE $PDF;SEND 2, 2, 3, 0, &
*12"test message times twelve"
B-8