The leader in industrial automation and control solutions

Introduction

All Maple Systems HMIs programmed with EBPro (EasyBuilder Pro), including every cMT X Series and cMT Series model, are compatible with Modbus ASCII. Configure your Controller and HMI/cMT with the following parameters to establish reliable communication.

Supported Series: MODBUS ASCII CONTROLLER

HMI Settings

ParametersRecommendedOptions
PLC typeMODBUS ASCII
PLC I/FRS485RS232/RS485
Baud rate96009600/19200/38400/57600/115200
Data bits87, 8
ParityEvenEven, Odd, None
Stop bits11, 2
PLC sta. no.10–9
Online simulatorYES
Broadcast commandYES
Extend address modeYES

PLC Settings

SettingValue
Communication modeModbus ASCII protocol

Device Address

Bit/WordDevice typeFormatRangeMemo
B1xDDDDD1 ~ 65535Input bit (read only)
B0xDDDDD1 ~ 65535Output bit
B3x_BitDDDDDdd100 ~ 6553515Input Register bit (read only)
B4x_BitDDDDDdd100 ~ 6553515Output Register bit
B6x_BitDDDDD100 ~ 6553515
W3xDDDDD1 ~ 65535Input Register (read only)
W4xDDDDD1 ~ 65535Output Register
W6xDDDDD1 ~ 65535
DW3x_DoubleDDDDD1 ~ 65535
DW4x_DoubleDDDDD1 ~ 65535

NOTE: EBPro V6.03.02 or later supports 64-bit data type; the address limit range is 48 bits maximum.

Modbus ASCII Function Codes

Device typeRead functionWrite function
0x0x01 Read coil0x05 Write single coil
1x0x02 Read discrete inputN/A
3x0x04 Read input registerN/A
4x0x03 Read holding register0x10 Write multiple registers

3x_Bit is equivalent to 3x. 4x_Bit is equivalent to 4x.

Wiring Diagrams

NOTE: The serial port pin assignments may vary between HMI models.

Diagram 1: RS-232

HMIDirectionPLC
Pin assignmentsRS232
Rx↔ (bidirectional)TXD
Tx↔ (bidirectional)RXD
GND↔ (bidirectional)GND
↕︎ (tie)RTS
CTS

Diagram 2: RS-485 4W

HMIDirectionPLC
Pin assignmentsRS485 4W
Rx-↔ (bidirectional)Tx-
RX+↔ (bidirectional)Tx+
Tx-↔ (bidirectional)Rx-
Tx+↔ (bidirectional)Rx+
GND↔ (bidirectional)GND

Diagram 3: RS-485 2W

HMIDirectionPLC
Pin assignmentsRS485 2W
Data-↔ (bidirectional)D-
Data+↔ (bidirectional)D+
GND↔ (bidirectional)GND

Website: www.modbus.org