This page contains various unsupported setups and mods. Test carefully before use.
Based on E-Soar Plus 2.1.2, with channel assignments amended for S8R receiver. X/T-tail version only (no V-tail). See included Readme.
Contributor | Mike Shellim |
Based on | E-Soar Plus 2.1.2 |
Number of servos | 4 wing + 2 fus + ESC |
OpenTX versions | 2.1 and later |
Files included | .EEPE file Readme |
Download | Download |
Based on E-Soar Plus 2.1.2, with addition of left/right tip surfaces. Supports key functionality of ESP including crow brakes, motor control, calibration etc. Templates for X-,T- and V-tails included.
Contributor | Mike Shellim |
Based on | E-Soar Plus 2.1.2 |
Number of servos | 6 wing + 2 fus + ESC |
OpenTX versions | 2.1 and later |
Files included | .EEPE file Sounds Setup guide Readme |
Download | Download |
This template is for sailplanes with three pairs of wing surfaces: inner ailerons, outer ailerons, and flaps. It was originally developed for the Vixen. As far as is known this is the first published OpenTx setup for this configuration. It's also notable for using all 64 mixes!
The setup is based on the F3J template. A good knowledge of OpenTx is required to use this setup.
Contributor | David Otte |
Based on | F3J setup |
Number of servos | 6 wing + 2 fus |
Number of mixers used | 64 |
For OpenTx version(s) | 2.1.7+ |
For transmitters | X9E, X9D (mods will be required for X9D) |
Files included | .EEPE file Excel documentation |
Download | Download VIXEN.ZIP |
E-Soar Plus v2.1.2 features a safe motor arming sequence, which involves pulling SH with the stick in the corner. For competition flyers who may want to disarm and re-light during flight, an alternative gesture can be programmed:
Modifications to the stock E-Soar Plus 2.1.2 setup are shown below - click image to zoom. Remember to back up your template first.
Check out your changes using the Outputs Monitor menu on CH7 (motor). Disconnect motor when testing. Modifications apply to E-Soar Plus 2.1.2 only, do not use with other templates or versions.
How it works (first 12 LS's shown):
L1 |
( Ail < -90 ) AND L2 |
|
L2 |
( Ele < -90 ) AND SH↓ |
IN_CAL_GESTURE |
L3 |
Sticky(L1, L4) |
CAL_ACTIVE |
L4 |
( SH↓ AND L3 ) AND !L1 |
CANCEL_CAL_TRIGGER = (CANCEL_CAL_GESTURE and CAL_ACTIVE) and not IN_CAL_GESTURE |
L5 |
CH17 < 100 |
CROW_LEVER_ON |
L6 | [not used] | |
L7 |
( !L16 AND !L1 ) AND !FM1 |
ALLOW_ARMING = (THR_LEVER_IDLE and not IN_CAL_GESTURE) and not IN_CAL_MODE |
L8 |
( Edge(SH↓, [1.5:instant]) ) AND L7 |
ARM_TRIGGER = ARMING_GESTURE and ALLOW_ARMING |
L9 |
Sticky(L8, L10) |
ARMED_STATUS = Sticky(ARM_TRIGGER, DISARM_TRIGGER) |
L10 |
( L11 OR FM1 ) AND L9 |
DISARM_TRIGGER = (DISARM_GESTURE or FORCE_DISARM) and ARMED |
L11 |
Edge(SH↓, [0:1]) |
DISARM_GESTURE |
L12 | [not used] |
Notes: