- Posts: 6
alternating flashing lights
- Tigger
- Topic Author
- Offline
Less
More
25 Sep 2018 14:09 - 25 Sep 2018 14:09 #71032
by Tigger
alternating flashing lights was created by Tigger
I am new to deviation and need a bit of help. I recently purchased a T8SG V2 Plus and I have to say I am impressed. So far, it is a great little transmitter. I will add voice shortly and I think it is likely to be my favorite going forward.
I have several planes that I use a standard servo channel to turn leds on and off and cause them to flash. In my Taranis I programed a servo channel to turn on and off at a 1 second interval to make the LEDs flash. Can I do something similar on the T8SG?
Thanks,
Tigger
I have several planes that I use a standard servo channel to turn leds on and off and cause them to flash. In my Taranis I programed a servo channel to turn on and off at a 1 second interval to make the LEDs flash. Can I do something similar on the T8SG?
Thanks,
Tigger
Last edit: 25 Sep 2018 14:09 by Tigger.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
25 Sep 2018 14:19 #71033
by FDR
Replied by FDR on topic alternating flashing lights
Yes you can do it, I use it for a turn signal in a car.
While I don't have that model file at hand ATM, it was based on Fabien's solution, described here:
www.deviationtx.com/forum/7-development/...nerators-to-channels
While I don't have that model file at hand ATM, it was based on Fabien's solution, described here:
www.deviationtx.com/forum/7-development/...nerators-to-channels
Please Log in or Create an account to join the conversation.
- Tigger
- Topic Author
- Offline
Less
More
- Posts: 6
25 Sep 2018 17:00 - 25 Sep 2018 17:02 #71035
by Tigger
Replied by Tigger on topic alternating flashing lights
And it works perfectly! Very impressive. The only tinkering I had to do was moving the endpoints a bit to make the flash feel good. An easy solution that has a lot of possibilities.
Thank you very much!!!!
Tigger
Thank you very much!!!!
Tigger
Last edit: 25 Sep 2018 17:02 by Tigger.
Please Log in or Create an account to join the conversation.
- Tigger
- Topic Author
- Offline
Less
More
- Posts: 6
19 Oct 2018 19:49 #71439
by Tigger
Replied by Tigger on topic alternating flashing lights
For anyone who is interested here is the INI file to make flashing lights on channel 5. The result is a pure square wave and on my jumper the rate is controlled by AUX5. In this INI the three position switch A controls on/off/flashing.
On the model end the receiver is connected to a servo board salvaged from a stripped servo and the servo motor connections drive LED's.
All the credit goes to those referenced in the above posts.
[channel5]
template=complex
[mixer]
src=!Virt1
dest=Ch5
curvetype=min/max
points=0
[virtchan1]
name=Virt1
template=complex
[mixer]
src=AUX5
dest=Virt1
scalar=10
usetrim=0
muxtype=add
curvetype=3point
points=2,53,100
[mixer]
src=AIL
dest=Virt1
switch=Virt2
scalar=0
offset=-100
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=Virt3
scalar=0
offset=100
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=SW A0
scalar=-114
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=SW A1
usetrim=0
curvetype=fixed
[virtchan2]
template=complex
[mixer]
src=Virt1
dest=Virt2
offset=-101
usetrim=0
[mixer]
src=Virt2
dest=Virt2
usetrim=0
curvetype=min/max
points=0
[virtchan3]
template=complex
[mixer]
src=!Virt1
dest=Virt3
offset=-101
usetrim=0
[mixer]
src=Virt3
dest=Virt3
usetrim=0
curvetype=min/max
points=0
On the model end the receiver is connected to a servo board salvaged from a stripped servo and the servo motor connections drive LED's.
All the credit goes to those referenced in the above posts.
[channel5]
template=complex
[mixer]
src=!Virt1
dest=Ch5
curvetype=min/max
points=0
[virtchan1]
name=Virt1
template=complex
[mixer]
src=AUX5
dest=Virt1
scalar=10
usetrim=0
muxtype=add
curvetype=3point
points=2,53,100
[mixer]
src=AIL
dest=Virt1
switch=Virt2
scalar=0
offset=-100
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=Virt3
scalar=0
offset=100
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=SW A0
scalar=-114
usetrim=0
curvetype=fixed
[mixer]
src=AIL
dest=Virt1
switch=SW A1
usetrim=0
curvetype=fixed
[virtchan2]
template=complex
[mixer]
src=Virt1
dest=Virt2
offset=-101
usetrim=0
[mixer]
src=Virt2
dest=Virt2
usetrim=0
curvetype=min/max
points=0
[virtchan3]
template=complex
[mixer]
src=!Virt1
dest=Virt3
offset=-101
usetrim=0
[mixer]
src=Virt3
dest=Virt3
usetrim=0
curvetype=min/max
points=0
Please Log in or Create an account to join the conversation.
Time to create page: 0.039 seconds
- Home
- Forum
- General
- General Discussions
- alternating flashing lights