How to read a signed register?

Hi,
now i use:
20 VAR1 = 2.3.MB_REG256
30 IF VAR1 > 32768 THEN VAR1 = ( VAR1 - 65536 ) / 10 ELSE VAR1 = VAR1 / 10
there is a simple option to read a signed MB register?
Thanks.

Chelsea will report back on this shortly.

1 Like

Hi, still waiting.
There is a better option to read a signed MB register?

Sorry,there is currently no direct support for signed MB commands now.