Commissioning Manual
6FC5397-4EP10-0BA8, 07/2018
333
The tag runs a comparison between the operator controls and the reference variables.
•
The attribute defines the direction of the data comparison.
– data is read from the reference variables and copied to the operator controls.
– Data is copied from the operator controls to the reference variables.
<UPDATE_CONTROLS type = "<Direction>"/>
<SOFTKEY_OK>
< UPDATE_CONTROLS type="false"/>
Generating user menus
14.7.1
Creating processing cycle forms
The cycle support function allows the automatic creation and decompilation of a cycle call through the form dialog.
To manage this functionality, the following tags are available:
●
●
To mark a cycle form, in the
tag, the attribute
should be specified with the value
. This marking allows the
to be processed.
<FORM name = "cycle100_form" type= "CYCLE">
…
…
</FORM>
The
tag contains the cycle call to be generated. All cycle parameters should be reserved using space
retainers.
<FORM name = "cycle100_form" type= "CYCLE">
<NC_INSTRUCTION refvar= "cyc_string" >Cycle100 ($p1, $p2, $p3)</ NC_INSTRUCTION>
…
…
…
</FORM
The
tag prepares the values saved in the space retainer variables and generates the NC instruction.
This is then copied to the specified variable.