I think we all are here!!What do you do? Are you an electrical & electronic engineer ?
I have put this circuit into Proteus... Works as expected!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I think we all are here!!What do you do? Are you an electrical & electronic engineer ?
Yes, N1A and N1B are two independent comparators in one eight-pin plastic case. Only N1A is used in the MFC. N1B is not used, but its + and - inputs must be connected as shown in the schematic so that N1B output is in a defined state, and N1B does not misbehave.N1A, N1B ARE DIFFERENT ?
Please Can u send me the Proteus template file for this circuit. My mail I'd is pradoartz@gmail.comI think we all are here!!
I have put this circuit into Proteus... Works as expected!
Eight-pin plastic case? What is that. Can u show me an image. Already said u I am dumb in electronics. Lol.. I am a computer science engineer.Yes, N1A and N1B are two independent comparators in one eight- pin plastic case. Only N1A is used in the MFC. N1B is not used but its + and - inputs must be connected as shown in the schematic so that N1B output is in a defined state and N1B does not misbehave.
spec
A good choice, although a bit more work would be to construct a simple Arduino circuit with a mostfet for the fan and a voltage divider on the sensoe going into an analog input, a quick pwm tutorial with a pot to control the pwm of an led can be adapted to your needs with a couple changes in the Arduino sketch(some numbers). That's how I would prefer to do it but analog is quite good way to do it also.
POST ISSUE 17 of 2016_10_20
(6) R6 defines the hysteresis of the Schmidt trigger (N1A). With the value shown the hysteresis will be 5 Deg C. Thus, if the fan turn-on temperature were set to 80 deg C, the fan would turn on at 80 Deg C and would not turn off until the water temperature had dropped to 75 Deg C.
POST ISSUE 17 of 2016_10_20
DATA SHEETS & SOURCES
(1) Comparator dual: LM393: https://www.ti.com/lit/ds/symlink/lm2903-n.pdf
(2) power transistor: TIP 42x: https://www.onsemi.com/pub_link/Collateral/TIP41A-D.PDF
(3) Relay: Single pole, single throw, automotive type. Coil, 12V, 80 Ohms. Contacts, 30A minimum
(4) Potentiometer: 50K, pre-set, multi-turn
(5) Diode: 1N4002 to 1N4007.
https://www.vishay.com/docs/88503/1n4001.pdf
(6) Diode: VSB1545_M3, 25V min, 10A min:
**broken link removed**
https://www.digikey.co.uk/product-d...on/VSB1545-M3-54/VSB1545-M3-54GICT-ND/4810661
(7) Capacitor: aluminum electrolytic, high ripple current, high temperature, 470uF, 25V minimum
(8) Capacitor: disk ceramic, 100nF, 25V minimum, X7R dielectric (not surface mount)
(9) Resistor: all resistors, unless otherwise stated, are metal film, or metal oxide (not carbon), through hole (not surface mount), 250mW minimum, 5% or better
(10) Fuse: FS1 is a 10A automotive type (as I do not know the characteristics of the fan, 10A is only an estimate)
in.element14.com/Hi pradoartz,
Some of the components on your list are not quite correct. If you send a link to the supplier you wish to use I will see if I can do a list for you.
spec
Live life to the fullest, really your overthinking this. PWM is more contolled and when I started electronics I jumped right into many things like Arduino without any prior knowledge and learned a lot, so let him give it a try and if it does not work (the PWM) just change a few lines and bob's your uncle. It can just switch on or off.Hi Robert,
Welcome to ETO. I see you are from the States, which one. If you put it next to 'Location' on your user page it will show in the panel on the left of your posts.
Theoretically an interesting approach, but there are a number of issues:
(1) Why use Pulse Width Modulation (PWM)? The fan is either on or off; fan speed control is not required.
(2) The OP has no experience of electronics, let alone microcontrollers
(3) PWM is a higher risk, especially as we do not know the characteristics of the fan.
(4) Electromagnet compatibility (EMC) could be a problem
(5) Snubbing would be more critical
(6) The MOSFET would be more vulnerable, more critical, and more expensive
(7) You would need an extended temperature range microcontroller
(8) The microcontroller would need a program, implying an integrated development environment (IDE) and host
(9) The microcontroller would require a stabilized supply line (5V or 3.3V)
(10) By definition, the reliability would be less
(11) The cost would be higher and component availability would be worse.
(12) Susceptibility to electrostatic discharge (ESD) would be worse.
(13) The MFC would be more susceptible to moisture
(14) The relay provides isolation between the blood and thunder of the fan circuit and the decoupled supply line for the Schmitt trigger. A MOSFET controlling the fan directly does not do this.
By the way, I did consider driving the fan directly with a MOSFET, rather than a relay, but decided against it on the grounds of risk and reliability: switching fans with automotive relays is universal and well proven.
spec
This is a technical thread. ETO 'Member's Lounge' is for philosophy.Live life to the fullest
It is called good design. To ignore the points I made is bad design.really your overthinking this.
?PWM is more contolled
You are making circular arguments and not dealing with all of the aspects of this application, including the OPs position. Let me repeat again PWM is not required.when I started electronics I jumped right into many things like Arduino without any prior knowledge and learned a lot, so let him give it a try and if it does not work (the PWM) just change a few lines and bob's your uncle. It can just switch on or off.
Hi bro, did u find the components from the suppliers i sent?in.element14.com/
**broken link removed**components.com/
Working on it- will post list soon.Hi bro, did u find the components from the suppliers i sent?
Hi friend,Live life to the fullest, really your overthinking this. PWM is more contolled and when I started electronics I jumped right into many things like Arduino without any prior knowledge and learned a lot, so let him give it a try and if it does not work (the PWM) just change a few lines and bob's your uncle. It can just switch on or off.