LD Axis
CAL MC_MOVEVELOCITY_Instance(AXIS:=AXIS, EXECUTE:=EXEC, VELOCITY:=V, INVERT:=I, ERROR=>ERR, INVELOCITY=>IV, BUSY=>B, COMMANDABORTED=>AB, ERRORID=>ERRID)
MC_MOVEVELOCITY_Instance(AXIS:=AXIS, EXECUTE:=EXEC, VELOCITY:=V, INVERT:=I, ERROR=>ERR, INVELOCITY=>IV, BUSY=>B, COMMANDABORTED=>AB, ERRORID=>ERRID);
Parameter
|
Type
|
Comment
|
---|---|---|
VELOCITY
|
Speed value.
For ICLA or ATV31 servodrives, the VELOCITY parameter is used as INT type.
|
|
INVERT
|
Direction of rotation.
If INVERT is set to TRUE, the direction is the inverse of the VELOCITY sign. When INVERT is set to FALSE, the direction is that of the VELOCITY.
|
Parameter
|
Type
|
Comment
|
---|---|---|
INVELOCITY
|
INVELOCITY is TRUE when the VELOCITY speed is reached; otherwise it remains set to FALSE.
|