...
CMSG executes a direct Modbus command
<maxCmdExeTime>,<Modbus address>,WS|WM,<value>[:<value1>: ... :<valueN>]
WS|WM integer maxCmdExeTime: [sec] determines the bysy time (sandglass ON on magTerminal)
integer Modbus address
string WS|WM "write single word" or "write multiple words"
<value> word integer or [U16] integer] U16 or array of U16 da scrivere <value>:<value1>: ... :<valueN> words [U16] da scrivere
example (current sett at 2.5 A):
CMSG ELELLNNN 1,2,WM,2500:0
given that the sign is not used, we can also use CMSG ELELLNNN 2,WS,2500
example (MODE STBY, MODE OPER):
MODE STBY: CMSG ELELLNNN 5,0,WS,1
MODE STBY: CMSG ELELLNNN 5,0,WS,2
QMSG error: notExecutableCmd
...