Difference between revisions of "MC-Basic:axis.DECELERATIONSTOP"
(AXY: new links) |
|||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | + | {{MC-Basic | |
− | <'' | + | |SHORT FORM= |
+ | ''<''group''>''.DecStop | ||
− | + | |SYNTAX= | |
− | <'' | + | ''<''group''>.''DecelerationStop = <''value''> |
− | + | |AVAILABILITY= | |
− | |||
− | |||
− | == | + | |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. | ||
+ | |||
+ | |TYPE= | ||
Double | Double | ||
Read/Write | Read/Write | ||
− | + | |RANGE= | |
0.01 to Max Double | 0.01 to Max Double | ||
− | + | |UNITS= | |
Acceleration user units | Acceleration user units | ||
− | + | |DEFAULT= | |
1000 | 1000 | ||
− | + | |SCOPE= | |
Terminal or task | Terminal or task | ||
− | + | |LIMITATIONS= | |
Modal Only. | Modal Only. | ||
− | + | |EXAMPLE= | |
− | + | Group1.DecStop = 1000 | |
+ | |||
+ | |SEE ALSO= | ||
+ | * [[MC-Basic:axis.DECELERATIONSTOP|axis.DECELERATIONSTOP]] | ||
+ | * [[MC-Basic:group.ACCELERATION|group.ACCELERATION]] | ||
+ | * [[MC-Basic:group.DECELERATION|group.DECELERATION]] | ||
+ | * [[MC-Basic:group.ACCELERATIONMAX|group.ACCELERATIONMAX]] | ||
+ | * [[MC-Basic:group.DECELERATIONMAX|group.DECELERATIONMAX]] | ||
+ | |||
− | + | }} | |
− | |||
− | |||
− | |||
− |
Revision as of 08:31, 16 July 2018
Language: | [[::MC-Basic:axis.DECELERATIONSTOP|English]] • [[::MC-Basic:axis.DECELERATIONSTOP/zh-hans|中文(简体)]] |
---|
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