I'm expecting my Cougar to arrive on Friday, and I have begun to think about how I'd like to program it. One thing I'd like to do is have WEP engage and disengage when I move the throttle into and out of the range beyond the upper detent.
My initial thought is to use CCP to define a deadband that extends from the top of the throttle range to just below the second detent. Thus, when anywhere in that range, the throttle should send 100% input to AH. I would also like the throttle to send the WEP key command ("P"?) to AH once I move beyond the second detent. I think that I can accomplish that with the following type-5 axis statement:
THR 5 2 (0 95 100) ^ (/P wep /R wep)
(I don't know whether the detent begins just after 95% yet. I am just using that number as an approximation at this point.)
The reason for the deadband is that I want WEP to be engaged once I move beyond the detent, no matter where the throttle is, and I think that AH requires a 100% input for WEP or at least an input very close to 100%. By creating a "flat" input range beyond the detent, we can "decouple" the WEP control from the throttle input (i.e., we can be at 100% throttle without engaging WEP and we can move the throttle while on the high side of the upper detent without disengaging WEP).
Does anyone have any thoughts about this or has anyone programmed a different method that works well?
Thanks in advance for you thoughts!
- JNOV