Difference between revisions of "MC-Basic:element.PROFILERTYPE"
(new page) |
|||
Line 18: | Line 18: | ||
* 3 - Constant velocity profile (one sample acceleration and one sample deceleration) | * 3 - Constant velocity profile (one sample acceleration and one sample deceleration) | ||
+ | |||
+ | {{ PrfType_vs_SmoothFactor}} | ||
+ | |||
+ | {{{!}}class="wikitable" | ||
+ | {{!}}<big>'''ProfilerType'''</big> | ||
+ | {{!}}Trapezoidal Velocity (prftype = 0) | ||
+ | {{!}}Trapezoidal Acceleration (prftype = 2) | ||
+ | {{!}}Sine Acceleration (prftype = 1) | ||
+ | {{!}}- | ||
+ | {{!}}<big>'''Position'''</big> | ||
+ | {{!}}[[image:posi 0.PNG|300px]] | ||
+ | {{!}}[[image:posi 2.PNG|300px]] | ||
+ | {{!}}[[image:posi 1.PNG|300px]] | ||
+ | {{!}}- | ||
+ | {{!}}<big>'''Velocity'''</big> | ||
+ | {{!}}[[image:velo 0.PNG|300px]] | ||
+ | {{!}}[[image:velo 2.PNG|300px]] | ||
+ | {{!}}[[image:velo 1.PNG|300px]] | ||
+ | {{!}}- | ||
+ | {{!}}<big>'''Acceleration'''</big> | ||
+ | {{!}}[[image:acce 0.PNG|300px]] | ||
+ | {{!}}[[image:acce 2.PNG|300px]] <br> {{!}}[[image:acce 22.PNG|300px]] | ||
+ | {{!}}{{!}}[[image:acce 1.PNG|300px]] <br> {{!}}[[image:acce 11.PNG|300px]] | ||
− | |||
+ | {{!}}} | ||
|TYPE= | |TYPE= | ||
Long | Long |
Revision as of 12:28, 15 October 2017
Defines the profiler-type used in the motion:
- -1 - profile type is defined by the SmoothFactor (from version 4.7.3 only)
- 0 – Velocity based trapezoidal velocity (TV)
- 1 – Velocity based sine acceleration (SA)
- 2 – Time based trapezoidal acceleration (TA) or trapezoidal velocity (TV)
- 3 - Constant velocity profile (one sample acceleration and one sample deceleration)
IMPORTANT | |
Values of the SmoothFactor between [1,100] and the value of -1 define the SINE-ACCELERATION profile and value of zero the VELOCITY-TRAPEZE profile.
|
ProfilerType | Trapezoidal Velocity (prftype = 0) | Trapezoidal Acceleration (prftype = 2) | Sine Acceleration (prftype = 1) |
Position | |||
Velocity | |||
Acceleration | | |
|
|
Short form
<element>.PrfType
Syntax
<element>.profilertype = <numeric expression>
Availability
Since Version 4.5.25
Type
Long
Range
-1 to 3
Default
-1 (from 4.7.3 version only)
Scope
Configuration, Task, Terminal
Limitations
Modal/Nodal