EasyManua.ls Logo

INVT Goodrive35 Series User Manual

INVT Goodrive35 Series
298 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #228 background imageLoading...
Page #228 background image
Goodrive35 Series Closed-loop Vector Control VFD Communication protocol
221
and if it is even, the check bit is set to "1".
For example, the data bits to be transmitted are "11001110", including five "1". If the even check is
applied, the even check bit is set to "1"; and if the odd check is applied, the odd check bit is set to "0".
During the transmission of the data, the odd/even check bit is calculated and placed in the check bit of
the frame. The receiving device performs the odd/even check after receiving the data. If it finds that
the odd/even parity of the data is inconsistent with the preset information, it determines that a
communication error occurs.
CRC check
A frame in the RTU format includes an error detection domain based on the CRC calculation. The
CRC domain checks all the content of the frame. The CRC domain consists of two bytes, including 16
binary bits. It is calculated by the transmitter and added to the frame. The receiver calculates the CRC
of the received frame, and compares the result with the value in the received CRC domain. If the two
CRC values are not equal to each other, errors occur in the transmission.
During CRC, 0xFFFF is stored first, and then a process is invoked to process a minimum of 6
contiguous bytes in the frame based on the content in the current register. CRC is valid only for the
8-bit data in each character. It is invalid for the start, end, and check bits.
During the generation of the CRC values, the "exclusive or" (XOR) operation is performed on the
each 8-bit character and the content in the register. The result is placed in the bits from the least
significant bit (LSB) to the most significant bit (MSB), and 0 is placed in the MSB. Then, LSB is
detected. If LSB is 1, the XOR operation is performed on the current value in the register and the
preset value. If LSB is 0, no operation is performed. This process is repeated 8 times. After the last bit
(8
th
bit) is detected and processed, the XOR operation is performed on the next 8-bit byte and the
current content in the register. The final values in the register are the CRC values obtained after
operations are performed on all the bytes in the frame.
The calculation adopts the international standard CRC check rule. You can refer to the related
standard CRC algorithm to compile the CRC calculation program as required.
The following is a simple CRC calculation function for your reference (using the C programming
language):
unsigned int crc_cal_value(unsigned char*data_value,unsigned char data_length)
{
int i;
unsigned int crc_value=0xffff;
while(data_length--)
{
crc_value^=*data_value++;
for(i=0;i<8;i++)

Table of Contents

Question and Answer IconNeed help?

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

INVT Goodrive35 Series Specifications

General IconGeneral
Protection LevelIP20
Power Range0.75kW ~ 630kW
Control ModeSVC
Overload Capacity150% for 60 seconds, 180% for 10 seconds
Braking UnitBuilt-in or external optional braking unit
Communication ProtocolModbus
Protection FeaturesOvervoltage, Undervoltage, Overcurrent, Overload, Overtemperature, Short Circuit, Phase Loss
Ambient Temperature-10°C to +50°C
HumidityLess than 95% RH (non-condensing)
AltitudeBelow 1000m (derating above 1000m)
Cooling MethodForced air cooling

Summary

Chapter 1 Safety precautions

1.4 Safety guidelines

General rules and precautions for operating the VFD safely.

Chapter 2 Quick start-up

2.5 Installation confirmation

Checks to perform after the VFD has been physically installed.

2.6 Basic commission

Essential commissioning steps to perform before the VFD is put into actual operation.

Chapter 3 Product overview

3.3 Product specification

Details the technical specifications of the VFD across various functions.

3.6 Rated values

Lists electrical and performance ratings for different VFD models.

Chapter 4 Installation guide

4.2 Mechanical installation

Covers environmental requirements and installation methods for the VFD.

4.3 Standard wiring

Details the wiring diagrams for the main and control circuits of the VFD.

4.4 Standard wiring (control circuit)

Explains the wiring for various control circuit terminals and interfaces.

4.5 Wiring protection

Guidance on protecting the VFD and cables from electrical issues.

Chapter 5 Keypad operation procedures

5.2 Keypad

Details the VFD's keypad for control, data reading, and parameter modification.

5.4 Keypad operation

Instructions on how to navigate menus and modify VFD function codes.

Chapter 6 Function parameters

6.2 Goodrive35 general series function parameters

Detailed explanation of the VFD's function parameter groups and codes.

Chapter 7 Basic operation instruction

7.2 First powering on

Steps for initial power-up, checks, and VFD initialization.

7.3 Vector control

Explains the principles and application of vector control for asynchronous motors.

7.5 Torque control

Covers the two control modes, torque and rotation speed control, and their implementation.

7.6 Parameters of the motor

Crucial motor parameters that need to be set for VFD operation and autotuning.

7.7 Start-up and stop control

Explains the different modes for starting and stopping the VFD.

7.8 Frequency setting

Describes various methods for setting the VFD's operating frequency.

Chapter 8 Fault tracking

8.3 How to reset

Methods for resetting VFD faults via keypad, digital input, or power cycling.

8.5 Fault instruction and solution

Steps to diagnose and resolve VFD faults, including tables of common faults.

8.6 Common fault analysis

Troubleshooting guides for common VFD issues like motor not working or vibration.

Chapter 9 Routine maintenance

9.2 Maintenance intervals

Lists recommended routine maintenance checks and their criteria.

Chapter 10 Communication protocol

10.4 RTU command code and communication data illustration

Explains RTU frame formats, command codes, and data structure for communication.

Related product manuals