Siemens SINUMERIK 840D sl Programming Manual page 639

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Programming
Syntax
No modal ID
ID=<n> ...
IDS=<n>
Job Planning
Programming Manual, 06/2009, 6FC5398-2BP20-0BA0
Significance
The synchronized action is only effective in the automatic mode.
It applies only to the next executable block (block with motion
statement or other machine action), is non-modal.
Example:
WHEN $A_IN[3]==TRUE DO $A_OUTA[4]=10
The synchronized action applies modally in the following blocks and
can be deactivated by CANCEL(<n>) or can be overwritten by
programming a new synchronized action with the same ID.
The synchronized actions active in the M30 block delay the program
end.
ID synchronized actions are only effective in the automatic mode.
Value range for <n>:
Example:
ID=2 EVERY $A_IN[1]==1 DO POS[X]=0
The static synchronized actions act modally in all modes. They even
remain active beyond the end of the program and can be activated
directly after Power On using an ASUB. This means that it is
possible to activate actions that should run in the NC independent of
the selected operating mode.
Value range for <n>:
Example:
IDS=1 EVERY $A_IN[1]==1 DO POS[X]=100
Motion synchronous actions
1 ... 255
1 ... 255
10.1 Basics
639

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents