Difference between revisions of "MC-Basic:CountMax"

From SoftMC-Wiki
Jump to: navigation, search
Line 4: Line 4:
 
''<axis>''.CountMax = ''<value>''<br>
 
''<axis>''.CountMax = ''<value>''<br>
 
?''<axis>''.CountMax
 
?''<axis>''.CountMax
|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={{Axystems:CountMinMax}}
values of counter rollover.<br/>
 
 
This property indicates the maximum counter value of the drive.
 
This property indicates the maximum counter value of the drive.
 
|TYPE= intger
 
|TYPE= intger
 
|RANGE= min-max integer
 
|RANGE= min-max integer
 
|UNITS= counts
 
|UNITS= counts
|DEFAULT= 2^31
+
|DEFAULT= 2^31 - 1
 
|SCOPE=Configuration, Task or Terminal
 
|SCOPE=Configuration, Task or Terminal
 
|LIMITATIONS= Modal , Axis only ,Drive must be disabled
 
|LIMITATIONS= Modal , Axis only ,Drive must be disabled
Line 23: Line 22:
 
* [[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:42, 6 November 2011

Axystems:CountMinMax This property indicates the maximum counter value of the drive.

Syntax

<axis>.CountMax = <value>
?<axis>.CountMax

Availability

From ver 4.7.13

Type

intger

Range

min-max integer

Units

counts

Default

2^31 - 1

Scope

Configuration, Task or Terminal

Limitations

Modal , Axis only ,Drive must be disabled

See Also

Issue 5339Bugzilla icon.png