Difference between revisions of "MC-Basic:robot.BASE.XMAX"

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
m
Line 17: Line 17:
  
 
|RANGE=
 
|RANGE=
  0 -MaxDouble
+
  0 - MaxDouble
  
 
|UNITS=
 
|UNITS=
Line 32: Line 32:
  
 
|EXAMPLE=
 
|EXAMPLE=
<Robot>.Base.Xmax = 850
+
<Robot>.Base.Xmax = 850 <br>
 
?<robot>.Base.Xmax
 
?<robot>.Base.Xmax
  

Revision as of 10:04, 14 August 2017

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