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

From SoftMC-Wiki
Jump to: navigation, search
(corrected 'syntax': ConterMax -> CountMax)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 2: Line 2:
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=  
 
|SYNTAX=  
''<axis>''.CountMax = ''<value>''<br>
+
<''axis''>.CountMax = ''<value>''<br>
?''<axis>''.CountMax
+
?<''axis''>.CountMax
 
|AVAILABILITY=From ver 4.7.14
 
|AVAILABILITY=From ver 4.7.14
 
|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

Revision as of 17:36, 16 March 2014

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.

Syntax

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

Availability

From ver 4.7.14

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