January 2012 4.2 The "Machine Parameters" Mode of Operation 359
UpdAttribute
Remove
The indicated machine parameter is removed from all configuration objects of
the machine configuration.
This update rule is needed in case a machine parameter is not supported by a
newer version of the NC software. This way you can automatically correct
your configurations in the field.
Syntax:
Example:
UpdAttributeRemove (
entity:="CfgSimulation",
version:=1.02,
attrName:="cc424"
)
The MP_cc424 parameter is removed from all configuration objects with the
name CfgSimulation.
UpdAttributeRemove (
entity := STRING, ; Name of the configuration
object
version := REAL, ; Version number
attrName := STRING, ; Name of the machine
parameter to be removed
)