Goodrive270 series VFD for fan and pump Communication protocol
-312-
Communication-based
setting address
Communication-based frequency setting
(0–Fmax; unit: 0.01 Hz)
PID reference (0–1000, in which 1000
corresponds to 100.0%)
In the actual operation, set P00.01 to 2 and P00.06 to 8.
The command sent from the master is as follows:
Parameter
address
VFD
address
Continuous
write
command
Number of
bytes
Parameter
quantity
01 10 20 00 00 02 04
Froward
running
00 01
10 Hz
03 E8
CRC
3B 10
If the operation is successful, the following response is returned:
Parameter
address
VFD
address
Continuous
write
command
CRC
Parameter
quantity
01 10 20 00 00 02 4A 08
Example 2: Set "Acceleration time" of the VFD whose address is 01H to 10s, and "Deceleration time"
to 20s.
P00.11 and P00.12 setting range: 0.0–3600.0s
The address of P00.11 is 000B, 10s is 0064H in the hexadecimal form, and 20s is 00C8H in the
hexadecimal form.
The command sent from the master is as follows:
Parameter
address
VFD
address
Continuous
write
command
Number of
bytes
Parameter
quantity
01 10 00 0B 00 02 04
10s
00 64
20s
00 C8
CRC
F2 55