Goodrive35 Series Closed-loop Vector Control VFD Communication protocol
234
Communication-based
control command
0006H: Coast to stop (emergency stop)
The command transmitted by the master is as follows:
Parameter
address
CRC
check
VFD
address
Write
command
Forward
running
03 06 20 00 00 01 42 28
If the operation is successful, the following response is returned (same as the command transmitted
by the master):
Parameter
address
CRC
check
VFD
address
Write
command
Forward
running
03 06 20 00 00 01 42 28
Example 2: Set the "Max. output frequency" of the VFD whose address is 03H to 100 Hz.
Detailed parameter description
Setting range: P00.04–400.00 Hz
From the number of decimals, we can see that the fieldbus scale of the "Max. output frequency"
(P00.03) is 100. Multiply 100 Hz by 100. The value 10000 is obtained, and it is 2710H in the
hexadecimal form.
The command transmitted by the master is as follows:
Parameter
address
VFD
address
Write
command
CRC check
Parameter
data
03 06 00 03 27 10 62 14
If the operation is successful, the following response is returned (same as the command transmitted
by the master):
Parameter
address
VFD
address
Write
command
CRC check
Parameter
data
03 06 00 03 27 10 62 14