HX-RIO3 Series 1.1 Safety Instructions 1.1.1 Symbols Identifies information about practices or circumstances that can cause an explosion in a hazardous environment, which may lead to personal injury or death property damage, or economic loss. Identifies information that is critical for successful application and understanding of the...
HX-RIO3 Series RTC (Recommend charging for at least 16 hours when the battery is discharge) Battery charging time Retain time (room temperature) 4 hours < 2 days 12 hours < 12 days 16 hours < 15 days There are 3 operating problems when the battery is discharged.
Page 10
HX-RIO3 Series RS-485: 247 Slaves can be connected...
HX-RIO3 Series 3 RIO3-CP2MBTL 3.1 Wiring Diagram Pin No. Signal Description System Power, 24V System Power, Ground F.G. Field Power, Ground Field Power, 24V The system power must not be connected with field power. Use separate voltage supplies.
HX-RIO3 Series 3.2 LED Indicator LED Function / Description LED Color Module Status Green/Red Current Communication Status Green/Red PLC Run / Stop Green/Red Expansion module Green/Red 3.2.1 MOD (Module Status LED) Status LED is To indicate Not Powered Power is not supplied to the unit.
HX-RIO3 Series 3.2.3 RUN (PLC Run/Stop Status LED) Status LED is To indicate None PLC Device has no program. PLC Run Green PLC program is running. PLC Stop Blinking Green PLC program stops. The unit has occurred unrecoverable fault in Firmware Fault self-testing.
HX-RIO3 Series 4 Web Server (1) Main page is showing various information for PIO status. (e.g. “http://192.168.100.100/setup.htm”) (2) To access the webserver, http://IPAddress/setup.htm (3) Click on the expansion menu, user can check the extension module status.
Page 17
HX-RIO3 Series (4) User can easily change and set the RTC time. If you click the ‘Get Time’ button, the clock time from PC will be adapted to PIO. (5) Using the Network setting, user can set the IP/Subnet mask/Gateway.
6 Upgrade Firmware 6.1 Using IAP over Ethernet (1) Apply a power with pushing a reset button(Mod LED will blink Green/Red). (2) Execute Firefox.(It is recommended to use Firefox) (3) Connect to 192.168.100.10 and login (User ID :Hitachi / Password : Hitachi)
Page 19
HX-RIO3 Series (4) Search the file to download using ‘search button’. (5) Click ‘Upload Button’.
Page 20
HX-RIO3 Series (6) If it finish, you can see a below message (File Upload Done!). Click ‘Reset Adapter’ button.
HX-RIO3 Series 7.1.2 2 (0x02) Read Discrete Inputs This function code is used to read from 1 to 2000 contiguous status of discrete inputs in a remote device. The Request PDU specifies the starting address, e.g., the address of the first input specified, and the number of inputs.
HX-RIO3 Series Response Field name Example Function Code 0x03 Byte Count 0x04 Output Register#0 Hi 0x11 Output Register#0 Lo 0x22 Output Register#1 Hi 0x33 Output Register#1 Lo 0x44 In case of address 0x0800, 0x0801 output register value: 0x1122, 0x3344. 7.1.4 4 (0x04) Read Input Registers This function code is used to read from 1 to approx.
HX-RIO3 Series 7.1.5 5 (0x05) Write Single Coil This function code is used to write a single output to either ON or OFF in a remote device. The requested ON/OFF state is specified by a constant in the request data field. A value of FF 00 hex requests the output to be ON.
HX-RIO3 Series Response Field name Example Function Code 0x06 Register Address Hi 0x08 Register Address Lo 0x00 Register Value Hi 0x11 Register Value Lo 0x22 Function Code 0x06 In case of address 0x0800 output register value: 0x0000 changes to 0x1122.
Page 26
HX-RIO3 Series Sub-function 0x0000 (0) Return Query Data The data passed in the request data field is to be returned (looped back) in the response. The entire response message should be identical to the request. Sub-function Data Field (Request) Data Field (Response)
Page 27
HX-RIO3 Series Sub-function Data Field (Request) Data Field (Response) Description 0x000D (13) 0x0000 Exception Error Count Sub-function 0x000E (14) Return Slave Message Count The response data field returns the quantity of messages addressed to the remote device, or broadcast, that the remote device has processed since its last restart, clear counters operation, or power–up.
HX-RIO3 Series 7.1.8 15 (0x0F) Write Multiple Coils This function code is used to force each coil in a sequence of coils to either ON or OFF in a remote device. The Request PDU specifies the coil references to be forced. Coils are addressed starting at zero. A logical '1' in a bit position of the field requests the corresponding output to be ON.
HX-RIO3 Series 7.1.9 16 (0x10) Write Multiple Registers This function code is used to write a block of contiguous registers (1 to approx. 120 registers) in a remote device. The requested written values are specified in the request data field. Data is packed as two bytes per register.
HX-RIO3 Series 7.1.10 23 (0x17) Read/Write Multiple Registers This function code performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read. The request specifies the starting address and number of holding registers to be read as well as the starting address, number of holding registers, and the data to be written.
HX-RIO3 Series 7.1.11 Error Response In an exception response, the server sets the MSB of the function code to 1. This makes the function code value in an exception response exactly 80 hexadecimal higher than the value would be for a normal response.
HX-RIO3 Series Adr Offset Access Type, Size Description 0x02 (+2) ** Read 1 word Input start register address of input image word this slot. Input word’s bit offset of input image word this slot. 0x03 (+3) ** Read 1 word...