More work from yesterday.
Rana and I had discussed on Thursday night that we probably want to be able to use the zero crossing of an error signal to trigger a servo on, but not to un-trigger it. So, now the zero crossing trigger is latched, using the power trigger to reset the latch.
Also, the input to the zero crossing trigger is the input to the MC servo, before the triggered switch. This allows us to look at the normalized error signals rather than just the non-normalized ones, if that's what we're trying to lock on. This signal is taken before the triggered switch, so that it's looking at whatever is coming out of the input matrix (including normalization).
So. If the absolute value of the MC error signal goes below the threshold, it outputs a 1, no matter what the arm power is. If the arm power is high, the power trigger also outputs a 1. These are AND-ed together, so only if both are 1 do you actually trigger the MC filter bank. If the zero crossing trigger has been set to 1, it will stay at 1 until the arm power goes low enough to untrigger the power trigger. So, even if you have a little bit of noise on the error signal and it pops above the threshold momentarily, this won't cause the servo to un-trigger.
This is implemented using a "set-reset latch". The output of the latch is the zero crossing trigger, which is AND-ed with the power trigger. This final AND-ing, in addition to doing what we want, solves the ambiguity that is inherent in SR-latches for one combination of inputs.
The trigger screen has been modified to reflect these model changes.
Here's a screenshot of the model, which includes some notes for anyone who opens the model since it's a bit confusing:

|