MC-Basic:group.DECELERATIONSTOP

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<GROUP>''.DecStop |SYNTAX= ''<GROUP>.''DecelerationStop = ''<value>'' |AVAILABILITY= |DESCRIPTION= DecStop present the stopping deceleration in case…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

R/W

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