LD Address
LXM_SAVE Object_Type, Management_Param, Receiving_Array
LXM_SAVE(Address, Object_Type, Management_Param, Receiving_Array);
Parameter
|
Type
|
Comment
|
---|---|---|
Address
|
ARRAY [0.. 5] OF INT
|
Address of the destination entity of the exchange. Generic example:
ADDR('\b.e\SYS')
b: bus number
e: Fipio agent number of the Lexium drive on the bus
|
Object_Type
|
Type of object to be saved:
|
Parameter
|
Type
|
Comment
|
---|---|---|
Management_Param
|
ARRAY [0.. 13] OF INT
|
Parameter
|
Type
|
Comment
|
---|---|---|
Receiving_Array
|
ARRAY [n... m] OF INT
|
Word table containing the value of the objects saved. When the LXM_RESTORE function is used, this table will serve to reload (restore) the parameters or motion tasks in the destination Lexium drive.
|