Difference between revisions of "MC-Basic:robot.MASTERFRAME"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<ROBOT>.''MasterFrame = ''<moving frame>'' |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= This property is used to specify the el…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

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

Versions 3.6.20 and higher

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.

Write-Only property. Modal-Only.

Examples

XYZR. MasterFrame = CNV

See Also