Difference between revisions of "MC-Basic:element.TIMEDECMIN"
(new page) |
|||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:element.TIMEDECMIN}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= |
Latest revision as of 08:15, 30 October 2017
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