MC-Basic:robot.MASTERFRAME

From SoftMC-Wiki
Jump to: navigation, search

This property is used to specify the element link to a moving frame.

Tracking feature enables the user to follow position of a Moving Frame.

The moving frame represents a coordinate system, defined by the user, relative to robot’s world coordinate system. The user has to set a limited area on which the robot will track. This area is the operation region or the working frame.

That at the time of the Moving Frame assignment the robot kinematics

limitations values are taken for the future use during tracking process.

Syntax

<ROBOT>.MasterFrame = <moving frame>

Availability

Since Version 3.6.20

Type

Moving frame

Default

NONE string

Scope

Task or Terminal

Limitations

The moving frame robot type must be equal to the group robot type. The

linking must be done when tracking is disabled. Robot must not be in

tracking (slave = 0) when the MasterFrame is assigned. Inserting “None”

disconnects the linking.

Valid for robot only.

If issued from task - Robot must be attached.

Write only property. Modal only.

Examples

XYZR. MasterFrame = CNV

See Also