Rtu Command Code And Communication Data Illustration - INVT Goodrive35 Series Operation Manual

Closed-loop vector control vfd
Table of Contents

Advertisement

Goodrive35 Series Closed-loop Vector Control VFD
{
if(crc_value&0x0001)
else
}
}
return(crc_value);
}
In the ladder logic, CKSM uses the table look-up method to calculate the CRC value according to the
content in the frame. The program of this method is simple, and the calculation is fast, but the ROM
space occupied is large. Use this program with caution in scenarios where there are space
occupation limits on programs.

10.4 RTU command code and communication data illustration

10.4.1 Command code: 03H, reading N words (continuously reading up to 16 words)
The command code 03H is used by the master to read data from the VFD. The quantity of data to be
read depends on the "data quantity" in the command. A maximum of 16 pieces of data can be read.
The addresses of the read parameters must be contiguous. Each piece of data occupies 2 bytes, that
is, one word. The command format is presented using the hexadecimal system (a number followed by
"H" indicates a hexadecimal value). One hexadecimal value occupies one byte.
The 03H command is used to read information including the parameters and operation state of the
VFD.
For example, starting from the data address of 0004H, to read two contiguous pieces of data (that is,
to read content from the data addresses 0004H and 0005H), the structure of the frame is described in
the following table.
RTU master command (transmitted by the master to the VFD)
START
ADDR (address)
CMD (command code)
Most significant byte (MSB) of
the start address
Least significant byte (LSB) of
the start address
MSB of data quantity
LSB of data quantity
LSB of CRC
crc_value=(crc_value>>1)^0xa001;
crc_value=crc_value>>1;
T1-T2-T3-T4 (transmission time of 3.5 bytes)
01H
03H
00H
04H
00H
02H
85H
222
Communication protocol

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Goodrive35 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Goodrive gd35-1r5g-4-c1Goodrive gd35-2r2g-4-c1 gd35-2r2g-4-d1Goodrive gd35-1r5g-4-d1Goodrive gd35-2r2g-4-h1Goodrive gd35-004g-4-c1Goodrive gd35-1r5g-4-h1 ... Show all

Table of Contents

Save PDF