- Posts: 25
Moded Devo 7e , Omnibus F3, No Switch Output
- jamichx
- Topic Author
- Offline
I use DX6i but since this TX only has two way switches I thought I would give this s go. Is this problem with old deviation version or is it just settings that I do wrong. I mean I get the 4 channels ok but not even single switch. In model I have Plane sat but tried with Multi also.
I tried to look for this problem here and on the internet but found nothing. If anyone can point me in the right direction I would really appreciate it.
Thank you
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
Let us know what you find... if it's a model thing, attach your model.ini file, too.
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- jamichx
- Topic Author
- Offline
- Posts: 25
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
Ch 5: min-max curve defaults to Hold1 for stock 7e
Ch 6: 3-position curve defaults to Mix0-Mix1-Mix2 (automaps to Fmode1 for stock 7e). You can use a 3-way SWA0-SWA1-SWA2 instead as illustrated in the code.
[channel5]
template=simple
[mixer]
src=HOLD1
dest=Ch5
curvetype=min/max
[channel6]
template=expo_dr
[mixer]
src=SWA0
dest=CH6
scalar=-100
[mixer]
src=SWA0
dest=CH6
switch=SWA1
scalar=0
[mixer]
src=SWA0
dest=CH6
switch=SWA2
scalar=100
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- jamichx
- Topic Author
- Offline
- Posts: 25
[channel6]
template=expo_dr
[mixer]
src=SWA0
dest=CH6
scalar=-100
[mixer]
src=SWA0
dest=CH6
switch=SWB1
scalar=0
[mixer]
src=SWA0
dest=CH6
switch=SWB2
scalar=100
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- jamichx
- Topic Author
- Offline
- Posts: 25
Could it be some kind of glitch ?
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
In the Input function, the programmers use -100 to show OFF, 100 to show ON, and in the channel monitor you are seeing the RESULTS of the input after it passes through the mixer. Note the value of SCALAR in the three mixers, which should be set to -100, 0, and 100. If you have set the scalar in the first mixer to -100, then when SWB0 is ON (inputting a value of 100), it is SCALED by -100, to produce a channel value of -100. If SWB1 is selected, then the second mixer is active with a scalar of 0, and you get a channel output of 0. Finally, when SWB2 is ON (now SWB0 and SWB1 are both OFF), with a scalar of 100, you get a channel output of 100. It took me some time to get my head around these mixers, so let me know if I missed anything here.
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- jamichx
- Topic Author
- Offline
- Posts: 25
Deal57 wrote: Make sure the source of the input, SWB is used as the SRC= entry. So change your SWA0 entry to SWB0. Unless you want the behavior you are seeing
If I do this If I change A0 to B0 then B switch becomes only 2way switch. It just does not work as you suggested. It makes no sense to me. Logically it should work as u say
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
[channel6]
template=expo_dr
[mixer]
src=SW B0
dest=Ch6
scalar=-100
curvetype=fixed
[mixer]
src=SW B0
dest=Ch6
switch=SW B1
scalar=0
curvetype=fixed
[mixer]
src=SW B0
dest=Ch6
switch=SW B2
curvetype=fixed
If you send your entire ini file I will try it in my emulator.
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- jamichx
- Topic Author
- Offline
- Posts: 25
Deal57 wrote: The code should look like this for SWB: NOTE: Put a space in the switch name (sorry, I overlooked that) so you will use SW B0, SW B1, and SW B2. I've tried this in the Devo7e emulator and it does what you need.
[channel6] template=expo_dr [mixer] src=SW B0 dest=Ch6 scalar=-100 curvetype=fixed [mixer] src=SW B0 dest=Ch6 switch=SW B1 scalar=0 curvetype=fixed [mixer] src=SW B0 dest=Ch6 switch=SW B2 curvetype=fixed
If you send your entire ini file I will try it in my emulator.
Thank you for helping me , I just cant get it done it only works the way I described. I do not know why. Maybe because if the old software. I will try to figure this out maybe upgrade my devo 7e.
Would you mind help me with that? If I want to upgrade to latest version and want to keep all my models intact what exactly do I need to do ? Also I think If I remember this right I think I had to enable those new switches and v911 receiver mod plus range mod somewhere but have no idea how I did that. So basically if I want to upgrade do latest deviation version what would be the steps for me ? Do I need deviation or nightly built ? Thank you
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
I suggest using the most recent Release 5.0.0 with updated protocols .
Let us know how it goes!
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Moded Devo 7e , Omnibus F3, No Switch Output