356 HEIDENHAIN Technical Manual MANUALplus 620
UpdObjectMove The indicated configuration object is moved to another *.cfg file. If the
indicated configuration object already exists in the file entered (*.cfg), no
action is performed.
This procedure is performed during startup of the control if the version number
of the OEM configuration on the control is older than the version number of
the update rule.
Syntax:
Example:
UpdObjectMove (
entity:="CfgOemBool",
version:=1.01,
key:="MG_OemBool",
file:="%OEM%\\config\\plc.cfg"
)
The indicated configuration object is moved from the current file to the file
plc.cfg.
UpdObjectMove (
entity := STRING, ; Name of the configuration object
version := REAL, ; Version number
key := STRING, ; Key name of the configuration
object
file := STRING ; Move configuration object to
indicated file
)