Project Red - Exploration

Project Red - Exploration

27M Downloads

[Gate Proposal] Minimum/Maximum Gate

CollinEddy opened this issue ยท 2 comments

commented

Minimum/Maximum gate:

This gate has three inputs on the left, right, and bottom. It will take the minimum or maximum analog value of these inputs and reproduce it at the top output. The face of the gate shall be maximized to show a bar graph display indicating the output value. The selected function of the gate can be toggled with a right-click, and would be denoted by a '+' or '-' at the output terminal.

This gate would be useful in applications such as monitoring storage levels, selecting power sources, and acting as a graphical readout for an analog signal.

There exists a complication in that having only two sides connected while in minimum mode will return 0 at all times. This can be overcome by connecting one of the inputs to the remaining input, much like using the 'and' gate with two inputs.

min_max_gate

commented

I don't understand that complication, it seems that would work fine? This doesn't occur with the AND gate either, unless you haven't screwdriver'd it.

commented

Min/max. There are many ways of implementing this using current gates. For example, here is a maximizer using 3 digital converters.
max