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

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

Latest revision as of 10:55, 14 August 2017

Language: English  • 中文(简体)‎

Define maximum value for WorkPiece frame X coordinate

Syntax

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

Type

Double

Range

0 - MaxDouble

Units

mm

Default

1000

Scope

Configuration ,Task or Terminal

Limitations

Read/Write, Modal Only

Examples

<Robot>.Workpiece.Xmax = 850
?<Robot>.Workpiece.Xmax

See Also