MC-Basic:axis.SLAVEMAXDEVIATION

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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