14
User Stock Removal Programs 12.98
14.5 Traversin
a contour element from the table: EXECTAB
14
840D
NCU 571
840D
NCU 572
NCU 573
FM-NC 810D 840Di
ï›™
Siemens AG 2000. All rights reserved
14-478
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) – 04.00 Edition
14.5 Traversing a contour element from the table: EXECTAB
Programming
EXECTAB (TABNAME[n])
Explanation of the parameter
TABNAME[n]
Name of table with number n of the element
Function
You can use command EXECTAB to traverse
contour elements block by block in a table
generated, for example, with the CONTPRON
command.
Programming example
The contour elements stored in Table KTAB are
traversed non-modally by means of subroutine
EXECTAB. Elements 0 to 2 are passed in
consecutive calls.
N10 EXECTAB (KTAB[0])
Traverse element 0 of table KTAB
N20 EXECTAB (KTAB[1])
Traverse element 1 of table KTAB
N30 EXECTAB (KTAB[2])
Traverse element 2 of table KTAB