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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<AXIS>" to "<''axis''>")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines minimum deceleration time, if set to 0 the whole feature is switched off.
+
Defines minimum deceleration time. If set to 0 the function is switched off.
  
 
|TYPE=
 
|TYPE=
integer
+
Integer
  
 
|RANGE=
 
|RANGE=
0-maxlong
+
0 to maxlong
  
 
|UNITS=
 
|UNITS=
milliseconds
+
milliseconds (ms)
  
 
|DEFAULT=
 
|DEFAULT=
0–not active
+
0 – Not active
  
 
|SCOPE=
 
|SCOPE=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Modal/Nodal Read/Write
+
* Modal/Nodal
 +
* Read/Write
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 11:52, 19 March 2014

Defines minimum deceleration time. If set to 0 the function 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 to maxlong

Units

milliseconds (ms)

Default

0 – Not active

Scope

Task, Terminal

Limitations

  • Modal/Nodal
  • Read/Write

Examples

A1.timeaccmin = 500

A1.timedecmin = 1000

A1.timeofshortmotions = 200

See Also