MC-Basic:robot.MACHINETABLE.XMAX

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

Define maximum value for MachineTable frame X coordinate

Syntax

<Robot>.MachineTable.XMAX = <numeric expression>

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.MachineTable.Xmax = 850
?<Robot>.MachineTable.Xmax

See Also