/
6 DOF Motion With Velocity

6 DOF Motion With Velocity

This command can be used to specify all 6 degrees of freedom of an XBot at once. It will travel at the specified velocity.

Fieldbus Interface

PMC_6DMotionVelocity

Name

Data Type

Description

Name

Data Type

Description

Execute

BOOL

cmdLB

UINT

XbotID

USINT

TargetPos

REAL[0..5]

Absolute Target Coordinates (m), array of size 6, values are ordered as X, Y, Z, Rx, Ry, Rz in SI Units

LongAxisAccVel

REAL[0..1]

LongAxisAccVel[0]: XY Acceleration, LongAxisAccVel[1]: XY Speed;

ShortAxisVel

REAL[0..3]

ShortAxisVel[0]: Z Speed, ShortAxisVel[1]: RX Speed, ShortAxisVel[2]: RY Speed, ShortAxisVel[3]: RZ Speed

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 SixDofMotionSI(ushort cmdLabel, int xbotID, double targetXmeters, double targetYmeters, double targetZmeters, double targetRXrads, double targetRYrads, double targetRZrads, double xyMaxSpeed, double xyMaxAccel, double zMaxSpeed, double rxMaxSpeed, double ryMaxSpeed, double rzMaxSpeed)

Name

Type

Description

Name

Type

Description

cmdLabel

ushort

xbotID

int

targetXmeters

double

Target X position (meters)

targetYmeters

double

Target Y position (meters)

targetZmeters

double

Target Z position (meters)

targetRXrads

double

Target RX position (rads)

targetRYrads

double

Target RY position (rads)

targetRZrads

double

Target RZ position (rads)

xyMaxSpeed

double

Max speed in X and Y

xyMaxAccel

double

Max acceleration in X and Y

zMaxSpeed

double

Max speed in Z

rxMaxSpeed

double

Max speed in RX

ryMaxSpeed

double

Max speed in RY

rzMaxSpeed

double

Max speed in RZ

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

Typically, all 6 axis move towards their respective target positions at the same time. In some special situations, however, some axis may move before others. For example:

  • If the target position requires Z to be a certain height before the target RX or RY tilt can be achieved, the XBot will move in the Z direction first,  before moving in RX or RY

  • If the target X & Y positions are at the boundary of the Flyway, with RZ = 0,  and the initial RZ is not 0, the XBot will first move in the RZ direction before proceeding in the X & Y directions. Otherwise, a corner of the XBot will extend beyond the Flyway boundary

 

 

Feedback and Comments

Please email us at tech.portal@planarmotor.com