Difference between revisions of "AXY:MC-Basic:axis.TIMEDECELERATION"
m (Text replace - "''<axis>''" to "<''axis''>") |
m (Itay moved page MC-Basic:axis.TIMEDECELERATION to AXY:MC-Basic:axis.TIMEDECELERATION) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.TIMEDECELERATION}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.TimeDeceleration = '' | + | <''axis''>.TimeDeceleration = <''value''> |
?<''element name''>.TimeDeceleration | ?<''element name''>.TimeDeceleration | ||
Line 14: | Line 15: | ||
Defines the duration of the deceleration phase. This value is reached only if the other movement parameters cause it to occur. The maximum deceleration value is not exceeded. | Defines the duration of the deceleration phase. This value is reached only if the other movement parameters cause it to occur. The maximum deceleration value is not exceeded. | ||
− | A query of the property returns a numeric value, which may be used in expressions. This value is the assigned value | + | A query of the property returns a numeric value, which may be used in expressions. This value is the assigned value, not the value actually used. |
− | When | + | When -1 is assigned, this property is ignored and the defined deceleration is used instead. |
− | A value that is not an integer multiple of the | + | A value that is not an integer multiple of the Motion-Bus cycle time is rounded up to the nearest integer multiple value. |
|TYPE= | |TYPE= | ||
Line 27: | Line 28: | ||
|UNITS= | |UNITS= | ||
− | + | millisecond (ms) | |
|DEFAULT= | |DEFAULT= | ||
Line 39: | Line 40: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | a1.TDec = 250 | + | a1.TDec = 250 |
+ | ::::Sets the deceleration time to 250 msec<br> | ||
?a1.TimeDeceleration | ?a1.TimeDeceleration | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
− | * [[ | + | * [[MC-Basic:axis.TIMEACCELERATION|axis.TIMEACCELERATION]] |
}} | }} | ||
+ | --> |