Detailed description
2.12 Block descriptions
Basic logic functions: PLC basic program solution line (P3 sl)
160 Function Manual, 11/2006, 6FC5397-0BP10-2BA0
Declaration of the function
FUNCTION_BLOCK FB 9
VAR_INPUT
Ack : BOOL ; //Acknowledge interrupts
OPMixedMode: BOOL:= FALSE; //Mixed operation with non-M-to-N-enabled OP
//deactivated
ActivEnable: BOOL:= TRUE; // Not supported
MCPEnable : BOOL:= TRUE; // Activate MCP switchover
END_VAR
VAR_OUTPUT
Alarm1 : BOOL ; // Interrupt: Error in HMI bus address, bus type!
Alarm2 : BOOL ; // Interrupt: No confirmation HMI 1 offline!
Alarm3 : BOOL ; // Interrupt: HMI 1 is not going offline!
Alarm4 : BOOL ; // Interrupt: No confirmation HMI 2 offline!
Alarm5 : BOOL ; // Interrupt: HMI 2 is not going offline!
Alarm6 : BOOL ; // Interrupt: Queuing HMI is not going online!
Report : BOOL ; // Message: Signoflife monitoring
ErrorMMC : BOOL ; // Error detection HMI
END_VAR
Description of formal parameters
The table below lists all formal parameters of the M:N function.
Formal parameters of M:N function
Signal Type Type Remark
Ack I BOOL Acknowledge interrupts
OPMixedMode I BOOL Mixed operation deactivated for OP without M:N capability
ActivEnable I BOOL Function is not supported. Control panel switchover
Interlocking via MMCx_SHIFT_LOCK in DB 19
MCPEnable I BOOL Activate MCP switchover
TRUE = MCP is switched over with operator panel.
FALSE: = MCP is not switched over with operator panel. This
can be used to permanently link an MCP. See also
MMCx_MCP_SHIFT_LOCK in DB 19
Alarm1 Q BOOL Interrupt: Error in HMI bus address, bus type!
Alarm2 Q BOOL Interrupt: No confirmation HMI 1 offline!
Alarm3 Q BOOL Interrupt: HMI 1 is not going offline!
Alarm4 Q BOOL Interrupt: No confirmation HMI 2 offline!
Alarm5 Q BOOL Interrupt: HMI 2 is not going offline!
Alarm6 Q BOOL Interrupt: Queuing HMI is not going online!
Report Q BOOL Message: Sign-of-life monitoring HMI
ErrorMMC Q BOOL Error detection HMI