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

From SoftMC-Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.MACHINETABLE.YMIN}}
{{MC-Basic
+
== 缩写 ==
|SHORT FORM=
 
  
 
+
== 格式 ==
|SYNTAX=
 
 
<''Robot''>.MachineTable.YMIN = <''numeric expression''>
 
<''Robot''>.MachineTable.YMIN = <''numeric expression''>
  
|AVAILABILITY=
+
== 适用版本 ==
  
  
|DESCRIPTION=
+
== 描述 ==
Define minimum value for MachineTable frame Y coordinate
+
定义工作台坐标系中Y坐标的最小值
  
|TYPE=
+
== 类型 ==
 
Double
 
Double
  
|RANGE=
+
== 取值范围 ==
0 - MaxDouble
+
0 - MaxDouble
  
|UNITS=
+
== 单位 ==
 
mm
 
mm
  
|DEFAULT=
+
== 默认 ==
 
1000
 
1000
  
|SCOPE=
+
== 使用范围 ==
 
Configuration ,Task or Terminal
 
Configuration ,Task or Terminal
  
|LIMITATIONS=
+
== 限制 ==
 
Read/Write, Modal Only
 
Read/Write, Modal Only
  
|EXAMPLE=
+
== 例子 ==
 
<''Robot''>.MachineTable.Ymin = 650 <br>
 
<''Robot''>.MachineTable.Ymin = 650 <br>
 
?<''Robot''>.MachineTable.Ymin
 
?<''Robot''>.MachineTable.Ymin
  
  
|SEE ALSO=
+
== 参考 ==
 
 
 
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[MC-Basic:robot.MACHINETABLE|robot.MACHINETABLE]]
 
* [[MC-Basic:robot.MACHINETABLE.XMIN|robot.MACHINETABLE.XMIN]]
 
* [[MC-Basic:robot.MACHINETABLE.XMIN|robot.MACHINETABLE.XMIN]]
Line 45: Line 42:
 
* [[MC-Basic:robot.MACHINETABLE.ZMAX|robot.MACHINETABLE.ZMAX]]
 
* [[MC-Basic:robot.MACHINETABLE.ZMAX|robot.MACHINETABLE.ZMAX]]
 
* [[Robot Working Frames|Robot Working Frames]]
 
* [[Robot Working Frames|Robot Working Frames]]
 
}}
 

Latest revision as of 10:05, 1 November 2017

Language: English

缩写

格式

<Robot>.MachineTable.YMIN = <numeric expression>

适用版本

描述

定义工作台坐标系中Y坐标的最小值

类型

Double

取值范围

0 - MaxDouble

单位

mm

默认

1000

使用范围

Configuration ,Task or Terminal

限制

Read/Write, Modal Only

例子

<Robot>.MachineTable.Ymin = 650
?<Robot>.MachineTable.Ymin


参考