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

From SoftMC-Wiki
Jump to: navigation, search
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.DECELERATIONSTOP}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
<''axis''>.DecStop
+
''<''axis''>''.DecStop
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.DecelerationStop = <''value''>
+
''<''axis''>.''DecelerationStop = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[MC-Basic:axis.ACCELERATION|axis.ACCELERATION]]
+
* [[MC-Basic:element.ACCELERATION|axis.ACCELERATION]]
* [[MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
+
* [[Category talk:MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
* [[MC-Basic:axis.DECELERATION|axis.DECELERATION]]
+
* [[MC-Basic:element.DECELERATION|axis.DECELERATION]]
* [[Axystems:MC-Basic:axis.DECELERATIONMAX|axis.DECELERATIONMAX]]
+
* [[MC-Basic:element.DECELERATIONMAX|axis.DECELERATIONMAX]]
 
 
 
 
 
}}
 
}}

Latest revision as of 08:45, 16 July 2018

Language: English  • 中文(简体)‎

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

<axis>.DecStop

Syntax

<axis>.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

A1.DecStop = 1000

See Also