MC-Basic:robot.TOOL

From SoftMC-Wiki
Revision as of 02:28, 21 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Tool is a Robot property which informs the system to use the specified location as the tool transformation. It defines the position and orientation of the tool tip in relation to the center of the tool flange. The default tool transformation is the NULL transformation, which can be expressed as TOOL = #{0,0,0,0,0,0}

Syntax

Tool = <robot location point>

Availability

All versions

Type

Location

Range

According to the Robot Type

Units

User defined position units

Default

NULL

Scope

Configuration ,Task or Terminal

Limitations

.

Examples

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

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

?Scara.MachineTable:WorkPiece:Base:Tool

  1. {90 , 90 , 90 , 180}

See Also