Technical Information
JJBasic format
Transmission from the computer begins with STX, then the command, parameter, and ETX are sent in this order. Add parameters according to the details of control.
STX |
| C1 | C2 | C3 |
| : |
| P1 | P2 |
| Pn |
| ETX | ||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Colon |
|
|
|
|
|
|
| |||
|
|
|
|
|
|
| (1 byte) |
|
|
|
|
|
|
| |||
Start | 3 command |
|
|
|
|
| Parameter |
|
| End | |||||||
(1 byte) | characters |
|
|
|
| (undefined length) |
| (1 byte) |
(3 bytes)
½½½When sending commands without parameters, a colon (:) is not necessary.
JJBasic format (with sub command)
Same as basic format
STX |
| C1 | C2 | C3 |
| : |
|
|
|
| ETX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
S1 | S2 | S3 | S4 | S5 |
| E |
| P1 | P2 | P3 | P4 | P5 | P6 | |||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||||||||
|
|
|
|
|
|
|
| |||||||||
|
|
|
|
|
|
|
| |||||||||
Sub command (5 bytes) |
|
|
|
| Parameter (6 bytes) | |||||||||||
|
|
|
|
|
|
|
|
|
| Symbol “+” or | ||||||
|
|
|
|
|
|
|
|
|
| adjustment value (5 bytes) | ||||||
|
|
|
|
|
|
|
|
|
| |||||||
|
|
|
|
|
|
| Operation (1 byte) | |||||||||
|
|
|
|
|
|
| “=” (Value specified using parameter is set) |
½½½When transmitting a command which does not need a parameter, the operation (E) and parameter are not necessary.
Appendix
68 - ENGLISH