Forum

YASKAWA V1000 “Modb...
 
Share:
Notifications
Clear all

YASKAWA V1000 “Modbus-RTU”

1 Posts
1 Users
0 Likes
99 Views
Posts: 14785
Admin
Topic starter
(@click2electro)
Member
Joined: 3 years ago

To communicate with a Mitsubishi FR-E720 series Variable Frequency Drive (VFD) using the Modbus RTU protocol, you would typically follow these steps:

  1. Communication Parameters: Determine the communication parameters required by the FR-E720 VFD, such as baud rate, data bits, parity, and stop bits. These parameters need to match the settings configured in your Modbus master device (e.g., PLC, HMI).

  2. Physical Connection: Connect the RS-485 communication port of the FR-E720 VFD to the RS-485 port of your Modbus master device using an appropriate RS-485 cable. Ensure proper wiring, including connecting A (positive) and B (negative) signals correctly.

  3. Address Configuration: Each FR-E720 VFD connected to the Modbus network must have a unique Modbus address. Refer to the FR-E720 VFD user manual for instructions on setting the Modbus address.

  4. Modbus Function Codes: Understand the Modbus function codes supported by the FR-E720 VFD. These function codes determine the type of operation (e.g., read holding register, write single register) that can be performed on the VFD.

  5. PLC/HMI Configuration: Configure your Modbus master device (e.g., PLC, HMI) to communicate with the FR-E720 VFD using the appropriate Modbus RTU communication parameters and function codes. Set up the communication channels and define the addresses of the VFD parameters you want to read or write.

  6. Testing and Troubleshooting: Test the communication between your Modbus master device and the FR-E720 VFD. Verify that you can read and write VFD parameters as intended. If you encounter any issues, check the wiring, communication settings, and Modbus addressing for errors.

  7. Integration with Control System: Once communication is established successfully, integrate the FR-E720 VFD into your control system application. Use the Modbus communication capabilities to monitor and control the VFD parameters as required for your application.

These are the communication parameters :

H05-01: “1” (Drive slave address)
H05-02: “3” (COM. Speed – 9600bps)
H05-03: “1” (Parity – Even)
H05-04: “3”
H05-05: “0”
H05-06: “10ms”
H05-07: “1” (Choose RS-485)
H05-10: “0”
H05-12: “0”
b01-01: “2” (RS-485 Select)
b01-02: “2” (RS-485 Select)
b01-03: “0”

Address 0001H for Control Run
Set 0001H = “1” >>> Forward Run
Set 0001H = “2” >>> Reverse Run
Set 0001H = “0” >>> Stop Run

Address 0002H for Setting Frequency

Share: