Siemens SINUMERIK 840Di Function Manual page 1067

Basic machine
Hide thumbs Also See for SINUMERIK 840Di:
Table of Contents

Advertisement

FB9 call
CALL
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" (
Power Line Basic PLC Program (P3)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
FB
9 , DB
109 (
Ack
:= Error_ack,
OPMixedMode
:= FALSE,
ActivEnable
= TRUE,
MCPEnable
:= TRUE,
Alarm1
:= DB2.dbx188.0,
Alarm2
:= DB2.dbx188.1,
Alarm3
:= DB2.dbx188.2,
Alarm4
:= DB2.dbx188.3,
Alarm5
:= DB2.dbx188.4,
Alarm6
:= DB2.dbx188.5,
Report
:=DB2.dbx192.0)
MCPNum
MCP1In
MCP1Out
MCP1StatSend
MCP1StatRec
MCP1BusAdr
MCP1Cycl
MCP1Stop
NCCyclTimeout
NCRunupTimeout
// e.g., MCP reset
//
// Enable MCP switchover
// Error message 700.100
// Error message 700.101
// Error message 700.102
// Error message 700.103
// Error message 700.104
// Error message 700.105
// Operational message 700.132
:= 1,
:= P#I 0.0,
:= P#Q 0.0,
:= P#Q 8.0,
:= P#Q 12.0,
:= 255,
// Address of first MCP
:= S5T#200MS,
:= TRUE,
// MCP disabled
:= S5T#200MS,
:= S5T#50S);
Detailed description
2.12 Block descriptions
2-155

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents