EasyManuals Logo

Powtran PI160 Series User Manual

Powtran PI160 Series
136 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 #130 background imageLoading...
Page #130 background image
Appendix I
126
Appendix I
valid to the CRC,the start bit and stop bit, and parity bit are invalid.
During generation of the CRC, each eight-bit character is exclusive OR (XOR) with the
register contents separately, the result moves to the direction of least significant bit (LSB), and the
most significant bit (MSB) is filled with 0. LSB will be picked up for detection, if LSB is 1, the
register will be XOR with the preset value separately, if LSB is 0, then no XOR takes place. The
whole process is repeated eight times. After the last bit (eighth) is completed, the next eight-bit
byte will be XOR with the register's current value separately again. The final value of the register
is the CRC value that all the bytes of the message have been applied.
When the CRC is appended to the message, the low byte is appended firstly, followed by the
high byte. CRC simple functions is as follows:
unsigned int crc_chk_value(unsigned char *data_value,unsigned char length)
{
unsigned int crc_value=0xFFFF;
int i;
while(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);
}
I--3 Definition of communication parameter address
The section is about communication contents, it’s used to control the operation, status and
related parameter settings of the inverter. Read and write function-code parameters (Some
functional code is not changed, only for the manufacturer use or monitoring): The rules of labeling
function code parameters address:
The group number and label number of function code is used to indicate the parameter address:
High byte: F0 to Fb (F group), A0 to AF (E group), B0 to BF(B group),C0 to C7(Y group),70
to 7F (d group) low byte: 00 to FF
For example: Address F3.12 indicates F30C; Note: L0 group parameters: Neither read nor
change; d group parameters: Only read, not change.
Some parameters can not be changed during operation, but some parameters can not be
changed regardless of the inverter is in what state.When changing the function code parameters,
please pay attention to the scope, units, and relative instructions on the parameter.
Besides, due to EEPROM is frequently stored, it will redUce the life of EEPROM, therefore

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

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

Powtran PI160 Series Specifications

General IconGeneral
BrandPowtran
ModelPI160 Series
CategoryInverter
LanguageEnglish

Related product manuals