Difference between revisions of "AXY:MC-Basic:axis.TIMEDECMIN"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 40: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:TIMEACCMIN|TIMEACCMIN]]
+
* [[Axystems:MC-Basic:axis.TIMEACCMIN|TIMEACCMIN]]
* [[Axystems:MC-Basic:TIMEOFSHORTMOTIONS|TIMEOFSHORTMOTIONS]]
+
* [[Axystems:MC-Basic:axis.TIMEOFSHORTMOTIONS|TIMEOFSHORTMOTIONS]]
  
  
 
}}
 
}}

Revision as of 13:44, 6 February 2014

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

Short form

<AXIS>.TDecMin

Syntax

<AXIS>.TDedMin=<numeric expression>

Availability

Versions AMCS 0.4.4.x and higher

Type

integer

Range

0-maxlong

Units

milliseconds

Default

0–not active

Scope

Task, Terminal

Limitations

Modal/Nodal Read/Write

Examples

A1.timeaccmin = 500

A1.timedecmin = 1000

A1.timeofshortmotions = 200

See Also