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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.MACHINETABLE to MC-Basic:robot.MACHINETABLE: Global renaming of Axystems: namespace into (Main):)
Line 43: Line 43:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:robot.HERE| robot.HERE]]
 
* [[MC-Basic:robot.HERE| robot.HERE]]
* [[Axystems:MC-Basic:robot.SETPOINT|robot.SETPOINT]]
+
* [[MC-Basic:robot.SETPOINT|robot.SETPOINT]]
 
* [[Axystems:MC-Basic:robot.TOOL|robot.TOOL]]
 
* [[Axystems:MC-Basic:robot.TOOL|robot.TOOL]]
 
* [[Axystems:MC-Basic:robot.WORKPIECE|robot.WORKPIECE]]
 
* [[Axystems:MC-Basic:robot.WORKPIECE|robot.WORKPIECE]]

Revision as of 08:54, 22 May 2014

MachineTable  is a Robot property which informs the system to use the specified location as the machinetable  transformation. It defines the position and orientation machine working frame relative to the BASE reference.

The default machinetable  transformation is the NULL transformation, which can be expressed as Puma.MachineTable = #{0,0,0,0,0,0}

Syntax

MachineTable = <robot location point>

Type

Location

Range

According to the Robot Type

Units

User defined position units

Default

NULL

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

Puma.MachineTable = #{25,0,100,0,45,0}

Scara.MachineTable = #{90, 180, 0, 0}

?Scara.MachineTable:WorkPiece:Base:Tool

  1. {90 , 90 , 90 , 180}

See Also