verified connector library

ABB ACS355 machinery drive (needs FMBA-01 RS485 adapter)

Register map(s) for this device, each at the trust rung it earned. Addresses are 0-based as on the wire. Word order and scaling are confirmed at the hardware-verified rung and at no rung below it.

interop-verified

Read + decoded cleanly over a real network vs an independent third-party Modbus test server (transport and framing; reads are remapped into the server's register window, so the map's own addresses are NOT exercised). Does NOT prove word order/scaling against the actual device.

pointaddress (0-based)typescaleunit
control_word0U161
status_word3U161
speed_and_dir100I161
speed101I161
output_frequency102I160.1
current103U160.1
torque104I160.1
power105I160.1
dc_bus_voltage106U161
output_voltage108U161
drive_temp109I160.1
kwh_counter114U161
analog_input_1119I160.1
analog_input_2120I160.1
analog_output_1123U160.1
motor_temp144I161
control_board_temp149I160.1

link settings as documented (unverified): RTU; default 9600 8N1; unit ID 1; FC 03,06,08,16,23; Supports Modbus RTU protocol. EIA-485 or RS-232 interface.

⚠ According to IEC 60664 and IEC 61800-5-1, the connection of the motor thermistor to the digital input requires double or reinforced insulation. — Starkest reads only; we never write a control register.

bench facts as documented (unverified)
terminalsX1 on FMBA-01 Modbus adapter or X2 on control panel
connectorRJ-45 for RS-232, Terminal block for EIA-485
shield/groundGround the shield in the cabling between the activation switch and the control board at the control board.
max registers/read120
broadcastsupported
protocol notesParameter writes through standard Modbus are always volatile unless saved with parameter 1607 PARAM SAVE.
power1-phase 200...240 V AC, 3-phase 200...240 V AC, or 3-phase 380...480 V AC
environmentEnclosure degree of protection: IP20
certificationsCE, C-UL US, RoHS, TÜV NORD, C-Tick
doc revision3AUA0000066143 Rev E, EFFECTIVE: 2020-11-02
field reports — community-sourced, unverified (checked 2026-06-11)
  • Users frequently encounter off-by-one addressing errors when using standard Modbus libraries (such as ArduinoModbus or Unitronics) because the drive's documentation lists 1-based register addresses (e.g., 40101 for Speed/Direction), whereas protocol-layer clients require 0-based offsets (e.g., 100). [source]
  • If the RS-485 communication lines (A and B) are swapped, the drive's EFB OK MESSAGES parameter (5306) will not increment, while EFB CRC ERRORS (5307) and EFB UART ERRORS (5308) will continuously increase. [source]
  • confirmed: doc_revision: 3AUA0000066143 Rev E, EFFECTIVE: 2020-11-02 — confirmed by ABB Library document index [1.1.1]
  • confirmed: comms.baud_rates: [1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200] — confirmed by parameter 5202 (BAUD RATE) in the ACS355 User's Manual
  • confirmed: comms.default_baud: 9600 — confirmed by parameter 5202 default setting of 9.6 kb/s
  • confirmed: comms.default_unit_id: 1 — confirmed by parameter 5201 (STATION ID) default setting of 1
  • confirmed: comms.framing: ['RTU'] — confirmed by FMBA-01 Modbus Adapter Module User's Manual stating it supports RTU protocol only
  • confirmed: comms.function_codes: [3, 6, 8, 16, 23] — confirmed by the 'Function Codes' section in the ACS355 User's Manual
  • confirmed: comms.parity: 'N' and stop_bits: 1 — confirmed by parameter 5203 (PARITY) default setting of '8 NONE 1'
  • confirmed: facts.certifications: 'CE, C-UL US, RoHS, TÜV NORD, C-Tick' — confirmed by the ABB and Baldor Drives Catalog

The trust ladder

Each rung states what it proved and what it did not. Gray until proven; green is earned by hardware only.

If your device isn't here, upload its register map. Generation is free, and the connector keeps the rung it earns under testing.

To prove a connector against your own device, order hardware verification. If it doesn't verify, you don't pay.

Platform builders can license the verified library: machine-readable maps, the firmware matrix, API access.