Hello again,
You need not worry too much here. To put this project into proper perspective from a new design point of view, if you looked at all the control systems in use in the world today and not even any in space, you'd find that a fan controller circuit is at the very low end of the spectrum meaning it's one of the simplest control circuits you can build. It might seem like there is a lot to it, but consider trying to design something like a CNC machine control circuit.
The automobile layout would start with the control circuit and drive circuit. The control circuit would be mounted inside the passenger compartment while the higher current section of the drive circuit would be mounted under the hood. That's to keep the high current wiring short, while also allowing the control circuitry to stay inside where the environment is more favorable. Thus, the inclusion of IC parts is not a bad idea at all, and because of the simplifications and repeatability that they offer it would be a bad idea to sway away from using IC's at all. Add to that the fact that many of them can be found as mil spec parts, and you get a pretty reliable and repeatable circuit that you can depend on for years.
There's also the chance that you dont need the full power of the motor. You could do some tests to find out.
If you use PWM then you dont have to use the two windings independently either, you can rely solely on the PWM to do the speed control and/or soft start.
My suggestion would be to start with the simplest circuit, install it, get it working right, and then come back to a more sophisticated controller design. The only change would be to swap out the controller. This phase would give you a chance to get a feel of how it was going in general when mixed with the other workings of the automobile like your alternator. It's up to you, but this is probably the best bet.
PWM adds complexity via a triangle generator and comparator. This isnt that complicated though, a few more parts. PWM is necessary for either variable speed and/or slow start.
One thing about a window comparator. Strictly speaking, a window comparator puts out one logic level when the signal is between two set levels, and another logic level when the signal is outside these two levels. So that in itself does not make up a fan control circuit because we want slightly different operation. We want the output at one logic level when the input goes above some set point, and we dont want it to reset until the signal input goes below another level, where the second level is lower than the first. So we have to use a sort of modified window comparator.
For a quick illustration, see the two attachments. In the schematic, V2 is a test voltage used to test the control circuit. The output that would be used to turn the fan on and off comes from the output Q of the flip flop.
In the other drawing, the result of testing the circuit is shown where V2 is varied up and down and the output recorded. It's just a test of the control circuit.
See if this makes sense to you. Note that the sensor in this circuit would have an output voltage that DECREASES with increasing temperature, such as a properly biased silicon diode. This type of operation can be easily changed to an increase with increasing temperature though.
You need not worry too much here. To put this project into proper perspective from a new design point of view, if you looked at all the control systems in use in the world today and not even any in space, you'd find that a fan controller circuit is at the very low end of the spectrum meaning it's one of the simplest control circuits you can build. It might seem like there is a lot to it, but consider trying to design something like a CNC machine control circuit.
The automobile layout would start with the control circuit and drive circuit. The control circuit would be mounted inside the passenger compartment while the higher current section of the drive circuit would be mounted under the hood. That's to keep the high current wiring short, while also allowing the control circuitry to stay inside where the environment is more favorable. Thus, the inclusion of IC parts is not a bad idea at all, and because of the simplifications and repeatability that they offer it would be a bad idea to sway away from using IC's at all. Add to that the fact that many of them can be found as mil spec parts, and you get a pretty reliable and repeatable circuit that you can depend on for years.
There's also the chance that you dont need the full power of the motor. You could do some tests to find out.
If you use PWM then you dont have to use the two windings independently either, you can rely solely on the PWM to do the speed control and/or soft start.
My suggestion would be to start with the simplest circuit, install it, get it working right, and then come back to a more sophisticated controller design. The only change would be to swap out the controller. This phase would give you a chance to get a feel of how it was going in general when mixed with the other workings of the automobile like your alternator. It's up to you, but this is probably the best bet.
PWM adds complexity via a triangle generator and comparator. This isnt that complicated though, a few more parts. PWM is necessary for either variable speed and/or slow start.
One thing about a window comparator. Strictly speaking, a window comparator puts out one logic level when the signal is between two set levels, and another logic level when the signal is outside these two levels. So that in itself does not make up a fan control circuit because we want slightly different operation. We want the output at one logic level when the input goes above some set point, and we dont want it to reset until the signal input goes below another level, where the second level is lower than the first. So we have to use a sort of modified window comparator.
For a quick illustration, see the two attachments. In the schematic, V2 is a test voltage used to test the control circuit. The output that would be used to turn the fan on and off comes from the output Q of the flip flop.
In the other drawing, the result of testing the circuit is shown where V2 is varied up and down and the output recorded. It's just a test of the control circuit.
See if this makes sense to you. Note that the sensor in this circuit would have an output voltage that DECREASES with increasing temperature, such as a properly biased silicon diode. This type of operation can be easily changed to an increase with increasing temperature though.