Maps Redstone Device

One-Hot Encoder

  • 152 views 0 today
  • save_alt 9 downloads
Progress
100% complete
  • 2
  • 1
Syrvax
Lvl 4Apprentice Miner
1
Two-Channel One-Hot Logic Encoder.

This Redstone schematic implements the (Input AND NOT other input) logic for two independent channels (A and B).

The circuit design ensures the following behavior:

  • Lamp 1 lights up only if Lever B is ON AND Lever A is OFF (Logic: B AND NOT A).

  • Lamp 2 lights up only if Lever A is ON AND Lever B is OFF (Logic: A AND NOT B).

This specific configuration is useful for managing systems that must react to the activation of only one input at a time, preventing conflicts when both inputs are simultaneously engaged.

  Have something to say?

Welcome