MC-Basic:robot.TOOL.ZMAX

From SoftMC-Wiki
Revision as of 11:30, 14 August 2017 by Itay (talk | contribs) (Created page with "{{Languages}} {{MC-Basic |SHORT FORM= |SYNTAX= <''Robot''>.TOOL.ZMAX = <''numeric expression''> |AVAILABILITY= |DESCRIPTION= Define maximum value for Tool frame Z coordin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Define maximum value for Tool frame Z coordinate

Syntax

<Robot>.TOOL.ZMAX = <numeric expression>

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Tool.Zmax = 850
?<Robot>.Tool.Zmax

See Also