MC-Basic:robot.WORKPIECE.XMIN

From SoftMC-Wiki
Revision as of 10:56, 14 August 2017 by Itay (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Define minimum value for WorkPiece frame X coordinate

Syntax

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

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Workpiece.Xmin = 650
?<Robot>.Workpiece.Xmin

See Also