Difference between revisions of "MC-Basic:element.TIMEACCMIN"

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.TIMEACCMIN}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 07:43, 30 October 2017

Language: English  • 中文(简体)‎

Defines minimum acceleration time, if set to 0 the whole feature is switched off.

Short form

<element>.TAccMin

Syntax

<element>.TAccMin=<numeric expression>

Availability

Since Version 3.7.x

Type

integer

Range

0-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