Hey all,
Just chasing a bit of advice, perhaps starting with a simple yes/no question. First, my situation.
I'm revising project with 7400 series logic, to make a water tank level meter. The general idea is; There are a column of eight reed switches down the side of the tank, which are triggered by magnet attached to captive float.
Now, the obvious problem that I faced originally was that between switches, there would be no indication- My teacher at the time told me not to worry about such practicalities (!). My solution was a 8-way OR of the inputs, using that to clock the active input (or a BCD representation of it) into a register, which would hold the output until the next switch is triggered, when the new level would be stored and held.
I never got to build that. Do we think it will work?
My aim, for the moment is to do this purely with hardware, then repeat it later with a uC.
Thanks!
P.