Difference between revisions of "MC-Basic:robot.BASE"
m |
|||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:robot.BASE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 44: | Line 45: | ||
* [[MC-Basic:robot.HERE|robot.HERE]] | * [[MC-Basic:robot.HERE|robot.HERE]] | ||
* [[MC-Basic:robot.SETPOINT|robot.SETPOINT]] | * [[MC-Basic:robot.SETPOINT|robot.SETPOINT]] | ||
| − | * [[ | + | * [[MC-Basic:robot.TOOL|robot.TOOL]] |
| − | * [[ | + | * [[MC-Basic:robot.WORKPIECE|robot.WORKPIECE]] |
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]] | * [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]] | ||
| − | * [[ | + | * [[Robot Working Frames|Robot Working Frames]] |
}} | }} | ||
| + | |||
| + | | ||
Latest revision as of 08:43, 5 February 2020
| Language: | English • 中文(简体) |
|---|
Base is a Robot property which informs the system to use the specified location as the base transformation. It defines the position and orientation of the arm in the cell according to the WORLD reference.
The default base transformation is the NULL transformation, which can be expressed as Puma.base = #{0,0,0,0,0,0}
Syntax
Base = <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.Base= #{25,0,100,0,45,0}
Scara.Base = #{90, 180, 0, 0}
?Scara.MachineTable:WorkPiece:Base:Tool
- {90 , 90 , 90 , 180}
See Also