Difference between revisions of "MC-Basic:robot.TOOL.YMAX/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == == 格式 == <''Robot''>.TOOL.YMAX = <''numeric expression''> == 适用版本 == == 描述 == 定义工件坐标系中Y坐标最大值 == ...")
 
Line 5: Line 5:
 
== 格式 ==
 
== 格式 ==
 
<''Robot''>.TOOL.YMAX = <''numeric expression''>
 
<''Robot''>.TOOL.YMAX = <''numeric expression''>
 
  
 
== 适用版本 ==
 
== 适用版本 ==
 
  
 
== 描述 ==
 
== 描述 ==

Revision as of 03:27, 2 November 2017

语言: [[::MC-Basic:robot.TOOL.YMAX|English]]  • [[::MC-Basic:robot.TOOL.YMAX/zh-hans|中文(简体)‎]]

缩写

格式

<Robot>.TOOL.YMAX = <numeric expression>

适用版本

描述

定义工件坐标系中Y坐标最大值

类型

Double

取值范围

0 - MaxDouble

单位

mm

默认

1000

使用范围

Configuration ,Task or Terminal

限制

Read/Write, Modal Only

例子

<Robot>.Tool.Ymax = 850
?<Robot>.Tool.Ymax


参考