Scada-LTS icon indicating copy to clipboard operation
Scada-LTS copied to clipboard

Add display format as Hex numbers or binary numbers

Open nduvernois opened this issue 1 year ago • 1 comments

In some cases, we read data from PLC's that are bit fields. We typically read them as 2 bytes unsigned integer. But actually reading 3196 doesn't mean anything. Reading 0x0C7C or 0000 1100 0111 1100 is actually more significant. Possible solution : in the display formats, we have Analog / Simple / Range / Text. It could be worth adding "Binary" and "Hexa".

nduvernois avatar Mar 31 '23 08:03 nduvernois

@nduvernois, your proposal seems like a good idea.

Limraj avatar Apr 03 '23 22:04 Limraj