Overview:.
Details: |
Resource Set:
| Standard 00:00:00:00:00:00:00:00-0 |
Index:
| 40 |
Headerfile:
| snvt_mot.h |
MOTOR_NUL | -1 | The state of the motor is unknown (invalid value) |
MOTOR_STOPPED | 0 | The motor is not running. |
MOTOR_STARTING | 1 | The motor is performing its start-up sequence. |
MOTOR_ACCELERATING | 2 | The motor is running. Speed is increasing. |
MOTOR_AT_STANDBY | 3 | The motor is running in its standby mode. |
MOTOR_AT_NORMAL | 4 | The motor is running in its normal operational mode. |
MOTOR_AT_REFERENCE | 5 | The motor is running at its reference speed. |
MOTOR_DECELERATING | 6 | The motor is running. Speed is decreasing. |
MOTOR_STOPPING | 7 | The motor is running, beginning its shutdown sequence. |
Used by:
| SNVT_motor_state SNVT_pumpset_mn |