This is then copied to the specified variable.
Tag identifier Description
NC_INSTRUCTION This tag is used to define the NC instruction to be generated.
All listed cycle parameters are automatically created as string variables of the
FORM and are available to the FORM.
Precondition: The FORMattribute type is set to the value CYCLE.
Attribute:
● refvar
If the tag is assigned a reference variable, all parameters are pre-assigned with
the values from the NC block saved in the reference variable.
Syntax:
<NC_INSTRUCTION> NC instruction with placeholders </
NC_INSTRUCTION>
Example:
<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>
…
…
…
</FORM>
Generating user dialogs
1.8 Generating user menus
Easy XML
82 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1