MobiFlight Community Support

Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.

You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
pongi16@gmx.at
Posts: 4
hi together,

my first project is to built an extern beacon light.
So far no problem. when i use the beacon switch in the cockpit the light switch on and off and the led is lightning.

But it doesnt blink....what i have to do that it blinks like a real beacon light?

I hope someone can help me! I took 2 pictures and you can open with the link!

https://drive.google.com/drive/folders/1go31UU9LDGJAsSiJox_pkSgfqhggg03H?usp=sharing

thank you very much
Andy
[Last edited by pongi16@gmx.at, 2023-02-02 14:34]
2023-02-02 14:29
Avatar
pizman82
Moderator
From: ETSI, Germany
Posts: 6010
Supporter
Hi
Welcome to Mobiflight!

The "Blink" is a long time wishlist feature!
With last Version (9.6.0) it comes finally in the code, but it not have a UI Option already.
So.... It will come with i expect 10.0 but this take some time.

Solution Today:
1. You could use the already existing feature by editing the mcc file and enable it by hand.
Here i not know the syntax for now.... But we could find out if you really need it now.

2. It can also be done by using a other config that read the Simulation Time in Seconds.
With math formulas we can create a "Blink-Generator" out of this...
E.g. if we say : $%2 we build a blink system that is ON for 1 sec, OFF for 1 sec, ON for one Sec, OFF for one sec and so on.
Then in the LED Config we would use this timer as a variable (e.g. "a") and say $*a
Means if your beacon is ON then it show 1,0,1,0,1,0 in a 1 second intervall instead.
Good Luck !
2023-02-02 15:53
Avatar
pongi16@gmx.at
Posts: 4
Thank you very much! :)
2023-02-03 08:11
icon