Inputs |
Name |
Data Type |
Allowed Range |
Retain |
Mandatory Connection |
Meaning |
OperatingMode | OperatingModeType | | Yes | No |
Desired operating mode, the off mode is dominant - no other function can start it |
Demand | bool | | No | Yes |
Desired state in automatic mode |
Feedback | usint | 0..2 | No | No |
Feedback on operation - can directly connect feedback of type bool. Can take the following values:
Value |
Meaning |
0 | Feedback inactive |
1 | Feedback active |
2 | Feedback not connected (default value) |
|
FeedbackManual | bool | | No | No |
Feedback indicating manual activation (e.g., from the switchboard panel) |
Failure | bool | | No | No |
Failure report |
EmergencyShutdown | bool | | No | No |
Emergency shutdown |
OperatingHoursReset | bool | | No | No |
Reset of operating hours |
RunDown | time | | No | No |
Requested run-down time (if zero, the function is inactive) |
FeedbackTimeout | time | | No | No |
Interval waiting for active feedback |
KickFunctionInterval | time | | No | No |
Interval of the periodic starting function (if zero, the function is inactive) |
KickFunctionDuration | time | | No | No |
Run time for periodic starting |
NotRunAlarmPriority | AlarmPriorityType | | No | No |
Class of generated alarm |
FailureAlarmPriority | AlarmPriorityType | | No | No |
Class of generated alarm |
EmergencyAlarmPriority | AlarmPriorityType | | No | No |
Class of generated alarm |
ControlFlags | uint | 0..15 | No | No |
Bit field defining extended block behavior
Bit |
Mask |
Meaning |
0 | 1 | If the bit is one, alarms are not evaluated |
1 | 2 | Defines the behavior of the Command output when an alarm occurs in automatic mode. If the bit is one, the output is deactivated |
2 | 4 | Defines the behavior of the Command output when an alarm occurs in manual mode. If the bit is one, the output is deactivated |
3 | 8 | Defines the alarm reaction to the EmergencyShutdown input. If it is one, a failure alarm is triggered |
4..15 | - | Unused |
|
AlarmsStatusIn | Lib.Mervis.v1_0.AlarmsStatus | | No | No |
Combined interface for alarm indication |