Siemens SINUMERIK 840Di Function Manual page 1087

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

Advertisement

END_ORGANIZATION_BLOCK
ORGANIZATION_BLOCK OB 86
VAR_TEMP
END_VAR
END_ORGANIZATION_BLOCK
2.12.14
FC 7: TM_REV transfer block for tool change with revolver
Description of functions
After a revolver has been changed, the user will call this block. The revolver number
(corresponding to interface number in DB 73) must be specified in parameter "ChgdRevNo"
for this purpose. As this block is called, the associated "Interface active" bit in data block
DB 73, word 0 of FC 7 is reset after parameter "Ready" := TRUE is returned.
Block FC TM_REV may be started (with "Start" parameter = "TRUE") only if an activation
signal for the appropriate interface (DB 73, word 0) for this transfer has been supplied by the
tool management function.
Output parameter "Ready" is set to the value TRUE when the job has been executed
correctly.
The user must then set the
"Start" parameter to FALSE
or not call the block again.
If the
"Ready" parameter is set to FALSE,
the error code in the
"Error" parameter must be interpreted.
Power Line Basic PLC Program (P3)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
BEGIN
CALL FC 5
(PlcStop := False);
OB86_EV_CLASS : BYTE ;
OB86_FLT_ID : BYTE ;
OB86_PRIORITY : BYTE ;
OB86_OB_NUMBR : BYTE ;
OB86_RESERVED_1 : BYTE ;
OB86_RESERVED_2 : BYTE ;
OB86_MDL_ADDR : WORD ;
OB86_RACKS_FLTD : ARRAY [0 .. 31]OF BOOL;
OB86_DATE_TIME : DATE_AND_TIME;
BEGIN
CALL FC 5
(PlcStop := True);
Detailed description
2.12 Block descriptions
2-175

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents