I was asked if I could make an e2 chip that would take a non-toggled input, like MOUSE1 from the Pod Controller, and make it so that MOUSE1 only needed to be clicked once to turn on, and then once again to turn off.
I came up with what I think is a good solution, but it does not involve an e2 chip, I just used a
toggle gate and a
constant value of 1:
Constant Value location: Wire Tab > Inputs, Outptus > Constant Value
* I suggest that you make this one a favoriteToggle Gate location: Wire tab > Chips, Gates > Gates MEMORY folder > Toggle (Edge Triggered)
Using the
Advanced Wiring Tool,
- Wire the input OnValue of the Toggle gate to the constant value output of 1.
- Wire the input Clk of the Toggle gate to the MOUSE1 output on the Pod Controller.
- Wire the input FIRE of the weapon to Out output of the Toggle gate.
That's it!