Function Manual
01/2017
275
This tag is used to define the NC instruction to be generated.
All listed cycle parameters are automatically created as string variables of the
and are available to the
.
Precondition: The FORMattribute
is set to the value
.
•
If the tag is assigned a reference variable, all parameters are pre-assigned
with the values from the NC block saved in the reference variables.
<NC_INSTRUCTION> NC instruction with placeholders </
NC_INSTRUCTION>
<let name="cyc_string" type="string"> Cycle100(0, 1000,
5)</let>
...
...
...
<FORM name = "cycle100_form" type= "CYCLE">
<NC_INSTRUCTION refvar= "cyc_string" >Cycle100($p1, $p2,
$p3)</ NC_INSTRUCTION>
..
…
…