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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.Dec |SYNTAX= ''<axis>''.Deceleration = ''<expression >''<br> ?''<axis>''.Deceleration |AVAILABILITY= All versions |DESCRIPTION= This prope…')
 
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.DECELERATION}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.Dec
+
<''axis''>.Dec
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.Deceleration = ''<expression >''<br>
+
<''axis''>.Deceleration = <''expression''><br>
  
?''<axis>''.Deceleration
+
?<''axis''>.Deceleration
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 23: Line 24:
  
 
|UNITS=
 
|UNITS=
User axis acceleration units, as given by ''<axis>''.AccelerationFactor
+
User axis acceleration units, as given by <''axis''>.AccelerationFactor
  
 
|DEFAULT=
 
|DEFAULT=
Line 33: Line 34:
 
|LIMITATIONS=
 
|LIMITATIONS=
 
The ratio between Jerk and Deceleration is limited by the following relation:<br>
 
The ratio between Jerk and Deceleration is limited by the following relation:<br>
       Jerk/Dec < 0.9 * p/5T<br>
+
       Jerk/Dec < 0.9 × π/5T
  
 
where T is the sample time in seconds.
 
where T is the sample time in seconds.
  
For a cycle time of 2 msec, this value is 282.74. UseSMOOTHFACTOR to have jerk calculated automatically.
+
For a cycle time of 2 ms, this value is 282.74. Use SMOOTHFACTOR to have jerk calculated automatically.
  
 
To set the value within a task, the axis must be attached to that task (using the ATTACH command).
 
To set the value within a task, the axis must be attached to that task (using the ATTACH command).
Line 47: Line 48:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.ACCELERATIONFACTOR|axis.ACCELERATIONFACTOR]]
+
* [[MC-Basic:axis.ACCELERATIONFACTOR|axis.ACCELERATIONFACTOR]]
* [[Axystems:MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
+
* [[MC-Basic:axis.ACCELERATIONMAX|axis.ACCELERATIONMAX]]
  
  
 
}}
 
}}
 +
-->

Latest revision as of 06:29, 14 August 2017