Difference between revisions of "MC-Basic:axis.CountExtMin"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
|SHORT FORM=
+
== 缩写 ==
|SYNTAX=  
+
== 格式 ==  
 
<''axis''>.CountExtMin = <''value''><br>
 
<''axis''>.CountExtMin = <''value''><br>
 
?<''axis''>.CountExtMin  
 
?<''axis''>.CountExtMin  
|AVAILABILITY=From ver 4.7.13
+
== 可用版本 ==
|DESCRIPTION={{CountMinMax}}
+
从版本4.7.13起
 +
== 描述 ==
 +
{{CountMinMax}}
 
This property indicates the minimum counts value of the drive (external).
 
This property indicates the minimum counts value of the drive (external).
|TYPE= integer
+
== 类型 == integer
|RANGE= min-max integer
+
== 取值范围 == min-max integer
|UNITS= counts
+
== 单位 == counts
|DEFAULT= -2<sup>31</sup>
+
== 默认 == -2<sup>31</sup>
|SCOPE=Configuration, Task or Terminal
+
== 使用范围 == Configuration, Task or Terminal
|LIMITATIONS=  
+
== 限制 ==
 
*Modal
 
*Modal
 
*Axis only
 
*Axis only

Revision as of 03:29, 18 April 2017

{{MC-Basic

缩写

格式

<axis>.CountExtMin = <value>
?<axis>.CountExtMin

可用版本

从版本4.7.13起

描述

Note that some drives (such as BRC) use standard SERCOS IDNs (76,103,278) to define modulo behavior of the motor minimum and maximum position (command and feedback).

This property indicates the minimum counts value of the drive (external). == 类型 == integer == 取值范围 == min-max integer == 单位 == counts == 默认 == -231 == 使用范围 == Configuration, Task or Terminal

限制

  • Modal
  • Axis only
  • Drive must be disabled

|EXAMPLE= |SEE ALSO=

}}