MC-Basic:robot.DECELERATIONSTOPTRANS

From SoftMC-Wiki
Revision as of 17:11, 20 March 2014 by Lisa (talk | contribs) (Text replace - "Versions 4.2.x and higher" to "Since Version 4.2.x")
Jump to: navigation, search

DecStopTran present the translation 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>.DecStopTran

Syntax

<ROBOT>.DECELERATIONSTOPTRANS = <value>

Availability

Since Version 4.2.x

Since Version 4.2.x

Type

Double

Range

0.01 to Max Double

Units

mm/sec2

Default

1e5

Scope

Terminal or task

Limitations

Read/Write . Modal Only. Robot property only.

Examples

Scara.DecStopTran = 1000

See Also