Download Print this page

HEIDENHAIN MANUALplus 620 Technical Manual page 354

Hide thumbs Also See for MANUALplus 620:

Advertisement

UpdObjectInsert
354
The indicated configuration object is inserted. The procedure is performed if...
the control determines during startup that the indicated object does not
exist
the current OEM version number of the configuration is less than the
version number indicated in the update rule.
There are various possibilities for inserting parameters into the new
configuration object:
The name of the new configuration object is entered directly as a string.
Only parameters that are to be set to specific input values must be entered.
Syntax:
UpdObjectInsert (
entity
version
key
file
object
)
Example:
UpdObjectInsert (
entity:="CfgOemBool",
version:=1.00,
key:="MG_OemBool",
file:="%OEM%\\config\\plc_oem.cfg",
object:="CfgOemBool (value:= [FALSE, TRUE])"
)
If the version code of the OEM configuration is < 1.00, this update rule creates
the symbolic operand MG_OemBool in the configuration object CfgOemBool.
Possible values are TRUE and FALSE.
:= STRING,
; Name of the configuration object
:= REAL,
; Version number
:= STRING,
; Key name of the configuration
object
:= STRING,
; Path/file name of where the new
object is to be saved
:= STRING
; Name of the new configuration
(OPTIONAL)
object (identifier)
HEIDENHAIN Technical Manual MANUALplus 620

Advertisement

loading