/
Arc Motion Center and Angle

Arc Motion Center and Angle

The arc motion command can be used to move an XBot in an arc path, the arc is defined by the arc center location, the rotation angle, and the rotation direction (clockwise or counterclockwise).

Fieldbus Interface 

PMC_ArcMotionCenter

Name

Data Type

Description

Name

Data Type

Description

Execute

BOOL

cmdLB

UINT

XbotID

USINT

Mode

USINT

0: Absolute position of Arc Center; 1: Relative positioning of arc center to XBot position at the start of command execution

Dir

USINT

0: Negative RZ direction (Clockwise); 1: Positive RZ direction (Counterclockwise)

EndVel

REAL

Ending Tangential Speed (m/s)

MaxVel

REAL

Maximum Tangential Speed (m/s)

MaxAcc

REAL

Maximum Acceleration (m/s2)

CenterX

REAL

Center X Coordinates (m)  

CenterY

REAL

Center Y Coordinates (m)  

Angle

REAL

Angle (rad) – must be greater than 0

PM_Controller

PMControllerType

Name

Data Type

Description

Name

Data Type

Description

Ack

BOOL

Done

BOOL

Busy

BOOL

Aborted

BOOL

Error

BOOL

ErrorID

UINT

TravelTime

REAL

Traveling time (s)

Ethernet Interface 

MotionRtn ArcMotionMetersDegrees(ushort cmdLabel, int xbotID, ARCMODE arcMode, ARCTYPE arcType, ARCDIRECTION arcDir, POSITIONMODE positionMode, double XMeters, double YMeters, double finalSpeedMetersPs, double maxSpeedMetersPs, double maxAccelerationMetersPs2, double radiusMeters, double angleRadians)

Name

Type

Description

Name

Type

Description

cmdLabel

ushort

xbotID

int

arcMode

enum

TARGETRADIUS (0) = Target + Radius mode, CENTERANGLE (1) = Center + Angle mode

arcType

enum

MINORARC (0) = minor arc, MAJORARC (1) = major arc

arcDir

enum

CLOCKWISE (0) = clockwise, COUNTERCLOCKWISE (1) = counterclockwise

positionMode

enum

ABSOLUTE (0) = absolute positioning, RELATIVE(1) = relative positioning

XMeters

double

Target X (target + radius mode) or Center X (center = angle mode), meters

YMeters

double

Target Y (target + radius mode) or Center Y (center = angle mode), meters

finalSpeedMetersPs

double

Final tangential speed (m/s)

maxSpeedMetersPs

double

Max tangential speed (m/s)

maxAccelerationMetersPs2

double

Max acceleration (m/s2)

radiusMeters

double

For target + radius mode only: radius of arc, meters

angleRadians

double

For center + angle mode only: arc angle, radians

Name

Type

Description

Name

Type

Description

MotionRtn.PmcRtn

PMCRTN enum

MotionRtn.TravelTimeSecs

float

Time required to complete this command, in seconds

Conditions

Operating Conditions

Operating Conditions

Preconditions

Postconditions

Description

Untitled-20240924-220036.png

The arc motion command can be used to move an XBot in an arc path, the arc is defined by the arc center location, the rotation angle, and the rotation direction (clockwise or counterclockwise).

  • The target or center position can be specified either in absolute coordinates or relative coordinates. Relative coordinates are relative to the reference position of the XBot when the command begins execution.

  • Only the X- and Y-positions (also called the long axis) are controlled by this command. The Z-, Rx-, Ry-, and Rz-positions are maintained during this motion command.

  • The maximum speed and ending speed must be specified. Similar to linear motion, the input maximum speed will be automatically constrained if it is below or above the system limits and the ending speed will be limited if the travel distance is too short

  • The ending speed and maximum speed are also limited by both the tangential and the normal acceleration for the arc. The speeds may be automatically adjusted to a lower value if required so that the accelerations do not exceed their limits.

Feedback and Comments

Please email us at tech.portal@planarmotor.com