IPE300 series engineering VFD Communication protocol
-290-
Assume that the following response is returned:
VFD
address
Read
command
Number of
bytes
Type of
last fault
Type of
current fault
Type of last
but one fault
CRC Type of last
but two fault
Type of last
but three fault
Type of last
but four fault
03 03 0C 00 23 00 23 00 23 00 23 00 2300 23 5F D2
From the returned data, we can see that all the fault types are 0023H, that is, 35 in the decimal form,
which means the maladjustment fault (STo).
9.4.8.2 Example of writing command 06H
Example 1: Set the VFD whose address is 03H to be forward running. Refer to the table of other
function parameters, the address of "Communication-based control command" is 2000H, and 0001H
indicates forward running, as shown in the following table.
Communication-based
control command
The command transmitted from the master is as follows:
Parameter
address
CRC
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 sent from the
master):
Parameter
address
CRC
VFD
address
Write
command
Forward
running
03 06 20 00 00 01 42 28
Example 2: Set the max. output frequency to 100 Hz for the VFD with the address of 03H.
P00.04–600.00H (400.00Hz)
See the figures behind the radix point, the fieldbus ratio value of max. output frequency (P00.03) is
100. 100Hz timed by 100 is 10000 and the corresponding hex is 2710H.