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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.SLAVEMAXDEVIATION|axis.SLAVEMAXDEVIATION]]
+
* [[Axystems:MC-Basic:axis.SLAVEDEVIATION|axis.SLAVEDEVIATION]]
 +
* [[Axystems:MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 +
* [[Axystems:MC-Basic:axis.MASTERSYNC|axis.MASTERSYNC]]
 +
* [[Axystems:MC-Basic:axis.SLAVELAG|axis.SLAVELAG]]
  
  
 
}}
 
}}

Revision as of 10:59, 26 January 2011

The property is used as upper threshold of <axis>.SlaveDeviation, if exceeded an error is returned.

Syntax

<Axis>. SlaveMaxDeviation = <numeric expression>

Availability

Version 0.4.0.27 and higher

Type

Double

Range

0 to MaxDouble

Units

Position Units

Default

1.0 e+06

Scope

Configuration, Task or Terminal

Limitations

R/W , Modal Only

Examples

Axis1.SlaveMaxDeviation = 10000

See Also