7.16.2 MC_MoveVelocity
Function
Controlled motion commands at specified speeds.
LD graphics

Parameter description
| Parameters | Type | Declaration | Description | Remarks |
|---|---|---|---|---|
| Axis | AXIS | VAR_IN_OUT | System axis for executing commands | Invoke Function Block |
| Execute | BOOL | VAR_IN | Rising edge activation | |
| Velocity | LREAL | VAR_IN | Maximum speed [u/s], which can be a signed value, which can be a signed value | |
| Acceleration | LREAL | VAR_IN | Acceleration[u/s2] | |
| Deceleration | LREAL | VAR_IN | Deceleration[u/s2] | |
| Jerk | LREAL | VAR_IN | Jerk[u/s3] | |
| Direction | USINT | VAR_IN | Retain | |
| BufferMode | USINT | VAR_IN | Chronological order of FB | |
| InVelocity | BOOL | VAR_OUT | Command speed achieved or not | |
| Busy | BOOL | VAR_OUT | Whether there is a valid output for FB, True:FB is not terminated | |
| Active | BOOL | VAR_OUT | FB control axis | |
| CommandAborted | BOOL | VAR_OUT | The command was terminated by another command | |
| Error | BOOL | VAR_OUT | An error signal has occurred within the FB | |
| ErrorID | WORD | VAR_OUT | Error ID |