Search found 7906 matches

by Ralph
Sat Mar 30, 2024 2:04 pm
Forum: General Instrument Help
Topic: Send satus of MSFS lights (TAXI, NAV, Beacon, and so on...) to external leds
Replies: 2
Views: 211

Re: Send satus of MSFS lights (TAXI, NAV, Beacon, and so on...) to external leds

First you add a digital output. Then you can set the state of this output with data from the simulator. Let me know if you need an example.
by Ralph
Sat Mar 30, 2024 2:00 pm
Forum: Lua and API Scripting Help
Topic: Bind Slider to Image
Replies: 1
Views: 151

Re: Bind Slider to Image

Shouldn't the image move with the throttle position? You cannot make it nil afterwards. To hide an image, slider, etc, you use 'visible'. bla = true visible(my_image, bla) visible(my_slider, not bla) Note that when you make a slider invisible, or any input for that matter, you can no longer control ...
by Ralph
Sat Mar 30, 2024 1:58 pm
Forum: Air Manager Help
Topic: Dials not holding highlight when selected
Replies: 3
Views: 78

Re: Dials not holding highlight when selected

In a future version we might add auto enable.
by Ralph
Fri Mar 29, 2024 9:59 am
Forum: Air Manager
Topic: Black Square Dukes payware panel/gauges
Replies: 3
Views: 240

Re: Black Square Dukes payware panel/gauges

Haha you can model that I guess, with a timer and the gauge being a button. We're working on the 737, which is a huge task which needs to be finished first. We're not sure what's after that.
by Ralph
Fri Mar 29, 2024 9:57 am
Forum: Air Player ARM
Topic: Air Manager won't find Air Player ARM installed on RPi 4B
Replies: 10
Views: 6126

Re: Air Manager won't find Air Player ARM installed on RPi 4B

Did you update to the latest version of Air Player? Because that works fine here.
by Ralph
Thu Mar 28, 2024 12:13 pm
Forum: Lua and API Scripting Help
Topic: Invert Slider info and working position
Replies: 2
Views: 70

Re: Invert Slider info and working position

That would just be 1 - slider_pos
by Ralph
Tue Mar 26, 2024 6:49 pm
Forum: Air Manager Bug Reports
Topic: Latest AM Plug-in cuts Xplane Frame Rate in Half
Replies: 2
Views: 81

Re: Latest AM Plug-in cuts Xplane Frame Rate in Half

It's indeed something we still have to debug. It only happens on some systems. You can install the X-Plane 11 plugin, but you will loose streaming.
by Ralph
Tue Mar 26, 2024 6:09 am
Forum: Lua and API Scripting Help
Topic: Momentary Knob
Replies: 1
Views: 66

Re: Momentary Knob

Note that a switch has a pressed and released callback, just as a button. That's what you will need to use.