MC-Basic:robot.DECELERATIONSTOPROT

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= <ROBOT>.DecStopRot |SYNTAX= <ROBOT>.DECELERATIONSTOPROT = ''<value>'' |AVAILABILITY= Versions 4.2.x and higher |DESCRIPTION= DecStopRot present the rot…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DecStopRot present the rotation stopping deceleration in case of stop command from type DecStopOnPath. This value is used when stop interrupts to a Robot movement from type Circle or MoveS..

Short form

<ROBOT>.DecStopRot

Syntax

<ROBOT>.DECELERATIONSTOPROT = <value>

Availability

Versions 4.2.x and higher

Type

Double

Range

0.01 to Max Double

Units

deg/sec2

Default

4e4 * pi/180

Scope

Terminal or task

Limitations

R/W . Modal Only. Robot property only.

Examples

<ROBOT>.DECELERATIONSTOPROT = 5000

See Also