GetPositionAt

GetPositionAt 1:

Get a position on the Planar Track at a specific arc length value.

Syntax

Definition:

METHOD GetPositionAt
VAR_INPUT
    arcLength : LREAL;
END_VAR
VAR_IN_OUT
    position  : PositionXYC;
END_VAR

GetPositionAt 2: Inputs

Name

Type

Description

arcLength

LREAL

Arc length value where the position is evaluated.

GetPositionAt 3: In/Outputs

Name

Type

Description

position

PositionXYC

The position at the specified arc parameter.