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

From SoftMC-Wiki
Jump to: navigation, search
m
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.PROFILERTYPE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<axis>.profilertype = <numeric expression>
+
<''axis''>.profilertype = <''numeric expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
4.5.25
+
Since Version 4.5.25
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines the profiler-type used in the motion.<br>
+
Defines the profiler-type used in the motion:<br>
 +
-1 – Profile type is defined by the [[MC-Basic:axis.SMOOTHFACTOR|SmoothFactor]]<br>
 +
0 – Velocity based trapezoidal velocity (TV) <br>
 +
1 – Velocity based sine acceleration (SA) <br>
 +
2 – Time based trapezoidal acceleration (TA) or trapezoidal velocity (TV) <br>
 +
3 – Constant velocity profile (one sample acceleration and one sample deceleration)<br>
  
* -1 - profile type is defined by the [[Axystems:MC-Basic:axis.SMOOTHFACTOR|SmoothFactor]]
+
 
* 0 – Velocity based Velocity trapeze (VT) <br>
+
{{ PrfType_vs_SmoothFactor}}
* 1 – Velocity based Sine acceleration (SA) <br>
 
* 2 – Time based trapeze acceleration (TA) or velocity trapeze (VT)
 
* 3 - Constant Velocity profile (one sample acceleration and one sample deceleration)
 
  
  
  
{{ Axystems:PrfType_vs_SmoothFactor}}
 
 
|TYPE=
 
|TYPE=
 
Long
 
Long
  
 
|RANGE=
 
|RANGE=
-1-3
+
-1 to 3
  
 
|UNITS=
 
|UNITS=
Line 46: Line 48:
  
 
}}
 
}}
 +
-->

Latest revision as of 07:11, 14 August 2017