MC-Basic:robot.MACHINETABLE.YMIN

From SoftMC-Wiki
Revision as of 10:50, 14 August 2017 by Itay (talk | contribs)
Jump to: navigation, search
Language: [[::MC-Basic:robot.MACHINETABLE.YMIN|English]]

Define minimum value for MachineTable frame Y coordinate

Syntax

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

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.MachineTable.Ymin = 650
?<Robot>.MachineTable.Ymin

See Also