AppendCircle

AppendCircle 1:

Appends a circular arc to the Planar Track.

Syntax

Definition:

METHOD AppendCircle
VAR_INPUT
    commandFeedback : Reference To MC_PlanarFeedback;
END_VAR
VAR_IN_OUT
    start           : PositionXYC;
    end             : PositionXYC;
    center          : PositionXY;
END_VAR
VAR_INPUT
    clockwise       : BOOL;
END_VAR

AppendCircle 2: Inputs

Name

Type

Description

commandFeedback

Reference To MC_PlanarFeedback

The feedback object for the command.

clockwise

BOOL

Indicates if the clockwise circle is appended.

AppendCircle 3: In/Outputs

Name

Type

Description

start

PositionXYC

Start position of the circular arc.

end

PositionXYC

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

center

PositionXY

Center of the circular arc.