Search found 2940 matches

by Corjan
Sun Apr 21, 2024 7:46 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 554

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi, For professional users, we offer an external data source option. Basically, we supply a c++ plugin where there is an API to create your own variables and commands and write/read to them. You can access those variables/commands in any lua script within AM/AP, just like flight sim variables/comman...
by Corjan
Sat Apr 20, 2024 5:55 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 554

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi. Well, changing design wouldn’t be the worse thing in thai case. Personally I would go with the Pi Pico, it’s more powerfull, has more dedicated PWM channels. cheaper (I think), and uses USB HID instead of virtual COM ports. Regarding the capacitor. we never tried removing it, you are on your ow...
by Corjan
Tue Apr 16, 2024 4:27 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 554

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi. Well, changing design wouldn’t be the worse thing in thai case. Personally I would go with the Pi Pico, it’s more powerfull, has more dedicated PWM channels. cheaper (I think), and uses USB HID instead of virtual COM ports. Regarding the capacitor. we never tried removing it, you are on your own...
by Corjan
Wed Apr 10, 2024 5:26 am
Forum: Air Manager feedback & feature requests
Topic: Big Drawback - AM/AP RESETS ARDUINO at Start
Replies: 21
Views: 554

Re: Big Drawback - AM/AP RESETS ARDUINO at Start

Hi, This is interesting, since AM doesn't do anything with the virtual COM portt until you tell it specifically. What it does do is enumerate all USB devices, searching for a knobster, raspberry pi pico or octavi device. It might be that the enumeration triggers the Arduino device to reset. Will try...
by Corjan
Sun Mar 31, 2024 8:36 am
Forum: KnobFS
Topic: Modes aren´t there...
Replies: 7
Views: 301

Re: Modes aren´t there...

Hi,


It might be that the order field has to be unique, and not shared with another mode.

Could you maybe change the order field by +1, that should make it unique.


Corjan
by Corjan
Thu Mar 21, 2024 2:29 pm
Forum: Lua and API Scripting Help
Topic: MSFS C172 B:var Air Flow slider
Replies: 8
Views: 262

Re: MSFS C172 B:var Air Flow slider

Keith Baxter wrote: Wed Mar 20, 2024 11:14 am Hi,

AM4.3 beta is imminent? ;)

Keith
Hi,


Hard to say. Have been focusing on getting AM 4.2 stable lately.
If I would have to guess, that I would say about 1 month.


Corjan
by Corjan
Wed Mar 20, 2024 10:46 am
Forum: Lua and API Scripting Help
Topic: MSFS C172 B:var Air Flow slider
Replies: 8
Views: 262

Re: MSFS C172 B:var Air Flow slider

Hi, Forgot, but the current protocol between AM and the sim doesnt support command arguments when subscribing, only type ("BEGIN", "ONCE", 'END). In AM 4.3 there will be support for dynamic number of arguments. That is also when we can implement subscribing to B:vars properly. Co...
by Corjan
Tue Mar 19, 2024 7:06 pm
Forum: Lua and API Scripting Help
Topic: MSFS C172 B:var Air Flow slider
Replies: 8
Views: 262

Re: MSFS C172 B:var Air Flow slider

Hi, This stuff is all still very much in BETA. Just had a look though, and managed to solve the AM -> Sim part. Please download the latest BETA here: https://siminnovations.com/wiki/index.php/Flight_Simulator_Plugins_BETA Will have a look tomorrow at the Sim -> AM connection. In theory that should w...
by Corjan
Wed Mar 06, 2024 4:22 pm
Forum: Air Manager Help
Topic: Cannot make a map invisible
Replies: 3
Views: 139

Re: Cannot make a map invisible

Hi,


Bug in Air Manager.
Will be fixed in next release. Will probably be this week.


Corjan
by Corjan
Tue Mar 05, 2024 8:47 am
Forum: Air Manager Help
Topic: AM closing randomly after updates
Replies: 13
Views: 881

Re: AM closing randomly after updates

Hi,


Thanks to Tim, I managed to at least now know what part of Air Manager is causing the crash.
Still a hard one to really fix, but I'm making progress at least.


Corjan