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

From SoftMC-Wiki
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CountExtMax}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 5: Line 6:
 
?<''axis''>.CountExtMax  
 
?<''axis''>.CountExtMax  
 
|AVAILABILITY=From ver 4.7.13
 
|AVAILABILITY=From ver 4.7.13
|DESCRIPTION={{Axystems:CountMinMax}}
+
|DESCRIPTION={{CountMinMax}}
 
This property indicates the maximum counts value of the drive (external).
 
This property indicates the maximum counts value of the drive (external).
 
|TYPE= integer
 
|TYPE= integer
Line 18: Line 19:
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.CountMin|axis.CountMin]]
+
* [[MC-Basic:axis.CountMin|axis.CountMin]]
* [[Axystems:MC-Basic:axis.CountMax|axis.CountMax]]
+
* [[MC-Basic:axis.CountMax|axis.CountMax]]
* [[Axystems:MC-Basic:axis.CountRollOver|axis.CountRollOver]]
+
* [[MC-Basic:axis.CountRollOver|axis.CountRollOver]]
* [[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]]
* [[Infinite Axes| Infinite Axes]]
+
* [[Endless Axes| Infinite Axes]]
 
<!-- {{Bugzilla|5339}} -->
 
<!-- {{Bugzilla|5339}} -->
 
}}
 
}}

Latest revision as of 03:09, 18 April 2017

Language: English  • 中文(简体)‎

Note that some drives (such as BRC) use standard SERCOS IDNs (76,103,278) to define modulo behavior of the motor minimum and maximum position (command and feedback).

This property indicates the maximum counts value of the drive (external).

Syntax

<axis>.CountExtMax = <value>
?<axis>.CountExtMax

Availability

From ver 4.7.13

Type

integer

Range

min-max integer

Units

counts

Default

231 - 1

Scope

Configuration, Task or Terminal

Limitations

  • Modal
  • Axis only
  • Drive must be disabled

See Also