CP6100 I/O Process Programming Manual

CPTEST
SENDNW Command
5. The maximum length of a single input line is 132 characters.
However, you can extend the line by entering the ampersand
(&) as a line continuator.
6. The maximum length (using line continuation) for a single
command is 2048 characters.
7. The maximum length for the <text> is 2000 characters.
Example
This example contains both a waited (SEND) request and a
nowaited (SENDNW) request. It illustrates how you must use
the request ID to match each request with the corresponding
response. Observe that the response to the SENDNW command
does not show an elapsed time, while the SEND response does.
(Refer to the description of the SEND command for an
explanation of the format of the CPTEST responses).
~SENDNW #192, %177, F0
~SEND 45, 00, F1
The response to the SENDNW request (ReqID= F0) is:
Resp: F= 192($C0) M= 22($16) ReqID= 240($00F0)
Tout= 130($0082) Tin= 0($0000)
The response to the SEND request (ReqID= F1), which might or
might not appear after the response to request F0, is:
Resp: F= 69($45) M= 0($00) ReqID= 241($00F1)
Tout= 4($0004) Tin= 0($0000)
Request terminated: 10:01:09.76 Elapsed time: 15 Tics
B-25