Subroutine 52 - Turret2_Bin_T (Turret With Binary Coding Function) - Siemens SINUMERIK 808D Operating Instructions Manual

Plc subroutines manual
Hide thumbs Also See for SINUMERIK 808D:
Table of Contents

Advertisement

3.25
Subroutine 52 - TURRET2_BIN_T (turret with binary coding
function)
Purpose
Subroutine 52 is used to control the turret with encoder positioning signals and function of
dual-direction adjacent tool change. Contact the turret vendor for the working theory and the
timing diagram of a tool change.
During a tool change, the NC interface signals "Read-in disable" (DB3200.DBX6.1) and
"Feedhold" (DB3200.DBX6.0) are set, so the part program can continue running only after
the tool change action.
The turret position action is forbidden in case of an emergency stop, turret motor overload or
program test/simulation.
This subroutine can activate the following alarms:
● Alarm 700022: Turret motor overload
● Alarm 700023: Programmed tool number higher than the max. tool number of the turret
● Alarm 700024: Wrong setting of the max. tool number for the turret
● Alarm 700026: Not able to find expected tool in monitor time
● Alarm 700011: Not able to lock tool in expected time
Local variable definition
Table 3- 26
Name
Tmax
Tm_Lck
Tm_Chg
T_1
T_2
T_3
T_4
Parity
Strobe
OVload
P_Indx
T_key
PLC Subroutines Manual
Operating Instructions, 12/2012, 6FC5397-2EP10-0BA0

3.25 Subroutine 52 - TURRET2_BIN_T (turret with binary coding function)

Inputs
Type
Description
WORD
Max. tool number of the turret
WORD
Turret clamping time (unit: 0.1 s)
WORD
Tool change monitoring
BOOL
Tool code A x 1
BOOL
Tool code B x 2
BOOL
Tool code C x 4
BOOL
Tool code D x 8
BOOL
Position parity
BOOL
Position strobe
BOOL
Turret motor overload (NC)
BOOL
Turret pre-indexing sensor
BOOL
Manual tool change key (triggering signal )
Descriptions of the PLC subroutines
61

Advertisement

Table of Contents
loading

Table of Contents