TYPE SMC_INT_STATUS :
Status of an interpolator instance.
InOut:
Name |
Initial |
Comment |
0 |
Internal state that may not occur after a complete pass of the SMC_Interpolator. |
|
1 |
Initialization state; movement not started yet |
|
2 |
Interpolation ongoing; currently accelerating |
|
3 |
Interpolation ongoing with constant velocity |
|
4 |
Interpolation ongoing; currently decelerating |
|
5 |
Interpolation done |
|
6 |
Interpolation ongoing; currently waiting for example by a stop input or a M-command |
|
7 |
Interpolation ongoing; currently building up the acceleration |
|
8 |
Interpolation ongoing; currently ramping down the acceleration |
|
9 |
Interpolation ongoing; currently building up the deceleration |
|
10 |
Interpolation ongoing; currently ramping down the deceleration |