Difference between revisions of "AXY:MC-Basic:axis.PROFILERTYPE"
m (1 revision) |
m (Itay moved page MC-Basic:axis.PROFILERTYPE to AXY:MC-Basic:axis.PROFILERTYPE) |
||
(17 intermediate revisions by 6 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> | ||
+ | |||
+ | |||
+ | {{ PrfType_vs_SmoothFactor}} | ||
+ | |||
− | |||
|TYPE= | |TYPE= | ||
Line 21: | Line 27: | ||
|RANGE= | |RANGE= | ||
− | + | -1 to 3 | |
|UNITS= | |UNITS= | ||
Line 27: | Line 33: | ||
|DEFAULT= | |DEFAULT= | ||
− | 1 | + | -1 |
|SCOPE= | |SCOPE= | ||
Line 42: | Line 48: | ||
}} | }} | ||
+ | --> |