Subversion Repositories HomeAutomation

Rev

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
# CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_SECONDS 
2
# CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_S
3
# or CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_MILLISECONDS
3
# or CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_MS
4
DEFAULT_PID_CALC_PERIOD_UNIT = CAN_MODULE_ENUM_PID_CONFIG_PARAMETER_TIMEUNIT_SECONDS
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)