User stock removal programs
15.5 Execute the contour elements of a table block-by-block (EXECTAB)
Job planning
704 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
15.5 Execute the contour elements of a table block-by-block (EXECTAB)
Function
Using the command EXECTAB, you can execute the contour elements of a table – that were
generated e.g. using the command
CONTPRON – block-by-block.
Syntax
EXECTAB(<contour table>[<contour element>])
Significance
EXECTAB
Command to execute a contour element
<contour table>
Names of contour table
<contour element>
Number of the contour element
Example
Contour elements 0 to 2 in table KTAB should be executed block-by-block.
Program code Comments
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.