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

From SoftMC-Wiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.BASE.XMAX}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 5: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<Robot>.BASE.XMAX = <numeric expression>
+
<''Robot''>.BASE.XMAX = <''numeric expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 32: Line 32:
  
 
|EXAMPLE=
 
|EXAMPLE=
<Robot>.Base.Xmax = 850 <br>
+
<''Robot''>.Base.Xmax = 850 <br>
?<robot>.Base.Xmax
+
?<''Robot''>.Base.Xmax
  
  

Latest revision as of 10:57, 14 August 2017

Language: English  • 中文(简体)‎

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