Is 16V Too High for a 74151A MUX Input?

  • Thread starter Thread starter BillyBobjoe
  • Start date Start date
  • Tags Tags
    Input
AI Thread Summary
The 74151A MUX is a digital multiplexer and not suitable for analog signals, as it typically handles input voltages up to 5V. Applying 16V directly to the MUX input exceeds its voltage limits and could damage the device. For interfacing higher voltages with an ADC, voltage dividers are recommended to scale down the voltage to acceptable levels. While using relays is an option, it may introduce noise and complexity. The discussion emphasizes the need for efficient voltage scaling to ensure compatibility with microcontroller inputs.
BillyBobjoe
Messages
9
Reaction score
0
Hi All

I am wondering does anyone know the voltage limits of standard mux such as 74151A.
I aim to place diferent voltage levels into the mux and select one input as the output that will go to an ADC. The voltages will be of increasing values i.e 4V, 8V, 12V 16V etc. Is 16 Volts too much to go into an input of a mux?
If 16V is ok, is then placing this 16 Volts into an ADC allowable or is it two much

Thanks
 
Engineering news on Phys.org
it appears to be a digital MUX http://www.tecnoradio.com.br/eletronica/datasheets/74XX/%20DM74151A.pdf
 
Last edited by a moderator:
So if you want to MUX analog voltages, you will need to use Analog Switches or Analog MUXes. You can google those terms to get a selection of parts, or go to Analog Devices and Maxim's websites to find some typical parts...
 
Most analog switches (and ADCs for that matter) will have an absolute voltage input of 5V (or less, depending on what it takes in as a supply voltage).

You could use an array of relays (fun AND noisy!), but you'll still run into the problem of how to sample these large voltages with the ADC. Usually, a voltage divider scales down the voltage to an acceptable level (which can actually be sampled).

Could you elaborate on what you're trying to do with this switching network, and why you need those voltages?
 
the basic idea was to use a microcontroller to perform calculation with these voltages. The voltages need to be digital going into the microcontroller therefore the use of the ADC.

Is a voltage divider the best way of performing a sort of step down ratio? Its needs to be power efficient. The use of multiple Dc-dc cobverters proberly wouldn't be too efficient either would they?
 
Yes it's normal to scale the voltages with voltage dividers in this situation.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top