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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.ACCELERATION}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.Acc
+
<''axis''>.Acc
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.Acceleration = ''<expression >''<br>
+
<''axis''>.Acceleration = <''expression''><br>
?''<axis>''.Acceleration
+
?<''axis''>.Acceleration
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 22: Line 23:
  
 
|UNITS=
 
|UNITS=
User axis acceleration units, as given by ''<axis>''.ACCELERATIONFACTOR.
+
User axis acceleration units, as given by <''axis''>.ACCELERATIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=
Line 32: Line 33:
 
|LIMITATIONS=
 
|LIMITATIONS=
 
The ratio between jerk and acceleration is limited by the following relation:<br>
 
The ratio between jerk and acceleration is limited by the following relation:<br>
       Jerk/Acc < 0.9 * p/5T<br>
+
       Jerk/Acc < 0.9 × π/5T<br>
  
 
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. 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).
+
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).
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 44: Line 45:
  
 
|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:09, 14 August 2017