NB HMI direct communication with E5_C temperature controller
Modbus communication
- Here we will look at how it is possible to communicate direct to our E5_C temperature controllers from an NB HMI, allowing for a simple, but powerful, multiple temperature controller system that has a single point of access to setup and monitor all the temperature controllers.
NB-HMI Configuration
Set the following for COM2 within the NB-Designer project
- Type: RS485
- Baud Rate: 9600 (this can be different, just make sure it is the same as the temperature controller)
- Data Bit: 8
- Parity Check: None
- Stop Bit: 1
Once this is configured, we can setup the topology within the NB-Designer project.
- Left-click and drag HMI (Under PT tab) onto the NB-Designer area
- Left-click and drag Serial Port connection (Under Connector tab) onto the NB-Designer area.
- Left-click and drag Modbus RTU Extend (Under PLC tab) onto the NB-Designer area
- Connect the HMI and Modbus RTU Extend units to the Serial Port cable
- For multiple Modbus RTU Extend units (this would be E5_C units), repeat steps 2-4 to add more units
- Finally, set each Modbus RTU Extend unit with the correct Station Number (Modbus Node Address) by double clicking on the corresponding unit.
E5_C Configuration
Here is a reference to the buttons available on a E5CC temperature controller, that there locations might vary based on diffreent models, but their functionality remains the same.
Using the image above as a reference, here are the steps for configuring the temperature controller communication settings
- Go to Adjustment Level to change Communications Writing to ON
- Move back to Operation Level by pressing the first key on the left once
- Go to Initial Setting Level
- Once in Initial Setting Level pres the first key on the left once to move onto Communications Setting Level
- Here set the following parameters
- Protocol Setting: Mod (Modbus)
- Unit No.: Must be a different number for each unit
- Baud Rate: 9.6[9600 bps] (or the same as what you set on the NB HMI)
- Parity: none
- Return to Operation Level by pressing the first key on the left for less than 1 second
- Press the first key from the left for more than 1 second
Below is an example NB-Designer project created by Omron based on the setup guide SG-NB10-E5CC. This project can be used as is or modified to suit, alternatively this can be used as a reference to see how addressing is implemented between the NB HMI and E5_C temperature controller.