Difference between revisions of "MC-Basic:group.DECELERATIONSTOP"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:group.DECELERATIONSTOP to MC-Basic:group.DECELERATIONSTOP: Global renaming of Axystems: namespace into (Main):)
m (Text replace - "Axystems:" to "")
Line 38: Line 38:
 
* [[MC-Basic:axis.DECELERATIONSTOP|axis.DECELERATIONSTOP]]
 
* [[MC-Basic:axis.DECELERATIONSTOP|axis.DECELERATIONSTOP]]
 
* [[MC-Basic:group.ACCELERATION|group.ACCELERATION]]
 
* [[MC-Basic:group.ACCELERATION|group.ACCELERATION]]
* [[Axystems:MC-Basic:group.ACCELERATIONMAXgroup.DECELERATION|group.ACCELERATIONMAXgroup.DECELERATION]]
+
* [[MC-Basic:group.ACCELERATIONMAXgroup.DECELERATION|group.ACCELERATIONMAXgroup.DECELERATION]]
 
* [[MC-Basic:group.DECELERATIONMAX|group.DECELERATIONMAX]]
 
* [[MC-Basic:group.DECELERATIONMAX|group.DECELERATIONMAX]]
  
  
 
}}
 
}}

Revision as of 10:59, 22 May 2014

DecStop present the stopping deceleration in case of stop command from type DecStopOnPath. An additional use is done in internal system stopping procedure as when kill-task is operated (and slave=0 is given when conveyer tracking is on). This value is used when stop interrupts the next cases  -single axis movement,  or group movement from type Move or Circle.

Short form

<group>.DecStop

Syntax

<group>.DecelerationStop = <value>

Type

Double

Read/Write

Range

0.01 to Max Double

Units

Acceleration user units

Default

1000

Scope

Terminal or task

Limitations

Modal Only.

Examples

Group1.DecStop = 1000

See Also