Difference between revisions of "MC-Basic:axis.SLAVEMAXDEVIATION"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<Axis>.'' SlaveMaxDeviation = <''numeric expression''> |AVAILABILITY= Version 0.4.0.27 and higher |DESCRIPTION= The property is used as upp…') |
|||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.SLAVEMAXDEVIATION}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''Axis''>.SlaveMaxDeviation = <''numeric expression''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | Version | + | Since Version 4.0.27 |
|DESCRIPTION= | |DESCRIPTION= | ||
− | The property is used as upper threshold of <axis>.SlaveDeviation, | + | The property is used as upper threshold of <''axis''>.SlaveDeviation. If it is exceeded, an error is returned. |
|TYPE= | |TYPE= | ||
Line 19: | Line 20: | ||
|UNITS= | |UNITS= | ||
− | Position | + | Position units |
|DEFAULT= | |DEFAULT= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | * Read/Write | |
+ | * Modal only | ||
|EXAMPLE= | |EXAMPLE= | ||
Line 34: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.SLAVEDEVIATION|axis.SLAVEDEVIATION]] |
+ | * [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]] | ||
+ | * [[MC-Basic:axis.MASTERSYNC|axis.MASTERSYNC]] | ||
+ | * [[MC-Basic:axis.SLAVELAG|axis.SLAVELAG]] | ||
+ | * [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]] | ||
+ | * [[MC-Basic:axis.MASTERSYNC|axis.MASTERSYNC]] | ||
+ | * [[MC-Basic:axis.SLAVELAG|axis.SLAVELAG]] | ||
+ | * [[MC-Basic:axis.SLAVEDISABLE|axis.SLAVEDISABLE]] | ||
+ | * [[MC-Basic:axis.SLAVEMAXDEVIATION|axis.SLAVEMAXDEVIATION]] | ||
+ | * [[MC-Basic:axis.SLAVEDISCONNECT|axis.SLAVEDISCONNECT]] | ||
}} | }} |
Latest revision as of 03:05, 21 April 2017
Language: | English • 中文(简体) |
---|
The property is used as upper threshold of <axis>.SlaveDeviation. If it is exceeded, an error is returned.
Syntax
<Axis>.SlaveMaxDeviation = <numeric expression>
Availability
Since Version 4.0.27
Type
Double
Range
0 to MaxDouble
Units
Position units
Default
1.0 e+06
Scope
Configuration, Task or Terminal
Limitations
- Read/Write
- Modal only
Examples
Axis1.SlaveMaxDeviation = 10000