AppendLine

AppendLine 1:

Appends a line to the Planar Track.

Syntax

Definition:

METHOD AppendLine
VAR_INPUT
    commandFeedback : Reference To MC_PlanarFeedback;
END_VAR
VAR_IN_OUT
    start           : PositionXYC;
    end             : PositionXYC;
END_VAR

AppendLine 2: Inputs

Name

Type

Description

commandFeedback

Reference To MC_PlanarFeedback

The feedback object for the command.

AppendLine 3: In/Outputs

Name

Type

Description

start

PositionXYC

Start position of the line.

end

PositionXYC

End position of the line, this position is the new endpoint of the Planar Track.