Appendix I
88
int i;
while(length--)
{
crc_value^=*data_value++;
for(i=0;i<8;i++)
{
if(crc_value&0x0001)
{
c r c _ v a l u e
=
(c r c _ v a l u e
>
>
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, this should be written EPPROM.
For example: address F3.12 indicates F30C; Note: L0 group parameters: neither read nor
change; d group parameters: only read, not change.
Corresponding
register address
Corresponding
register address