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

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

Latest revision as of 10:49, 14 August 2017

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