January 2012 4.2 The "Machine Parameters" Mode of Operation 357
UpdKeyRename The key name of the indicated configuration object is changed. The file is not
changed.
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:
UpdKeyRename (
entity:="CfgOemBool",
version:=1.01,
key:="MG_OemBool",
keyNew:="MG_Boolean"
)
The symbolic marker MG_OemBool is renamed as MG_Boolean.
UpdKeyRename (
entity := STRING, ; Name of the configuration object
version := REAL, ; Version number
key := STRING, ; Key name of the configuration
object
keyNew := STRING ; New key name
)