#include <kmlMotBase.h>
Public Attributes | |
| byte | maxppwm |
| max. val for pos. voltage | |
| byte | maxnpwm |
| max. val for neg. voltage; pos! | |
| byte | kP |
| prop. factor of pos comp | |
| byte | kI |
| not yet active | |
| byte | kD |
| derivate factor of pos comp | |
| byte | kARW |
| not yet active | |
| byte | kP_speed |
| Proportional factor of the speed compensator. | |
| byte | kI_speed |
| Integral factor of the speed compensator. | |
| byte | kD_speed |
| Derivative factor of the speed compensator. | |
| byte | maxppwm_nmp |
| Max. value for positive voltage (0 => 0%, +70 => 100%). | |
| byte | maxnpwm_nmp |
| Max. value for negative voltage (0 => 0%, +70 => 100%). | |
| byte | kspeed_nmp |
| Proportional factor of speed compensator. | |
| byte | kpos_nmp |
| Proportional factor of position compensator. | |
| byte | kI_nmp |
| Integral factor (1/kI) of control output added to the final control output. | |
| int | crash_limit_nmp |
| Limit of error in position. | |
| int | crash_limit_lin_nmp |
| Limit of error in position in linear movement. | |
Definition at line 109 of file kmlMotBase.h.
Integral factor (1/kI) of control output added to the final control output.
Definition at line 130 of file kmlMotBase.h.
Max. value for negative voltage (0 => 0%, +70 => 100%).
Definition at line 127 of file kmlMotBase.h.
Max. value for positive voltage (0 => 0%, +70 => 100%).
Definition at line 126 of file kmlMotBase.h.
1.4.7