Warranty Card
- 106 -
{
unsigned int crc_value=0xFFFF;
int i;
while
(
length--
)
{
crc_value^=*dat+;
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
)
;
}
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.01 indicates F301;
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.
Warranty
Card
- 107 -
Besides, due to EEPROM is frequently stored, it will reduce the life of
EEPROM, therefore under the communication mode some function code do not need
to be stored and you just change the RAM value.
If F group parameters need to achieve the function, as long as change high
order F of the function code address to 0. If E group parameters need to achieve the
function, as long as change high order F of the function code address to 4. The
corresponding function code addresses are indicated below: high byte: 00 to 0F (F
group), 40 to 4F (E group), 50 to 5F (B group), 60 to 67 (Y group), low byte:00 to
FF
For example:
Function code F3.01 can not be stored into EEPROM, address indicates as 0301;
function code E3.05 can not be stored into EEPROM, address indicates as 4305; the
address indicates that only writing RAM can be done and reading can not be done,
when reading, it is invalid address. For all parameters, you can also use the
command code 07H to achieve the function.
Stop/Run parameters section:
Parameter address
Parameter description
1000H
*Communication set value (-10000 to 10000) (Decimal)
1001H Set
speed
1002H Bus
voltage
1003H Output
voltage
1004H Output
current
1005H Output
power
1006H Output
torque
1007H Running
speed
1008H
Terminal input flag status
1009H
Terminal output flag status
100AH Analog
AI1
value
100BH Analog
AI2
value
100CH Reserved
100DH
Reserved
100EH
Reserved
100FH
Reserved
1010H
PID setting value
1011H
PID feedback value
1012H
Stage of multi-speed
1013H
Reserved
1014H
Reserved
1015H
Torque direction (0: forward, 1: Reverse)
Содержание CA-203A
Страница 1: ...Vector control inverter Operating manual CA Series www tpg tw com...
Страница 61: ...1 TPG Corp TPG Corp 1 1 1 1 1 1 1 1 1 2 1 2...
Страница 62: ...2 1 2 U V W EMC P RB R S T U V W 3 U V W AC36V 1 3 1 500V 5M 2 3 0Hz 400Hz 50Hz 4 5 PWM...
Страница 63: ...4 6 PWM 7 8 CA 9 CA 10 11 1000m 12 13 14 1 2 3 4 5 15 1 U V W 2 3 4 5 5 6 MOS IGBT 7 E 8 CE 1 4...
Страница 70: ...18 4 7 CA Series K1 K1 K1 R S T MC1 MC2 MC1 MC2 M 3 4 5 19 4 8 4 6 R S T...
Страница 101: ...80 7 1 3 7 3 81 8 1 6 LED OLED 2 1 R S T U V W IGBT 8 2...
Страница 109: ...MODBUS 05H 06H 07H 08H EPPROM...