MC-Basic:robot.BASE.XMAX

From SoftMC-Wiki
Revision as of 09:58, 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.BASE.XMAX|English]]  • [[::MC-Basic:robot.BASE.XMAX/zh-hans|中文(简体)‎]]

Define maximum value for Base frame X coordinate

Syntax

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

Type

Double

Range

0 -MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Base.Xmax = 850 ?<robot>.Base.Xmax

See Also