OK, this is kind of weird but I am new.. I am trying to trigger on a sequence of two Boolean events A,B, but these events are not active at the same time. And I cannot use a panel button to latch, and then release. 
 
	If A, and then B, activate Trigger=T, reset.
 
	Ignore cases:
 
	B then A,
 
	B, then B,
 
	or A then A. 
 
	Can I do this with shift registers..or a better idea?
 
	I have tried a conditional case in a conditional case?