Difference between revisions of "MC-Basic:robot.DECELERATIONSTOPROT"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "R/W" to "Read/Write")
m (Text replace - "Versions 4.2.x and higher" to "Since Version 4.2.x")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.2.x and higher
+
Since Version 4.2.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 16:53, 20 March 2014

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

Since Version 4.2.x

Type

Double

Range

0.01 to Max Double

Units

deg/sec2

Default

4e4 * pi/180

Scope

Terminal or task

Limitations

Read/Write . Modal Only. Robot property only.

Examples

<ROBOT>.DECELERATIONSTOPROT = 5000

See Also