HV100 Series High Performance Current Vector Inverter
132
Analysis of this data:
01H is the inverter address
03H is the read function code
001H is item 00.01 of the starting address similar to the control keypad.
0002H is the number of items in the reading menu, and two items are 00.01 and 00.02
95CBH is a 16-bit CRC check code
The Response information frame format (return frame)
Address
01H
Function
03H
DataNum*2
04H
Data1[2Byte]
00H
00H
Data2[2Byte]
00H
01H
CRC CHK High
3BH
CRC CHK Low
F3H
Analysis of this data:
01H is the inverter address
03H is the read function code
04H is the product of reading item *2
0000H reads the data of item 00.01
001H reads the data of item 00.02
3BF3H is a 16-bit CRC check code
Example:
Name
Frame lattice
Read the data of 00.01 and 00.02
Send frame: 01H 03H 001H 0002H 95CBH
Return frame: 01H03H04H00000H01H3BF3H
Read the data of item 02.01
Send frame: 01H 03H 0201H 001H D472H
Return frame: 01H 03H 02H 000FH F840H
Read the monitoring parameters of item d-00
(the address D000H and 1D00H are common)
Send frame: 01H 03H D000H 001H BCCAH
Return frame: 01H 03H 02H 1388H B512H
Send frame: 01H 03H 1D00H 001H 8266H
Return frame: 01H 03H 02H 1388H B512H
Read the status of inverter during shutdown (the
address A000H is common with 1A00H, refer to
the description of inverter running status later)
Send frame: 01H 03H A000H 001H A60AH
Return frame: 01H 03H 02H 0040H B9B4H
Send frame: 01H 03H 1A00H 001H 8312H
Return frame: 01H 03H 02H 0040H B9B4H
Read the fault code E-19 (the address E000H
and 1E00H are common, refer to the following
inverter fault code table)
Send frame: 01H 03H E000H 001H B3CAH
Return frame: 01H 03H 02H 013H F989H
Send frame: 01H 03H 1E00H 001H 8222H
Return frame: 01H 03H 02H 013H F989H
Read the warning code A-18 (the address E01H
is common with 1E01, refer to the warning code
table of the inverter behind)
Send frame: 01H 03H E01H 001H E20AH
Return frame: 01H 03H 02H 012H 3849H
Send frame: 01H 03H 1E01H 001H D3E2H
Return frame: 01H 03H 02H 012H 3849H
(4) Write a single parameter in 4)06H
Inquiry information frame format:
Address
01H
Function
06H