2.7.1 CONTROL_RESET
Description
This identifier allows one or more control components to be restarted. Execution of the script
is only continued when the control has resumed cyclic operation.
Programming
Identifier: CONTROL_RESET
Syntax: <CONTROL_RESET resetnc="TRUE" />
Attributes: resetnc="true" The NC component is restarted.
resetdrive="true" The drive components are restarted.
2.7.2 FILE
Description
The identifier enables standard archives to be read in or created.
● Reading in an archive:
The file name of the archive must be specified for reading in an archive.
● Creating an archive:
If the attribute create= "true" is specified, the function creates a standard archive (*.arc)
under the specified name and stores the file in the …/dvm/archives directory.
Programming
Identifier: FILE
Syntax: <file name ="<archive name>" />
<file name ="<archive name>" create="true" class="<data classes>"
group="<area>" />
Attributes: name Identifier for the file name
Generating commissioning dialogs
2.7 Script language
Easy XML
190 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1