3. Configuration of Command
It is basic communication command structure between upper-level computer and TEMI 300
①
②
③
④
⑤
⑥
⑦
⑧
S
T
X
ADDRESS COMMAND
,
DATA by COMMAND
SUM
C
R
L
F
① Command start of text
This code indicates the start of a command string with 0x02
② ADDRESS
TEMI 300 communication address to identify the instruments
③ COMMAND
Specify the command from an upper device. (See 3.2~3.9)
④ ',' (Separation character)
Character for separating command and data by ','
⑤ Data
Data by Command rule
⑥ Check Sum
Display bottom 2-byte by Hexadecimal what the Sum with Ascii code from the next character
of STX to the before character of SUM and only used when the PROTOCOL is type 1 + Check
Sum on the TEMI 300
⑦, ⑧ CR, LF
This control code indicates the end of a command
3.1 Consist of Command