Difference between revisions of "MC-Basic:axis.CountMin"
Line 23: | Line 23: | ||
* [[AXY:MC-Basic:SERCMAXPOS]] | * [[AXY:MC-Basic:SERCMAXPOS]] | ||
* [[AXY:MC-Basic:SERCMINPOS]] | * [[AXY:MC-Basic:SERCMINPOS]] | ||
+ | * [[Axystems:Infinte_Axes | Infinite Axes] | ||
{{Bugzilla|5339}} | {{Bugzilla|5339}} | ||
}} | }} |
Revision as of 08:32, 6 November 2011
{{MC-Basic
|SHORT FORM=
|SYNTAX=
<axis>.CountMin = <value>
?<axis>.CountMin
|AVAILABILITY=From ver 4.7.14
|DESCRIPTION=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.
|TYPE= intger
|RANGE= min-max integer
|UNITS= counts
|DEFAULT= -2^31
|SCOPE=Configuration, Task or Terminal
|LIMITATIONS= Modal , Axis only ,Drive must be disabled
|EXAMPLE=
|SEE ALSO=
- axis.CountMax
- axis.CountRollOver
- axis.CountExtMax
- axis.CountExtMin
- axis.CountExtRollOver
- AXY:MC-Basic:SERCMAXPOS
- AXY:MC-Basic:SERCMINPOS
- [[Axystems:Infinte_Axes | Infinite Axes]
Issue 5339 }}