How to setup Modbus communication from Mitsubishi FR-Series VSD to Adroit SCADA
This is a very brief explanation on how to setup Modbus Ethernet communication between an Adroit SCADA application and a Mitsubishi F800-E2 drive.
Modbus Ethernet addresses can be found in the A800-E/F800-E user manual which can be found on the mymitsubishi site: https://eu3a.mitsubishielectric.com/fa/en/dl/13342/412411.pdf.
However, the normal Modbus RTU addresses in the F800 Instruction Manual (Detailed) can also be used. Along with the status of the VSD values, the parameters can also be read from the VSD.
This is a very brief explanation on how to setup Modbus Ethernet communication between an Adroit SCADA application and a Mitsubishi F800-E2 drive.
Modbus Ethernet addresses can be found in the A800-E/F800-E user manual which can be found on the mymitsubishi site: https://eu3a.mitsubishielectric.com/fa/en/dl/13342/412411.pdf.
However, the normal Modbus RTU addresses in the F800 Instruction Manual (Detailed) can also be used. Along with the status of the VSD values, the parameters can also be read from the VSD.
Adroit SCADA setup;
Open your Config Editor and go to Agent Server Configuration. Open the Driver configuration.
Now add your Modbus device (Modbus VSD device name). The configuration window should open.
Now you need to configure your device setup as follows;
- The PLC Station ID MUST be 255. This is a fixed unit identifier in the VSD.
- The PLC type stays Modicon 984.
- The IP address should be that of the VSD.
- The rest of the configuration in the window can stay the same.
Now click on the Advanced button.
The only change to be made here, is the disable of “Address 255 Padding Required” and “Backoff period” to 0.
Press OK and OK again.
That is it, you have now setup drive in the Adroit SCADA side. All that you now have to do is scan the Adroit agents to the Modbus addresses.
Mitsubishi F800-E2 VSD settings;
The setup in the Mitsubishi VSD side can be found in the A800-E/F800-E Ethernet Function Manual. Some parameter settings are discussed below; After all the parameter changes, the drive needs to be powered down for 10 seconds and power on again for the settings to be applied.
The first would be the IP address. This must be on the same range as the Adroit SCADA server which it is connecting to. Below is the configuration of the drive through the FR Configurator2.
As you can see, that is the IP address specified in the Adroit SCADA setup.
Next the manual states that one of the Ethernet function selections must be specified as 502 (Modbus). Up to 3 connections can be made to the drive, however this includes the Mitsubishi software connection (FR Configurator2, port 5001). These parameters are (Pr. 1427-1429)
This part is abit tricky. This section is to specify the Ethernet Command source. This is to limit where commands can be received from.
As you can see, the first 3 ranges of the IP address stays the same, however the 4th is specified as 0. Then Pr. 1453 is the range specification for 3rd range in the IP address. This we kept as 50, however it can specified anything higher than 50 to 255. This means that you can have the Adroit SCADA server on a different IP range, but it is not recommended.
Pr. 1454 is the max range for the IP address. This is the IP address max in the range in which it will receive the commands from. In the example we made it 200, so the IP address must end between 0-200. The Adroit Agent Server must have an IP address that ends between 0-200. After all the configuration changes, you will need to cycle the power.
If the rest of the configuration is setup according to the Mitsubishi A800-E/F800-E Ethernet Function manual, then you should be able to connect to the drive.