LD Axis
CAL LXM_UPLOADMTASK_Instance (AXIS:=AXIS, EXECUTE:=EXEC, ERROR=>ERR, DONE=>DO, BUSY=>B, COMMANDABORTED=>AB, ERRORID=>ERRID, PARAMETERSET=>PS, SIZE=>S)
LXM_UPLOADMTASK_Instance (AXIS:=AXIS, EXECUTE:=EXEC, ERROR=>ERR, DONE=>DO, BUSY=>B, COMMANDABORTED=>AB, ERRORID=>ERRID, PARAMETERSET=>PS, SIZE=>S);
Parameter
|
Type
|
Comment
|
---|---|---|
PARAMETERSET
|
ANY_ARRAY_BYTE
|
The byte table where the Motion Tasks are saved (DDT structure). This table depends on the number of Motion Function Blocks used in the project.
For Lexium 17/15MP the byte table is equal to:
12 + 27 MT number x bytes
For Lexium 15LP the byte table is equal to:
12 + 29 MT number x bytes
MT: Motion Task
|
SIZE
|
Size of the byte table corresponding to the PARAMETERSET parameter.
|