MC-Basic:element.TIMEDECMIN

From SoftMC-Wiki
Revision as of 08:15, 30 October 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Defines minimum deceleration time, if set to 0 the function is switched off.

Short form

<element>.TDecMin

Syntax

<element>.TDedMin=<numeric expression>

Availability

Since Version 3.7.x

Type

integer

Range

0 to maxlong

Units

milliseconds (ms)

Default

0 - not active

Scope

Task, Terminal

Limitations

  • Modal/Nodal
  • Read/Write

Examples

Axis
A1.timeaccmin = 500
A1.timedecmin = 1000
A1.timeofshortmotions = 200

Group
G1.timeaccmin = 500
G1.timedecmin = 1000
G1.timeofshortmotions = 200

See Also