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

From SoftMC-Wiki
Jump to: navigation, search
(Added the property into WIKI)
 
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CountRollOver}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=  
 
|SYNTAX=  
?''<axis>''.CountRollover  
+
?<''axis''>.CountRollover  
|AVAILABILITY=From ver  
+
|AVAILABILITY=From ver 4.7.13
 
|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 counter rollover.<br/>
+
values of counts rollover.<br/>
This property indicates the number of rollover that were passed in the drive.
+
This property indicates the number of rollovers that were passed in the drive. Setting to zero resets the counter.
|TYPE= intger
+
|TYPE= integer
 
|RANGE= min-max integer
 
|RANGE= min-max integer
 
|UNITS= int
 
|UNITS= int
 
|DEFAULT= none
 
|DEFAULT= none
 
|SCOPE=Configuration, Task or Terminal
 
|SCOPE=Configuration, Task or Terminal
|LIMITATIONS= Query only, Axis only  
+
|LIMITATIONS=
 +
* Axis only
 +
* Can be set only when the drive is disabled
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.CountMax|axis.CountMax]]
+
* [[MC-Basic:axis.CountMax|axis.CountMax]]
* [[Axystems:MC-Basic:axis.CountMin|axis.CountMin]]
+
* [[MC-Basic:axis.CountMin|axis.CountMin]]
* [[Axystems:MC-Basic:axis.CountExtMax|axis.CountExtMax]]
+
* [[MC-Basic:axis.CountExtMax|axis.CountExtMax]]
* [[Axystems:MC-Basic:axis.CountExtMin|axis.CountExtMin]]
+
* [[MC-Basic:axis.CountExtMin|axis.CountExtMin]]
* [[Axystems:MC-Basic:axis.CountExtRollOver|axis.CountExtRollOver]]
+
* [[MC-Basic:axis.CountExtRollOver|axis.CountExtRollOver]]
 
+
* [[Endless Axes| Infinite Axes]]
{{Bugzilla|5339}}
+
<!-- {{Bugzilla|5339}} -->
 
}}
 
}}

Latest revision as of 06:18, 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 number of rollovers that were passed in the drive. Setting to zero resets the counter.

Syntax

?<axis>.CountRollover

Availability

From ver 4.7.13

Type

integer

Range

min-max integer

Units

int

Default

none

Scope

Configuration, Task or Terminal

Limitations

  • Axis only
  • Can be set only when the drive is disabled

See Also