MLAxisAbs

Pipe Network motion icon

 Function - Performs a move to an absolute position.

Inputs

Input

Data Type

Range

Unit

Default

Description

ID

DINT

1 to 1024

N/A

No default

ID 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 Pipe Network - General Rules.

Remarks

  • This function sets a new target Generator Position.
  • Returns TRUE if the function succeeded.
  • See Axis Function Examples.

Position with Modulo On

FBD Language Example

FFLD Language Example

IL Language Example

Not available.

ST Language Example

 MLAxisAbs( PipeNetwork.Axis1, 2000 ) ;

See Also