Option |
Scaling |
Notes |
None |
No Scaling |
Ignores EGU range
in the block. No Range checking Alarming. |
8AL |
0 - 255 |
Scaled to EGU
range in the block. Range checking Alarming. |
8BN |
0 - 255 |
Scaled to EGU
range in the block. No Range checking Alarming. |
12AL |
0 - 4095 |
Scaled to EGU
range in the block. Range checking Alarming. |
12BN |
0 - 4095 |
Scaled to EGU
range in the block. No Range checking Alarming.
Ignores the most significant 4 bits (nibble). |
15AL |
0 - 32767 |
Scaled to EGU
range in the block. Range checking Alarming. |
15BN |
0 - 32767 |
Scaled to EGU
range in the block. No Range checking Alarming.
Ignores the most significant bit. |
3BCD |
0 - 999 |
Scaled to EGU
range in the block. Range checking Alarming.
Ignores the most significant 4 bits. |
4BCD |
0 - 9999 |
Scaled to EGU
range in the block. Range checking Alarming. |
LIN (Unsigned
DataType) |
0 - 65535 |
Scaled to EGU
range in the block. No Range checking Alarming. |
LIN (Signed
DataType) |
-32768 - +32767 |
Scaled to EGU
range in the block. No Range checking Alarming. |
PROP |
user defined |
Scales user
defined raw range entered in the HW-Options field
to EGU range (Linear Scaling) |
ROOT |
user defined |
Scales user
defined raw range entered in the HW-Options field
to EGU range (Scaled porprotional to the square
root of the raw range) |
S&M |
user defined |
Shift & Mask
shifts the value right by X bits then ANDs
the result with Y where X:Y are specified in the
HW-OPTION field |
INT |
No Scaling |
forces the value
to be interpreted as an signed integer regardless
of the data type of the poll record (allows you
to mix signed & unsigned in one poll record) |
UINT |
No Scaling |
forces the value
to be interpreted as an unsigned integer
regardless of the data type of the poll record
(allows you to mix signed & unsigned in one
poll record) |