## ## ## ## ## ## ## ## ######
#### # ## ## ## ## ## ## ## ## ##### ###
#### ## ## ## ## ## ####
#### ## ##### ## ## #####
_____ (_ _) | | | | | | (_)
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: For information see GenBoard/Manual/NBSensor ---- '''NBO2_PID_EGO_EXPERIMENT''' '''This is very special, only for people who want to try PID control for NBO2 sensors instead of the bangbang''': maybe useful for PNP install on factory cars that have the inferior NBO2 * add NBO2_PID_EGO_EXPERIMENT to my_make * smartly fill the 5 config parameters below, they are kp, ki, kd, i_limit and deadband, no matter what there names are (reused config variables!) * make sure MegaTune does not crash mt_unused (forget megatune) * set config.ego_conf bit0=1 for enabling PID <code> // note that NBO2 EGO PID reuses all the 5 values below uint8_t ego_pid_kp; // ego, incredible speed limit (or pid kp) uint8_t mt_unused; // Unused, megatune trashes it uint8_t ego_delta; // ego, step size (percent) [0.4%] uint8_t ego_target; // ego, target voltage (NBO2) uint8_t ego_pid_window; // ego, minimum window for pid to react </code> Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.