EasyManua.ls Logo

INVT CHV180-004G-4 User Manual

INVT CHV180-004G-4
154 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 #106 background imageLoading...
Page #106 background image
CHV180 series frequency inverter special for elevator Communication protocol
.105.
10.6 CRC check
For higher speed, CRC-16 uses tables. The following are C language source code for
CRC-16.
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++)
{
if(crc_value&0x0001)crc_value=(crc_value>>1)^0xa001;
else crc_value=crc_value>>1;
} }
return(crc_value);
}
10.7 Example
10.7.1 RTU mode read 2 data from 0004H
The request command is:
START T1-T2-T3-T4 (transmission time of 3.5 bytes)
Node address 01H
Command 03H
High byte of start address 00H
Low byte of start address 04H
High byte of data number 00H
Low byte of data number 02H
Low byte of CRC 85H
High byte of CRC CAH
END T1-T2-T3-T4 (transmission time of 3.5 bytes)
The reply is :
START T1-T2-T3-T4 (transmission time of 3.5 bytes)
Node address 01H
Command 03H
Returned byte number 04H

Table of Contents

Questions and Answers:

INVT CHV180-004G-4 Specifications

General IconGeneral
BrandINVT
ModelCHV180-004G-4
CategoryInverter
LanguageEnglish

Summary

Safety precautions

3. Disassembly and installation

4. Wiring

Terminal configuration

Details the layout and function of main circuit and control terminals.

Typical wiring diagram

Provides a comprehensive wiring diagram for system setup.

Wiring the main circuits

Covers connections for power supply, motor, and braking units.

Installation guidline to EMC compliance

Provides guidelines for proper installation to ensure electromagnetic compatibility.

5. Operation

Operating keypad description

Explains the functions of the inverter's keypad buttons and indicators.

Operation process

Details procedures for parameter setting, fault reset, and autotuning.

6. Detailed function description

P0 Group--Basic function

Configures fundamental inverter settings like speed control mode and run command source.

P1 Group--Speed curve

Adjusts acceleration, deceleration, and multi-step speed settings for smooth operation.

P2 Group--Motor parameters

Sets motor-specific parameters for optimal performance and autotuning.

P3 Group--Vector control

Optimizes vector control performance with PI loop and filter settings.

P9 Group -- Protection parameters

Configures various protection features like phase-failure and overload protection.

8. Trouble shooting

Fault and trouble shooting

Provides a table of fault codes, types, reasons, and solutions for diagnosing issues.

Common faults and solutions

Discusses common operational faults like no display, motor not moving, and tripping.

9. Maintenance

10. Communication protocol

Appendix A: Commissioning guide

Runing and parameter-adjusting

Guides on setting parameters, debugging, autotuning, and S-curve adjustment.

Appendix D Function parameters

P0 Group: Basic function

Configures fundamental inverter settings like speed control mode.

P1 Group: Speed curve

Adjusts acceleration, deceleration, and multi-step speed settings.

P2 Group: Motor parameters

Sets motor-specific parameters for optimal performance and autotuning.

P3 Group: Vector control

Optimizes vector control performance with PI loop and filter settings.

P9 Group: Protection function

Configures various protection features like phase-failure and overload protection.

Related product manuals