Bei den Datentypen Quality und Coded Enums handelt es sich um Bitstrings. Jedes Bit oder manchmal auch zwei Bits beschreiben einen Zustand.
|
Bit 0 |
00 -> good 01 -> invalid 10 -> none 11 -> questionable |
|
Bit 1 |
|
|
Bit 2 |
Overflow |
|
Bit 3 |
OutOfRange |
|
Bit 4 |
BadReference |
|
Bit 5 |
Oscillatory |
|
Bit 6 |
Failure |
|
Bit 7 |
OldData |
|
Bit 8 |
Inconsistent |
|
Bit 9 |
Inaccurate |
|
Bit 10 |
Source (0 -> process, 1 -> substituted) |
|
Bit 11 |
Test |
|
Bit 12 |
OperatorBlocked |
In ibaPDA werden die Werte z. B. in der Trendkurve als Dezimalwert dargestellt. Für eine bessere Lesbarkeit ist eine Darstellung mittels 16 Bit Decoder, welche die einzelnen Bits darstellt, übersichtlicher.
