User Manual

Table Of Contents
Commands Reference
272 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
MDAL – Modbus Data Alignment
HexCode: CA
Description:
Configure this parameter in order to set the alignment of the Modbus byte frame. This op-
tion depends on what the Modbus master supports.
Syntax Serial: ^MDAL nn
~MDAL
Syntax Scripting: setconfig(_MDAL, nn)
Number of Arguments: 1
Argument 1: Modbus Data Alignment
Type: Unsigned 8-bit
Min: 0 Max: 3
Default: 0
Where:
nn =
0: High Word/High Byte
1: High Word/Low Byte
2: Low Word/High Byte
3: Low Word/Low Byte
Example:
^MDAL 2: Configure Modbus Data Alignment to Low Word/High Byte.
MNOD – Modbus Node ID
HexCode: A2
Description:
Configure this parameter in order to set Modbus Slave Node ID of the controller. In that
way this controller wil be distinguished inside a Modbus network.
Syntax Serial: ^MNOD nn
~MNOD
Syntax Scripting: setconfig(_MNOD, nn)
Number of Arguments: 1
Argument 1: Modbus Node ID
Type: Unsigned 8-bit
Min: 0 Max: 127
Default: 1