Page 1 of 1

unsigned integer

PostPosted: Fri 24. Jul 2015 12:02:43
by NigelCG
Hi there. I am new to SCADA software, but have been electronics for over 40 years working with microcontrollers.

I am retrieving data from a Hurtwood Staefit card running on Modbus which is sending the data correctly as unsigned int values in the range 0-4096. However when I try to display the values on display's, I only have a signed integer option available, which gives the wrong value. So how do I fool the system into displaying the value correctly?

Thanks in advance,
Nigel

Re: unsigned integer

PostPosted: Mon 27. Jul 2015 6:57:37
by Petr Návrat
Hi

You write: However when I try to display the values on display's, I only have a signed integer option available..
If you mean the display in your hardware (..Staefit card), then it is not question for Promotic.

Promotic driver PmModbusMr support unsigned integer - if you specify ".W" in ItemId (see http://www.promotic.eu/en/pmdoc/Subsyst ... dbusMr.htm).
But I dont know how you read or write data, so I cannot answer correctly.

Petr Navrat