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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.JERKRATE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.JerkRate = ''<expression>''<br>
+
<''axis''>.JerkRate = <''expression''><br>
  
 
?<''axis''>.JerkRate
 
?<''axis''>.JerkRate
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.0.1 and higher
+
Since Version 4.0.1
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
To set the value within a task, the axis must be attached to that task  or through the command line. The total jerkrate value is combination of the system’s value and the element’s.
+
* To set the value within a task, the axis must be attached to that task (using the ATTACH command).
 +
* The total JerkRate value is a combination of the system's value and the element's value.
  
 
|EXAMPLE=
 
|EXAMPLE=
SettingA1.Jrate = 50 will cause the system to reduce maximum jerk value to 50% of its original value. This means the motion jerk will not exceed: (sys.jrate/100)*(a1.jrate/100)*a1.jmax
+
SettingA1.Jrate = 50 will cause the system to reduce maximum jerk value to 50% of its original value. This means the motion jerk will not exceed: (sys.jrate/100) ×(a1.jrate/100) × a1.jmax
  
 
?A1.Jrate
 
?A1.Jrate
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.JERKRATE|group.JERKRATE]]
+
* [[MC-Basic:group.JERKRATE|group.JERKRATE]]
* [[Axystems:MC-Basic:SYSTEM.JERKRATE|SYSTEM.JERKRATE]]
+
* [[MC-Basic:SYSTEM.JERKRATE|SYSTEM.JERKRATE]]
  
  
 
}}
 
}}
 +
-->

Latest revision as of 06:59, 14 August 2017