SUMMARY: one of two SWCH fails when built twice in the same configuration (2 internal alternating switches within a circuit)
Alright, so I'm currently in the process of making a binary sequence generator, and my main component is a little circuit that has 2 switches that alternate. Now, the first time I make them they almost always work. But when I copy them, one of the switches always seems to refuse to turn off... Note I am using a setup where spark is delivered to NSCN then transferred through INWR to NSCN. I am using INST to spark both NSCN at the same time. What could be causing this problem? It seems that I can make other configurations that sometimes work, but if I build the same one twice or copy it they dont work! Someone please tell me what I am doing wrong or if this is a bug. until then, I can only create a 2 bit sequencer :(
EDIT: here are the two I have successfully created so far:
@Neospector What? I dont understand. The two PSCN pixels arent near the other's switch. Plus, it works perfectly fine until I copy it/make another.
EDIT: I think I have an idea what you're saying, but my method for toggling things has always worked! I might try having each output reset its own switch. I'll try that now.
EDIT2: I think I fixed it! Instead of using a compact toggle circuit, I made each output reset itself. It may be a bit bulky, but it's a heck of a lot less bulky than my last calculator...