___ |_ _| | | | | |___|
#### ## ## ## ## ## ## ####
### # #### # # ### #
# # ### # # ## # # # ## ### #
_____ / __ \ | / \/ | | | \__/\ \____/
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: Sub-page for questions for MembersPage/SteenAndersen === Questions === ==== How do i change the IAC PWM Frequency ? ==== I have been testing my Idle Valve with the PWM output from GenBoard. The valve is a BOSCH 2 terminal spring loaded type 0 280 140 531 from a 91' car, 8.7ohm DC resistance thats a 1.4A LoadI use '''iac_sol_channel=60 ''' for IAC output.I experimented with mdi00..mdiff command to se the valve open and close, and it seems to work, but i hear the PWM frequency as a high pitch (i read 2 KHz somewhere). But the inductance/hysteresis/losses in the Valve is so high that it gets VERY HOT ! I get so hot that i'm afraid it will fry if used in the car in a hot engine bay. The PWM Frequency is way to high for this old Motronic Idle Valve, it should maybe oprate at 100Hz not 2KHz. I have been lookin in softpwm.c and iac.c but i do not understand what's going on in the code (I'm not used to C programming). OK i see that the PWM duty cycle is set in iac.c with this. <code> softpwm_set(&idle_pwm_soft, pos); </code> but i dont see any frequency settings in the init_iac procedure theres just one statement. <code> softpwm_init(&idle_pwm_soft, 0); </code> * So ''' how do i Change the PWM Frequency ? ''' ---- My subpage for questions that i need an answer to. Questions witch i have solved or feel is answered is moved to MembersPage/SteenAndersen/History page ---- 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.