Detailed description
2.12 Block descriptions
Power Line Basic PLC Program (P3)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
2-155
FB9 call
CALL FB 9 , DB 109 (
Ack := Error_ack, // e.g., MCP reset
OPMixedMode := FALSE,
ActivEnable = TRUE, //
MCPEnable := TRUE, // Enable MCP switchover
Alarm1 := DB2.dbx188.0, // Error message 700.100
Alarm2 := DB2.dbx188.1, // Error message 700.101
Alarm3 := DB2.dbx188.2, // Error message 700.102
Alarm4 := DB2.dbx188.3, // Error message 700.103
Alarm5 := DB2.dbx188.4, // Error message 700.104
Alarm6 := DB2.dbx188.5, // Error message 700.105
Report :=DB2.dbx192.0) // Operational message 700.132
Note
Input parameter “MCPEnable” must also be set to true to enable MCP switchover. The
default value of these parameters is set in this way and need not be specially assigned when
the function is called.
Alarm, error
The output parameters "Alarm1" to "Alarm6" and "Report" can be transferred to the DB2
areas for MMC alarm and error messages.
If execution of an MMC function has failed (for which an appropriate error message cannot
be displayed), status parameter ErrorMMC is set to 'logic 1' (e.g., booting error when no
connection is made).
Example of FB1 call (call in OB100)
CALL "RUN_UP", "gp_par" (
MCPNum := 1,
MCP1In := P#I 0.0,
MCP1Out := P#Q 0.0,
MCP1StatSend := P#Q 8.0,
MCP1StatRec := P#Q 12.0,
MCP1BusAdr := 255, // Address of first MCP
MCP1Cycl := S5T#200MS,
MCP1Stop := TRUE, // MCP disabled
NCCyclTimeout := S5T#200MS,
NCRunupTimeout := S5T#50S);