Difference between revisions of "MC-Basic:CountMax"

From SoftMC-Wiki
Jump to: navigation, search
(Added the property into WIKI)
 
(syntax)
Line 7: Line 7:
 
|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 counter rollover.<br/>
This property indicates the minimum counter value of the drive.
+
This property indicates the maximum counter value of the drive.
 
|TYPE= intger
 
|TYPE= intger
 
|RANGE=0-max(int)
 
|RANGE=0-max(int)
Line 16: Line 16:
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.CountMax|axis.CountMax]]
+
* [[Axystems:MC-Basic:axis.CountMin|axis.CountMin]]
 
* [[Axystems:MC-Basic:axis.CountRollOver|axis.CountRollOver]]
 
* [[Axystems:MC-Basic:axis.CountRollOver|axis.CountRollOver]]
 
* [[Axystems:MC-Basic:axis.CountExtMax|axis.CountExtMax]]
 
* [[Axystems:MC-Basic:axis.CountExtMax|axis.CountExtMax]]

Revision as of 12:26, 5 October 2011

There are drives as BOSCH drives where there are two standard IDN defining minimum and maximum values of counter rollover.
This property indicates the maximum counter value of the drive.

Syntax

<axis>.CounterMax = <value>
?<axis>.CounterMax

Availability

From ver

Type

intger

Range

0-max(int)

Units

counts

Default

-2^31

Scope

Configuration, Task or Terminal

Limitations

Modal , Axis only ,Drive must be disabled

See Also

Issue 5339Bugzilla icon.png