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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<value>''" to "<''value''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
<ROBOT>.DECELERATIONSTOPTRANS = ''<value>''
+
<ROBOT>.DECELERATIONSTOPTRANS = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 09:08, 17 March 2014

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

Versions 4.2.x and higher

Versions 4.2.x and higher

Type

Double

Range

0.01 to Max Double

Units

mm/sec2

Default

1e5

Scope

Terminal or task

Limitations

R/W . Modal Only. Robot property only.

Examples

Scara.DecStopTran = 1000

See Also