Arcode Modbus-RTU Slave Software Manual.V115.En
Arcode Modbus-RTU Slave Software Manual.V115.En
Arcode Modbus-RTU Slave Software Manual.V115.En
15
ARCODE
INTEGRATED ELEVATOR CONTROLLER
FOR TRACTION LIFTS
This document has been created to be a guide for Arkel customers. Reproduction, transfer, distribution or storage of part or all
of the contents in this document in any form without the prior written permission of Arkel is prohibited. Arkel reserves the right
to make changes and improvements to any of the products described in this document without prior notice.
Arkel is not responsible for those mistakes that may be found in this manual and for the damages that they may cause.
Arcode Modbus-RTU Slave Software Manual V1.15
2. Licensing Options
Modbus-RTU is a paid feature and requires a license key to be purchased from ARKEL. The communications can still be tested
and developed without a license key but in that case the elevator will stay in error mode (Er72).
• Read-Only License:
If the system is used for only monitoring, this license key should be purchased. The purchased license key should be
entered to the parameter “(P1205) Modbus-RTU Slave (Read-Only) License Code”
• Read/Write License:
If registers 5001 to 10000 will be used with Write Coil commands, this license key should be purchased. The purchased
license key should be entered to the parameter “(P1206) Modbus-RTU Slave (Read/Write) License Code”
Arcode Modbus-RTU Slave Software Manual V1.15
Exception Responses:
• Illegal Function (0x01)
• Illegal Data Address (0x02)
• Illegal Data Value (0x03)
Following data can be read by “Read Coils (0x01)” function code:
656 655 028F (BYPA) Door By-Passed Travel Alarm Read-Only Bit
657 656 0290 (DOMRS) Shaft Entry Reset Switch Read-Only Bit
658 657 0291 (DOMR) Shaft Entry Reset Output Read-Only Bit
659 658 0292 (UCMO) UCM Test Active Read-Only Bit
660 659 0293 (CMFO) CMF Output Read-Only Bit
661 660 0294 (DD) Ding-Dong Signal Read-Only Bit
662 661 0295 (LIR) Retiring Cam Read-Only Bit
663 662 0296 (AFLT) Filter Unnecessary Alarms Read-Only Bit
664 663 0297 (DEP) Earthquake Detection Signal Read-Only Bit
665 664 0298 (VAT) COP Priority Operation Key Read-Only Bit
666 665 0299 (PAN) Panic Button Read-Only Bit
667 666 029A (FES1) Fire Evacuation Signal Read-Only Bit
668 667 029B (FES2) Fire Evacuation Signal-2 Read-Only Bit
669 668 029C (FFKC) Firefighter Key Inside Car Read-Only Bit
670 669 029D (FFKL) Firefighter Key At Landing Read-Only Bit
671 670 029E (FRA1) Fire Phase-1 Active Read-Only Bit
672 671 029F (FRA2) Fire Phase-2 Active Read-Only Bit
673 672 02A0 3-Phase Present Read-Only Bit
674 673 02A1 Main Power Active Read-Only Bit
675 674 02A2 UPS Active Read-Only Bit
676 675 02A3 (OOS) Out Of Service Key Read-Only Bit
677 676 02A4 (PRUL) Priority Call 'Unload Car' Sign Read-Only Bit
678 677 02A5 V3 Percent Modbus Command Active Read-Only Bit
679 678 02A6 Comfort Level Modbus Command Active Read-Only Bit
Arcode Modbus-RTU Slave Software Manual V1.15
Following data can be written by “Write Single Coil (0x05)” or “Write Multiple Coils (0x0F)” function code:
Following data can be read by “Read Holding Registers (0x03)” function code:
Register Data Address Data Address
Data Read/Write Type
Number (Decimal) (Hex)
40001 0 0000 Error Code Read-Only UInt16
40002 1 0001 Current Floor Read-Only UInt16
40003 2 0002 Car Position (cm) Read-Only Int16
40004 3 0003 Car Speed (cm/sec) Read-Only Int16
40005 4 0004 RPM Read-Only Int16
40006 5 0005 DC Bus Voltage Read-Only Int16
40007 6 0006 Motor Current (multiplied by 10) Read-Only Int16
40008 7 0007 Floor Text (String 2 Chars) Read-Only UInt16
40009 8 0008 System Date Time Year Read-Only UInt16
40010 9 0009 System Date Time Month Read-Only UInt16
40011 10 000A System Date Time Day Read-Only UInt16
40012 11 000B System Date Time Hour Read-Only UInt16
40013 12 000C System Date Time Minute Read-Only UInt16
40014 13 000D System Date Time Second Read-Only UInt16
40015 14 000E IPM Temperature (°C) Read-Only UInt16
40016 15 000F CPU Load (%) Read-Only UInt16
41001 1000 03E8 Number Of Floors Read-Only UInt16
41002 1001 03E9 Dipswitch States Read-Only UInt16
41003 1002 03EA Device Serial Number [0] Read-Only UInt16
41004 1003 03EB Device Serial Number [1] Read-Only UInt16
41005 1004 03EC Device Serial Number [2] Read-Only UInt16
41006 1005 03ED Device Serial Number [3] Read-Only UInt16
41007 1006 03EE Firmware Version [0] Read-Only UInt16
41008 1007 03EF Firmware Version [1] Read-Only UInt16
41009 1008 03F0 Firmware Version [2] Read-Only UInt16
41010 1009 03F1 Firmware Version [3] Read-Only UInt16
41011 1010 03F2 Floor-1 Door-A Type Read-Only UInt16
41012 1011 03F3 Floor-2 Door-A Type Read-Only UInt16
⁞ ⁞ ⁞ ⁞ ⁞ ⁞
41073 1072 0430 Floor-63 Door-A Type Read-Only UInt16
41074 1073 0431 Floor-64 Door-A Type Read-Only UInt16
41075 1074 0432 Floor-1 Door-B Type Read-Only UInt16
41076 1075 0433 Floor-2 Door-B Type Read-Only UInt16
⁞ ⁞ ⁞ ⁞ ⁞ ⁞
41137 1136 0470 Floor-63 Door-B Type Read-Only UInt16
41138 1137 0471 Floor-64 Door-B Type Read-Only UInt16
41139 1138 0472 Floor-1 Position Read-Only Int16
41140 1139 0473 Floor-2 Position Read-Only Int16
⁞ ⁞ ⁞ ⁞ ⁞ ⁞
41201 1200 04B0 Floor-63 Position Read-Only Int16
41202 1201 04B1 Floor-64 Position Read-Only Int16
41203 1202 04B2 Door Normal Closing Time Door-A Read-Only Int16
41204 1203 04B3 Door Normal Closing Time Door-B Read-Only Int16
Following data can be written by “Write Single Register (0x06)” function code:
Register Data Adresi Data Adresi
Data Okuma/Yazma Tipi
Numarası (Decimal) (Hex)
45001 5000 1388 Maximum Travel Speed (V3) Percent Write-Only UInt16
45002 5001 1389 Comfort Level Write-Only UInt16
Arcode Modbus-RTU Slave Software Manual V1.15
4. Wiring
Modbus communication can be made over the RS485 communication lines (SP2 or SP3 serial ports). The corresponding names
of ABCD terminals of the Arcode RS485 (SP2) and ARL-700 RS485-3 communication lines, are shown below.
Figure 1: Names of the Arcode RS485 (SP2) and ARL-700 RS485-3 terminals
If SP3 socket of the Arcode device is desired, the required cable is shown below. The pins of this cable are given numbers from
1 to 8 while the cable is in the position which is shown below and the names have been given according to these numbers.