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

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

Latest revision as of 03:32, 18 April 2017

Language: English  • 中文(简体)‎

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).

Syntax

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

Availability

From ver 4.7.13

Type

integer

Range

min-max integer

Units

counts

Default

-231

Scope

Configuration, Task or Terminal

Limitations

  • Modal
  • Axis only
  • Drive must be disabled

See Also