12
(Example)
If the sample program (pp.20, 21) is used, and when Program pattern 0 Step 0 temperature setting
value is set to 600 (Instrument number : 0)
^B P 1 0 0 0 0 2 5 8
02H 20H 20H 50H 31H 30H 30H 30H 30H 32H 35H 38H
Data:
600 (0258H)
Data item: Program pattern 0, Step 0
temperature
setting
value
Command type: Setting
Sub address: “ “ space fixed
Address: Instrument number 0(00H+20H=20H)
Header:
STX
Press the B key while holding down
the
CTRL
key.
Reading command
• All commands are composed of ASCII.
• The data (setting value, decimal) is converted to hexadecimal figures, and ASCII is used.
Negative numbers are represented by 2's complement. When the data (setting value) has
a decimal point, the response is returned as a whole number without a decimal point.
(Example)
If the sample program is used (P.20, 21), and when Program pattern 0, Step 0 temperature setting
value is read by the reading command (Instrument number : 0)
^B 1 0 0 0
02H 20H 20H 20H 31H 30H 30H 30H
Data item: Program pattern 0, Step 0
temperature
setting
value
Command type: Reading
Sub address: “ “ space fixed
Address:
Instrument number 0 (00H+20H=20H)
Header:
STX
Press the B key while holding down the
CTRL
key.
Converted from sending command to ASCII code
Converted from sending command to ASCII code