If I send a clock to Plog's toggle input, then it does what I expect: every clock pulse flip flops the value of the toggle output between 0V and 5V. The toggle output is normalled to the data flip flop's clock input, which also flip flops like a toggle if there's no data input.
This means I get a latched pattern like this with the toggle and data outputs: (OFF, OFF), (ON, ON), (OFF, ON), (ON, OFF). I want to AND the toggle and data outputs together to get: OFF, ON, OFF, OFF. I'm trying to sequence separate A and B patterns as ABAA (or AAAB) via a momentary switch.
In summary: Connect a clock to the TOGGLE input. Connect OUT T to an X input and OUT D to the corresponding Y output. Set that X/Y to AND mode. Don't plug anything else in.
Here's my problem: When I AND together the toggle and data outputs, I get the pattern OFF, ON, ON, OFF (ABBA). When the toggle is OFF and data is ON, the AND value is ON, which is wrong. I hooked everything up to the scope and I keep coming to the conclusion the AND output is just wrong in this scenario.
I tried to recreate this behavior with various other AND inputs like manually controlled DC or two gate sequencer tracks, and that all works fine. Strangely, it also works if I don't clock the toggle input and instead manually press the toggle button. In general all the logic works correctly, so I don't think anything is wrong with my module

I eventually discovered if I run the toggle output through a fast CV delay or slew limiter, then it works like I expect. It also works if I run it through an Intellijel OR module, which I'm guessing delays the signal slightly too. A short AHR envelope also works, which makes sense since it's basically a slew. Running through a mult does not help, so I guess that does not delay the signal (enough).
Can anyone else reproduce this behavior? Do you know of any other workarounds? Maybe I could use the Mystic Circuits Envelope as a 0HP slew limiter solution to avoid wasting another module.