History of MembersPage/SteenAndersen/Questions
Older Newer
2005-08-15 12:07:28 . . . . MembersPage/SteenAndersen
2005-08-14 18:26:26 . . . . MembersPage/JörgenKarlsson [The solenoid shouldn't have problem with high frequency]
2005-08-14 12:08:45 . . . . MembersPage/SteenAndersen [How do i change the IAC PWM Frequency ?]
2005-08-14 06:29:30 . . . . MembersPage/SteenAndersen [Q: how do i Change the AIC PWM Frequency ?]
2005-05-08 18:17:52 . . . . MembersPage/MarcellGal [coolant temp range]
2005-05-08 15:52:38 . . . . MembersPage/SteenAndersen [Question about temp sensor binary representation and range of values.]
2005-05-01 13:42:29 . . . . MembersPage/SteenAndersen [wbo2 Q's answer moved to history.]
2005-04-30 19:02:41 . . . . MembersPage/MarcellGal [apply correct config.secondary_trigger]
2005-04-30 13:22:11 . . . . MembersPage/SteenAndersen [Q: ? still have no answer to WBO2 autostart; rpm,iat,clt,map all OK.]
2005-04-29 23:22:13 . . . . MembersPage/MarcellGal [answered questions]
2005-04-29 05:38:49 . . . . MembersPage/SteenAndersen [Q: how to turn on WBO2 in release v.1.0.11 firmware]
2005-04-18 03:56:42 . . . . MembersPage/SteenAndersen
2006-03-16 04:43:08 . . . . MembersPage/SteenAndersen [Compilation problem solved, Partly]
2006-03-16 04:43:08 . . . . MembersPage/SteenAndersen [Compilation problem solved.]
2006-03-16 04:43:08 . . . . 217.166.37.97 [added solution]
2006-03-16 04:43:08 . . . . 194.134.232.5 [answered Q]
2005-03-30 17:28:04 . . . . MembersPage/SteenAndersen [HELP cannot compile with make]
2005-03-30 17:26:48 . . . . MembersPage/SteenAndersen
2005-03-22 19:48:44 . . . . MembersPage/SteenAndersen
2005-03-22 19:47:07 . . . . MembersPage/SteenAndersen


Changes by last author:

Deleted:
==== 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 ?

AFAIK there is no way to change the PWM frequency in config but it should be an easy hack. But instead of doing that it may be good to look at the the mechanics. The valves i have on my Audis consume between 2 and 4A depending on model and the plungers are very heavy to act as a proportional valve instead of a PWM valve. I think this is how most idle solenoids work. When thinking about the power over the valve you find 1.4AX14V=19,6W over yours and I find 4X14=56W over my nastiest idle valve. This is a lot of power and if used in the lab without airflow it will get hot, I suspect that it's cooled by the air flow through the valve when used in the car.

I can't see how the high frequency would make the valve run hotter then PWMing the current at a lower frequency. The FET and the flyback diodes may on the other hand get hotter at this frequency then at 100Hz. An easy test would be to check if the solenoid runs hotter at 80% then it does at 100%. I suspect that it doesn't.