Rev 1110 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed
## Section act_PID -- Do not edit this line#only uncomment one of the settings below for PID calculation period!#PID_CALC_PERIOD_mSECONDS=10000PID_CALC_PERIOD_SECONDS=150#/*! \brief P, I and D parameter values# *# * The K_P, K_I and K_D values (P, I and D gains)# * need to be modified to adapt to the application at hand# */K_P=40.00K_I=0.00K_D=95.00PID_TEMPERATURE_SENSOR_MODULE_TYPE=0PID_TEMPERATURE_SENSOR_MODULE_ID=0PID_TEMPERATURE_SENSOR=0#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.listact_PID_USEEEPROM=1DEFAULT_PWM_VALUE=6090MIN_PWM_VALUE=1000MAX_PWM_VALUE=9900PWM_ID=0act_PID_ID=<ID>act_PID_TIMER=<TIMER>act_PID_SEND_TIMER=<TIMER>PID_SEND_PERIOD=11000#undefine below two rows if PID debug data shall be sent on the busact_PID_SEND_DEBUG_TIMER=<TIMER>PID_SEND_DEBUG_PERIOD=10000## End section act_PID -- Do not edit this line