
PC Operation (Continued)
■If execution of the command is taking some time.
Carriage return code (0DH, 0AH)
W A I T ↵
If execution of a command takes some time, WAIT may be returned as the returned value. In this case, a value will be returned if you wait a while. During this time, new commands will not be received, even if they are sent.
No ID number is attached to WAIT response.
•Cases where WAIT is returned
1.When repeater control is used
2.When an IDSL or IDLK command is used
3.When one of the following commands is used: RSET, INP1, INP2, INP3, INPC, INPS, ITGD,
IAVD, IPCD, CLSY, ASNC, WIDE, EMAG, EPOS, PXSL, POWR
■When control via
Carriage return code (0DH, 0AH)
L O C K E D ↵
■If a timeout occurs while waiting for a command
Carriage return code (0DH, 0AH)
T I M E O U T ↵
■If a timeout occurs while waiting for a command (when the monitor waiting for the command is assigned an ID number = 001 in the following example)
|
|
|
|
|
|
|
| Space (20H) |
| Carriage return code | |
|
|
|
|
|
|
|
|
|
|
| (0DH, 0AH) |
T | I | M | E | O | U | T | SPC | 0 | 0 | 1 | ↵ |
■If the current parameter is read out using "?" for the parameter (for numerical values etc.) 1Response when no ID number has been set.
<Example> VOLM????
10
2Response when an ID number has been set. (In the example below: ID=001) <Example> VOLM????
10001
US 44