MC-Basic:axis.VELOCITYSAFETYLIMIT

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<axis>''.VelocitySafetyLimit = ''<value>''<br> ?''<axis>''.VelocitySafetyLimit |AVAILABILITY= AMCS 4.2.0 and higher |DESCRIPTION= This pr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property defines the axis velocity maximum value which when exceeded triggers a Watch Dog condition. The property is implemented as  a safety mechanism preventing inetantenious position jumps. Typicaly its value should be about ten time bigger then VMAX.

Syntax

<axis>.VelocitySafetyLimit = <value>

?<axis>.VelocitySafetyLimit

Availability

AMCS 4.2.0 and higher

Type

Double

Range

0.1 to MAXD

Units

velocity units

Default

10000

Scope

Task or Terminal

Examples

A1.VelocitySafetyLimit = 10e10