Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In verde: comandi debuggati


ONLN
  set online = T/F

When an element is OFFLINE (as a consequence of a ONLN ELELLNNN OFF command), the control is skipped for that element.
As soon as any new command arrives, the element is put back in the ONLINE condition.

BYPS  set bypass = T/F

PUTT  error: notExecutableCmd

PUTT ELELLNNN MG1,<..... flattened cluster .....>

EMSK  set error mask to 0,0

...

CMSG  executes a direct Modbus command     

<Modbus address>,WS|WM,<value>[:<value1>: ... :<valueN>]

...

WS|WM       "write single word" or "write multiple words"

...

<value>     word [U16] da scrivere

...

<value>:<value1>: ... :<valueN>     words [U16] da scrivere

example (current sett at 2.5 A):

CMSG ELELLNNN 2,WM,2500:0

given that the sign is not used, we can also use CMSG ELELLNNN 2,WS,2500



QMSG  error: notExecutableCmd

...