kitControl-StatusDemux
This component provides a method to check for individual status flags of the In-linked object, and sets corresponding (demuxed) StatusBoolean out slots active (true) if that status as found.
StatusDemux is available in the Util folder of the kitControl palette.

| Property | Value | Description |
|---|---|---|
| In Status | check boxes | Identifies the possible conditions of the In-linked object: disabled, fault, down, alarm, stale, overridden, null and unackedAlarm. |
| In Boolean | true or false (default) and null definition | Receives input from a connected Boolean object. |
| In Enum | enumerated value (defaults to zero) and null definition | Receives input from a connected Enum object. |
| In Numeric | number (defaults to zero) and null definition | Receives input from a connected Numeric object. |
| In String | text (defaults to blank) and null definition | Receives input from a connected String object. |
| Alarm | out property: true or false (default) and null definition | Activates (true) if the In-linked object is in alarm. |
| Down | out property: true or false (default) and null definition | Activates (true) if the In-linked object is down. |
| Fault | out property: true or false (default) and null definition | Activates (true) if the In-linked object is in fault. |
| Null Status | out property: true or false (default) and null definition | Activates (true) if the In-linked object is in null status. |
| Disabled | out property: true or false (default) and null definition | Activates (true) if the In-linked object reports a disabled. |
| Overridden | out property: true or false (default) and null definition | Activates (true) if the In-linked object has been overridden. |
| Unacked Alarm | out property: true or false (default) and null definition | Activates (true) if the In-linked object has an unacknowledged alarm |
| Stale | out property: true or false (default) and null definition | Activates (true) if the In-linked object is stale (has not been updated in a timely manner). |