Siemens SINUMERIK 828D Function Manual page 932

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

P3: Basic PLC Program for SINUMERIK 840D sl
13.13 Block descriptions
MCP/HHU monitoring (840D sl)
The following alarms are displayed at HMI in cases of errors for the communication with the machine control
panel (MCP):
400260: MCP 1 failure or
400261: MCP 2 failure
400262: HHU failure
In this case, the input signals from the MCP or from the handheld unit (MCP1In/MCP2In or BHGIn) are reset to 0.
If it is possible to resynchronize the PLC and MCP/HHU, communication is resumed automatically and the error
message reset by the GP.
Call example for 840D sl
An example call for the FB 1 in OB 100 appears below. This example is part of the diskette with basic program for
840D sl.
ORGANIZATION_BLOCK OB 100
VAR_TEMP
OB100_EV_CLASS :
OB100_STRTUP :
OB100_PRIORITY :
OB100_OB_NUMBR :
OB100_RESERVED_1 :
OB100_RESERVED_2 :
OB100_STOP :
OB100_RESERVED_3 :
OB100_RESERVED_4 :
OB100_DATE_TIME :
END_VAR
BEGIN
CALL FB 1, DB 7 (
MCPNum :=
MCP1In :=
MCP1Out :=
MCP1StatSend :=
MCP1StatRec :=
MCP1BusAdr :=
MCP1Timeout :=
MCP1Cycl :=
NC-CyclTimeout :=
NC-RunupTimeout :=
//INSERT USER PROGRAM HERE
END_ORGANIZATION_BLOCK
932
BYTE ;
BYTE ;
BYTE ;
BYTE ;
BYTE ;
BYTE ;
WORD ;
WORD ;
WORD ;
DATE_AND_TIME;
1,
P#E0.0,
P#A0.0,
P#A8.0,
P#A12.0,
6,
S5T#700MS,
S5T#200MS,
S5T#200MS,
S5T#50S);
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
Basic Functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents