MLAxisMoveVel
Function - Jog at the specified speed.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
ID |
DINT |
1 to 1024 |
N/A |
No default |
ID of the Axis block. |
|
Speed |
LREAL |
No range |
User unit/sec |
No default |
|
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Default (.Q) |
BOOL |
FALSE, TRUE |
N/A |
|
Remarks
- This function sets the generator position moving at a programmed speed.
- Previous function name: MLAxisRun
- Returns TRUE if the function succeeded.
- See Axis Function Examples.
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
MLAxisMoveVel(PipeNetwork.Axis1, 500 ) ;
See Also






