Difference between revisions of "AXY:MC-Basic:axis.POSITIONTOGO/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == <''axis''>.PToGo == 格式 == ?<''axis''>.PositionToGo == 可用版本 == 所有版本 == 描述 == This property returns the distance between co...")
 
Line 10: Line 10:
  
 
== 描述 ==
 
== 描述 ==
This property returns the distance between commanded axis position and the final position.
+
该属性返回轴指令位置和最终位置之间的距离。
  
 
== 类型 ==
 
== 类型 ==
Line 19: Line 19:
  
 
== 单位 ==
 
== 单位 ==
User axis position units, as given by <''axis''>.POSITIONFACTOR.
+
用户轴位置单位,由<''axis''>.POSITIONFACTOR定义
  
 
== 默认 ==
 
== 默认 ==

Revision as of 08:41, 20 April 2017

语言: English  • 中文(简体)‎

缩写

<axis>.PToGo

格式

?<axis>.PositionToGo

可用版本

所有版本

描述

该属性返回轴指令位置和最终位置之间的距离。

类型

Double

取值范围

0 to MaxDouble

单位

用户轴位置单位,由<axis>.POSITIONFACTOR定义

默认

0

使用范围

Task or Terminal

限制

Read only

例子

?X.PositionToGo

参见