Traversing A Contour Element From The Table (Exectab) - Siemens SINUMERIK 840D sl Programming Manual

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

Advertisement

User stock removal programs

14.5 Traversing a contour element from the table (EXECTAB)

14.5
Traversing a contour element from the table (EXECTAB)
14.5
Function
You can use command EXECTAB to traverse contour elements block by block in a table
generated, for example, with the CONTPRON command.
Programming
EXECTAB (TABNAME[n])
Parameters
TABNAME[n]
Example
The contour elements stored in Table KTAB are traversed non-modally by means of
subroutine EXECTAB. Elements 0 to 2 are transferred in consecutive calls.
N10 EXECTAB (KTAB[0])
N20 EXECTAB (KTAB[1])
N30 EXECTAB (KTAB[2])
14-14
Name of table with number n of the element
;Traverse element 0 of table KTAB
;Traverse element 1 of table KTAB
;Traverse element 2 of table KTAB
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents