
Commands
Start communication: 10
Starts communication with the MY600.
Command format (reception and transmission)
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“07” : 7 BYTES 2
4 2 ‘7’ 37H
5CMD 1 ‘1’ 31H Communication start command
“10” 2
6 2 ‘0’ 30H
7CSUM 1 ‘F’ 46H Checksum
“F8” 2
8 2 ‘8’ 38H
9 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
End communication: 11
Ends communication with the MY600.
Command format (reception and transmission)
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“07” : 7 BYTES 2
4 2 ‘7’ 37H
5CMD 1 ‘1’ 31H Communication end command
“11” 2
6 2 ‘1’ 31H
7CSUM 1 ‘F’ 46H Checksum
“F9” 2
8 2 ‘9’ 39H
9 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Start continuous data transmission: B1
Retrieves measurement data in real-time until sending the continuous data transmission
end command (B2).
Command format (reception and transmission)
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“07” : 7 BYTES 2
4 2 ‘7’ 37H
5CMD 1 ‘B’ 42H Data connection start command
“B1” 2
6 2 ‘1’ 31H
7CSUM 1 ‘0’ 30H Checksum
“0A” 2
8 2 ‘A’ 41H
9 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Receive data in the following format
• Voltagemeasurement:
<model name>,VOLT,<site number 1>,<site number 2>,<voltage>,<voltage
unit>,<DC±/AC/--><CRLF>
If the voltage is less than 2 V, “--” is returned for <DC±/AC/-->.
Example MY600,VOLT,00,00,100,V,AC<CRLF>
If the voltage is less than 2 V, “--” is returned for <DC±/AC/-->.
• Insulationresistancemeasurement:
<model name>,<range>,<site number 1>,<site number 2>,<insulation
resistance>,<insulation resistance unit>,<elapsed time>,<1-minute value>,<1-minute
value unit>,<DAR value>,<PI value>,<comparator><CRLF>
Example MY600,1000V,00,00,100.0,MΩ,00:10,----,--,----,----,PASS<CRLF>
* The available six range are 50V, 100V, 125V, 250V, 500V, 1000V.
• Low-resistancemeasurement
<model name>,CONT,<site number 1>,<site number 2>,<resistance>,<resistance
unit>
Example MY600,CONT,00,00,100.0,Ω<CRLF>
End continuous data transmission: B2
Ends the continuous retrieval of measurement data.
Command format (reception and transmission)
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“07” : 7 BYTES 2
4 2 ‘7’ 37H
5CMD 1 ‘B’ 42H Data connection end command
“B2” 2
6 2 ‘2’ 31H
7CSUM 1 ‘0’ 30H Checksum
“0B” 2
8 2 ‘B’ 42H
9 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Retrieve measurement data count in internal memory: BN
Retrieves the number of measurement data entries stored in the MY600 internal
memory.
Transmission format
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“07” : 7 BYTES 2
4 2 ‘7’ 37H
5CMD 1 ‘B’ 42H Data connection start command
“BN” 2
6 2 ‘N’ 4EH
7CSUM 1 ‘2’ 32H Checksum
“27” 2
8 2 ‘7’ 37H
9 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Reception format
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“0B” : 11 BYTES 2
4 2 ‘B’ 42H
5CMD 1 ‘B’ 42H Data connection start command
“BN” 2
6 2 ‘N’ 4EH
7
DATA
1 – –
Data count
‘0000’ to ‘1000’ 4
8 2 – –
9 3 – –
10 4 – –
11 CSUM 1 – – Checksum 2
12 2 – –
13 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Retrieve measurement data from internal memory: BM
Retrieves the measurement data stored in the MY600 internal memory.
Transmission format
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 ‘0’ 30H Packet size
“0A” : 10 BYTES 2
4 2 ‘A’ 41H
5CMD 1 ‘B’ 42H Data connection start command
“BM” 2
6 2 ‘M’ 4DH
7
No.
1 – –
Data number
‘000’ to ‘999’ 38 2 – –
9 3 – –
10 CSUM 1 – – Checksum 2
11 2 – –
12 ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Reception format
Order Command ASCII Binary Description Size
1 STX 1 – 02H Packet start (fixed value)
Write 02 in binary. 1
2 TYPE 1 ‘0’ 30H Data packet type: small 1
3SIZE 1 – – Packet size
Variable 2
4 2 – –
5CMD 1 ‘B’ 42H Data connection start command
“BM” 2
6 2 ‘M’ 4DH
7
No.
1 – –
Data number
‘000’ to ‘999’ 38 2 – –
9 3 – –
–DATA – – – Target internal memory data (variable) N
–CSUM 1 – – Checksum 2
– 2 – –
– ETX 1 – 03H Packet terminator (fixed value)
Write 03 in binary. 1
Data format
• Voltagemeasurement:
<model name>,<data number>,<save data>,<save time>,<range>,<site number
1>,<site number 2>,<voltage>,<voltage unit>,<DC±/AC/-->
Example MY600,0000,2018/03/13,10:33:45,VOLT,00,00,100.0,V,AC
• Insulationresistancemeasurement:
<model name>,<data number>,<save date>,<save time>,<range>,<site number
1>,<site number 2>,<insulation resistance>,<insulation resistance unit>,<elapsed
time>,<1-minute value>,<1-minute value unit>,<DAR value>,<PI value>
Example MY600,0000,2018/03/13,10:33:45,1000V,00,00,100.0MΩ,00:10,----
,MΩ,--,----,----
* The available six range are 50V, 100V, 125V, 250V, 500V, 1000V.
• Low-resistancemeasurement
<model name>,<data number>,<save date>,<save time>,<range>,<site number
1>,<site number 2>,<resistance>,<resistance unit>
Example MY600,0000,2018/03/13,10:33:45,CONT,100.0,Ω
Checksum (CSUM)
The checksum is the value of the last byte obtained by adding each byte from TYPE to
the last DATA or number byte in each command format.
Because the transmission/reception format of 10, 11, B1, B2 and the transmission format
of BN are fixed, their checksums are also fixed.
IM 91030-01EN
2/2