Difference between revisions of "MC-Basic:axis.CountMax"
(14 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.CountMax}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.CountMax = <''value''><br> |
− | ?'' | + | ?<''axis''>.CountMax |
|AVAILABILITY=From ver 4.7.14 | |AVAILABILITY=From ver 4.7.14 | ||
|DESCRIPTION=There are drives as BOSCH drives where there are two standard IDN defining minimum and maximum | |DESCRIPTION=There are drives as BOSCH drives where there are two standard IDN defining minimum and maximum | ||
values of counts rollover.<br/> | values of counts rollover.<br/> | ||
This property indicates the minimum counts value of the drive. | This property indicates the minimum counts value of the drive. | ||
− | |TYPE= | + | |TYPE= integer |
|RANGE= min-max integer | |RANGE= min-max integer | ||
|UNITS= counts | |UNITS= counts | ||
− | |DEFAULT= 2 | + | |DEFAULT= 2<sup>31</sup>-1 |
|SCOPE=Configuration, Task or Terminal | |SCOPE=Configuration, Task or Terminal | ||
− | |LIMITATIONS= Modal | + | |LIMITATIONS= |
+ | *Modal | ||
+ | *Axis only | ||
+ | *Drive must be disabled | ||
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.CountMin|axis.CountMin]] |
− | * [[ | + | * [[MC-Basic:axis.CountRollOver|axis.CountRollOver]] |
− | * [[ | + | * [[MC-Basic:axis.CountExtMax|axis.CountExtMax]] |
− | * [[ | + | * [[MC-Basic:axis.CountExtMin|axis.CountExtMin]] |
− | * [[ | + | * [[MC-Basic:axis.CountExtRollOver|axis.CountExtRollOver]] |
* [[AXY:MC-Basic:SERCMAXPOS]] | * [[AXY:MC-Basic:SERCMAXPOS]] | ||
* [[AXY:MC-Basic:SERCMINPOS]] | * [[AXY:MC-Basic:SERCMINPOS]] | ||
− | {{Bugzilla|5339}} | + | <!-- {{Bugzilla|5339}} --> |
}} | }} |
Latest revision as of 05:55, 18 April 2017
Language: | English • 中文(简体) |
---|
There are drives as BOSCH drives where there are two standard IDN defining minimum and maximum
values of counts rollover.
This property indicates the minimum counts value of the drive.
Syntax
<axis>.CountMax = <value>
?<axis>.CountMax
Availability
From ver 4.7.14
Type
integer
Range
min-max integer
Units
counts
Default
231-1
Scope
Configuration, Task or Terminal
Limitations
- Modal
- Axis only
- Drive must be disabled