Search found 30 matches

by bartroozendaal
Wed May 26, 2021 8:09 am
Forum: Under development and finished work
Topic: Glareshield Neon Tubes with Arduino and LEDs
Replies: 10
Views: 5595

Re: Glareshield Neon Tubes with Arduino and LEDs

marcel_felde wrote: Tue May 25, 2021 2:29 pm I am coding the behaviour of the Interio Lighting of our sim. This is so far the simulation of the neon light starter:
That is so cool. Are you open sourcing the code for this? I wouldn't mind having this as my future lights in my cockpit :-)
by bartroozendaal
Mon May 24, 2021 8:53 am
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Re: Remote desktop

Have a look at some quality remote utils - https://www.stardock.com/products/multiplicity/ This seems to work better then Windows Remote Desktop. Although noticeably slower, AirManager does launch the panels with this and I can develop my scripts remotely. I'll give the trial a shot for some time. ...
by bartroozendaal
Mon May 24, 2021 8:45 am
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Re: Remote desktop

Thanks for the synergy link, but I guess not. I need to share the desktop too. It might be an alternative for my hardware KVM though. I'll try that later. Thx
by bartroozendaal
Sun May 23, 2021 12:55 pm
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Re: Remote desktop

I'll give that kvm software a shot. I have a hardware kvm, but maybe this works. I'll let you know. Thanks
by bartroozendaal
Sun May 23, 2021 11:54 am
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Re: Remote desktop

I have a KVM, but unfortunately fs2020 is not that friendly with it. It stops for about 2 minutes whenever you switch devices. And, I already have a hdmi switch to switch between a main monitor for flying and a main monitor for developing. The setup of my cellar is not really suitable for switching ...
by bartroozendaal
Sun May 23, 2021 10:10 am
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Re: Remote desktop

TL;DR My current setup enables me to develop AirManager scripts on a remote machine using one AM license and without remote desktop For whoever may be interested... If you scan the pictures on https://fsarduino.com (specifically what my cellar looks like) it may be easier to visualize my setup. I'm ...
by bartroozendaal
Fri Apr 23, 2021 12:12 pm
Forum: Lua and API Scripting Help
Topic: FS2020 Events
Replies: 4
Views: 2428

Re: FS2020 Events

This works for me in FS2020 to read the frequencies: fs2020_variable_subscribe("COM ACTIVE FREQUENCY:1", "Mhz", "COM STANDBY FREQUENCY:1", "MHz", newCom1Frequencies) fs2020_variable_subscribe("COM ACTIVE FREQUENCY:2", "Mhz", "COM STAND...
by bartroozendaal
Wed Apr 21, 2021 2:00 pm
Forum: Air Manager feedback & feature requests
Topic: Remote desktop
Replies: 9
Views: 4847

Remote desktop

For my code development for the AM-linked hardware (Arduino), I would like to use a different machine connecting through Remote Desktop. This currently doesn't work, because (I think) loading the graphics libraries raise an error (Error loading library #87). Would it be possible to load these librar...
by bartroozendaal
Fri Apr 16, 2021 11:25 am
Forum: Air Manager Bug Reports
Topic: Beta 35 with Arduino hangs when connecting to FS2020
Replies: 19
Views: 7210

Re: Beta 35 with Arduino hangs when connecting to FS2020

FYI and maybe future reference: the software (both mine as AirManager itself) worked fine. The problem I found was in a faulty soldering of the battery master switch. That gave intermittent errors in reading the status of that switch. Simply resoldering the ground solved this particular problem. As ...