Difference between revisions of "MC-Basic:movingFrame.OBJECTLOC"

From SoftMC-Wiki
Jump to: navigation, search
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:movingFrame.OBJECTLOC}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 27: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Can not be changed while the MF is engaged.
+
Can '''not''' be changed while the MF is engaged.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 35: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
*[[AXY:Element_Coordination | Element_Coordination]]
+
*[[Element Coordination| Element_Coordination]]
 
}}
 
}}
[[Category:Axystems:Motion:MovingFrame]]
+
[[Category:Motion:MovingFrame]]

Latest revision as of 08:55, 24 April 2017

Language: English  • 中文(简体)‎

Setts the Object Location (position offset and rotation) of the slave setpoint.

Syntax

MF.ObjectLoc = <robot location point>

Availability

4.10.x and up

Type

Location of the Robot Type of the Moving Frame

Units

User defined position units

Default

NULL

Scope

Task or Terminal

Limitations

Can not be changed while the MF is engaged.

Examples

MF.MasterSource = Puma.Setpoint
MF.ObjectLoc = #{25,0,100,0,45,0}

See Also