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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.WORKPIECE to MC-Basic:robot.WORKPIECE: Global renaming of Axystems: namespace into (Main):)
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:robot.WORKPIECE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 47: Line 48:
 
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[MC-Basic:robot.BASE|robot.BASE]]
 
* [[MC-Basic:robot.BASE|robot.BASE]]
* [[Axystems:Robot_Working_Frames|Robot Working Frames]]
+
* [[Robot Working Frames|Robot Working Frames]]
  
 
}}
 
}}

Latest revision as of 05:28, 27 April 2017

Language: English  • 中文(简体)‎

WorkPiece is a Robot property which informs the system to use the specified location as the workpiece  transformation. It defines the position and orientation of work-piece relative  to the MACHINE TABLE reference.

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

Syntax

WorkPiece = <robot location point>

Availability

Since Version 4.2.x

Type

Location

Range

According to the Robot Type

Units

User defined position units

Default

NULL

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

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

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

?Scara.MachineTable:WorkPiece:Base:Tool

  1. {90 , 90 , 90 , 180}

See Also