Difference between revisions of "MC-Basic:axis.CountExtMin"
m |
|||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
− | + | == 缩写 == | |
− | + | == 格式 == | |
<''axis''>.CountExtMin = <''value''><br> | <''axis''>.CountExtMin = <''value''><br> | ||
?<''axis''>.CountExtMin | ?<''axis''>.CountExtMin | ||
− | + | == 可用版本 == | |
− | + | 从版本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). | ||
− | + | == 类型 == integer | |
− | + | == 取值范围 == min-max integer | |
− | + | == 单位 == counts | |
− | + | == 默认 == -2<sup>31</sup> | |
− | + | == 使用范围 == Configuration, Task or Terminal | |
− | + | == 限制 == | |
*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=
}}