10-21-2009 07:30 AM
Hi!
I have 16 multiplexers (ADG 406) with a 5 bit adress for the gates. However the first bit is the enable bit, and I have it always
"on", so my question is for the remaining 4 bit in the adress.
Q: Is it possible to create a cycle or loop so that the 4 bit adress changes for each multiplexer?
Example: Multiplexer 1 has the adress 0000 for gate 1 in the first loop, then in the secind loop I want
it to have the adresse 0001, for instance!
Is this feasible?
Any help or link to similar questions would be very apreciated.
Cheers.
Solved! Go to Solution.
10-21-2009 08:36 AM - edited 10-21-2009 08:37 AM
Hi rsilva,
use something like this:
Set the indicator to binary display and you will see the individual bits...
Edited:
You could replace the ADD by an OR to get the same result in a more (boolean) logical way ![]()
10-25-2009 05:51 PM
Thanks GerdW!
I believe it is what I need!
Cheers!