Fault Responses (Setal) - Siemens SINUMERIK 828D Programming Manual

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

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
10.4.26

Fault responses (SETAL)

Function
Fault responses can be programmed using synchronized actions. Status variables are
interrogated and the corresponding actions initiated.
Some possible responses to error conditions are:
● Stop axis (override=0)
● Set alarm
● Set output
● All possible actions in synchronized actions
Syntax
Set cycle alarm:
DO SETAL(<alarm number>)
Significance
SETAL
<alarm number>
Example
Program code
ID=67 WHENEVER ($AA_IM[X1]-$AA_IM[X2])<4.567 DO $AA_OVR[X2]=0
ID=67 WHENEVER ($AA_IM[X1]-$AA_IM[X2])<4.567 DO SETAL(65000)
612
can set cycle alarms from synchronized actions.
SETAL
Command to set a cycle alarm
Alarm number
Cycle alarm range for users:
65000 ... 69999
Comments
; Stop axis X2 if the safety
clearance between axes X1
and X2 is too small.
; Set alarm 65000 if the
safety clearance between
axes X1 and X2 is too
small.
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents