MLAxisMoveVel

Pipe Network motion icon

 Function - Jog at the specified speed.

This function sets the generator position moving at a programmed speed.

Inputs

Input

Data Type

Range

Unit

Default

Description

ID

DINT

No range

N/A

No default

ID Name of the Axis block.

Speed

LREAL

No range

User unit/sec

No default

Sets the axis speed.

See Set the Axis Block Position Units.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE when the function successfully executes.

This is true after the motion has reached jog speed.

See Function - General Rules.

Remarks

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

 MLAxisMoveVel(PipeNetwork.Axis1, 500 )  ;

See Also