MC-Basic:robot.WORKPIECE.ZMAX

From SoftMC-Wiki
Revision as of 10:28, 14 August 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: [[::MC-Basic:robot.WORKPIECE.ZMAX|English]]  • [[::MC-Basic:robot.WORKPIECE.ZMAX/zh-hans|中文(简体)‎]]

Define maximum value for WorkPiece frame Z coordinate

Syntax

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

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Workpiece.Zmax = 850
?<robot>.Workpiece.Zmax

See Also