@Alec_t on
Post#603
Very nice feature summery. I have almost no complaints, and what I do have is minor to be sure.
When you say it should be "modular", is this for ease of construction by making a step by step assembly more understandable? Or is it so Joe can expand later on down the road? And does it have to be all THAT modular? Can we not combine the functions of speed control into the timer? Or less favorably, into the pump drivers? Also, where do all the modules insert into the circuit? Maybe a block diagram is in order...
From what you have said so far, I see it more or less like this...
View attachment 64934
But it could easily be any number of ways mind you.
4) Pump driver module
...(c) Separate signal and power ground connections.
Although it *IS* most certainly best practice and highly advisable, For this project separate grounds prolly have limited usefulness because.
(1) 12V logic is highly immune to noise, do to the logic level gap. (Which would require HUGE current spikes to traverse.)
(2) With respect to (1), the currents are fairly low, and most of the time they are also changing slowly so spikes are less likely.
(3) It's easy enough to make the logic IC's decoupling capacitors large enough to withstand noise without changing the schematic.
(4) We can make use of the fact that our enclosures thus far are tin boxes and implement a solid large area ground plane with ease.
(5) It's all going to eventually be connected somewhere anyway, though separate until the PSU is certainly preferred.
(6) Keeping modular construction on the table limits how much we can separate the two grounds, unless we run more wires.
If all we want to do is remove potential ground loops and lower the chances of a current spike from draining logic IC juice, then a fat ground and power conductor combined with fat decoupling capacitors should be sufficient IMO. Mind you I would be singing a different tune if we were talking 5 volt or lower logic combined with analog and power circuitry. Also as I said, this is a small thing.
Just my two cents.