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

From SoftMC-Wiki
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CountRollOver}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
 
?<''axis''>.CountRollover  
 
?<''axis''>.CountRollover  
 
|AVAILABILITY=From ver 4.7.13
 
|AVAILABILITY=From ver 4.7.13
|DESCRIPTION={{CountMinMax}}
+
|DESCRIPTION=There are drives as  BOSCH drives where there are two standard IDN defining minimum and maximum
 +
values of counts rollover.<br/>
 
This property indicates the number of rollovers that were passed in the drive. Setting to zero resets the counter.
 
This property indicates the number of rollovers that were passed in the drive. Setting to zero resets the counter.
 
|TYPE= integer
 
|TYPE= integer

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