Command Code And Communication Data Illustration; Rtu Mode - INVT Goodrive20-EU VFD Series Operation Manual

Hide thumbs Also See for Goodrive20-EU VFD Series:
Table of Contents

Advertisement

Goodrive20-EU series VFD
DATA (N-1)
...
DATA (0)
LRC CHK Hi
LRC CHK Lo
END Hi
END Lo
7.2.3.1
ASCII mode check (LRC Check)
Check code (LRC Check) is the value combined of address and data content result. For
instance,
the
0x02+0x06+0x00+0x08+0x13+0x88=0xAB, then take the compliment of 2=0x55. Below is a
simple LRC calculation function for user reference (programed with C language):
Static unsigned char
LRC(auchMsg,usDataLen)
unsigned char *auchMsg;
unsigned short usDataLen;
{
unsigned char uchLRC=0;
while(usDataLen--)
uchLRC+=*auchMsg++;
return((unsigned char)( – ((char)uchLRC)));
}

7.3 Command code and communication data illustration

7.3.1 RTU mode

7.3.1.1
Command code: 03H
03H (correspond to binary 0000 0011) ,read N words (Word) (N≤16)
Command code 03H means that if the master read data from the VFD, the data number
depends on the "data number" in the command code. The max. number is 16 and the
parameter address to be read must be continuous. The length of every data is 2 bytes (one
word). The following command format is illustrated in hex (a number with "H" means hex) and
one hex number occupies one byte.
This command code is used to read the working state of the VFD.
For example, read continuous 2 data content from0004H from the VFD with the address of
01H (read the content of data address of 0004H and 0005H), the frame structure is as follows:
RTU master command message (from the master to the VFD)
nx8-bit data content is formed by combination of 2n (n≤16)
8-bit check code is formed by the combination of two ASCII
check
code
of
Data content:
ASCII codes
LRC check code:
codes.
End character:
END Hi=CR (0x0D), END Lo=LF (0x0A)
above
2.2.2
120
Communication protocol
communication
message
is:

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Goodrive20-EU VFD Series and is the answer not in the manual?

Questions and answers

Star Electricals Vatva
February 22, 2025

Start stop time

1 comments:
Mr. Anderson
February 22, 2025

The start-stop time for the INVT Goodrive20-EU VFD Series is not explicitly mentioned in the provided context. However, the "Pre-exciting time" (P03.25) is listed as a parameter that helps improve torque performance during startup, with a setting range of 0.000 to 10.000 seconds. If more specific start-stop time details are needed, they may be found in additional documentation.

This answer is automatically generated

Table of Contents

Save PDF