MLAxisAbs

Pipe Network motion icon

 Function - Performs a move to an absolute position.

This function sets a new target Generator Position.

Inputs

Input

Data Type

Range

Unit

Default

Description

ID

DINT

-2147483648 to 2147483647

N/A

No default

ID Name of the Axis block.

Position

LREAL

No range

User units

No default

Sets the value of the absolute destination position.

Outputs

Output

Data Type

Range

Unit

Description

Default (.Q)

BOOL

FALSE, TRUE

N/A

Returns TRUE when the function successfully executes.

See Function - General Rules.

Remarks

Position with Modulo On

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

 MLAxisAbs( PipeNetwork.Axis1, 2000 ) ;

See Also