Rev 1383 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1383 | Rev 1385 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | ## Section act_PID -- Do not edit this line |
1 | ## Section act_PID -- Do not edit this line |
| 2 | # |
2 | # CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_S |
| 3 | # or |
3 | # or CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_MS |
| 4 | DEFAULT_PID_CALC_PERIOD_UNIT = |
4 | DEFAULT_PID_CALC_PERIOD_UNIT = CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_S |
| 5 | DEFAULT_PID_CALC_PERIOD=15 |
5 | DEFAULT_PID_CALC_PERIOD=15 |
| 6 | 6 | ||
| 7 | #/*! \brief P, I and D parameter values |
7 | #/*! \brief P, I and D parameter values |
| 8 | # * |
8 | # * |
| 9 | # * The K_P, K_I and K_D values (P, I and D gains) |
9 | # * The K_P, K_I and K_D values (P, I and D gains) |