Hi, have installed pmdg-b737-700 dials on the Streamdeck Plus in combination with Axis & Ohs for
mcp, external lights, radios.
Am trying to use to dials for cabin-lighting but can,t find simulator events for this.
Any help is highly appriciated.
Kind regards
Anton Will van Zoelen
Did you have a look through the manual? There’s also some scripts on flightsim.to
When I had the ‘Watch simulator events’ open I observed these when turning the dials in sim. Maybe it helps
9507 (>K:ROTOR_BRAKE) - TOP PANEL LIGHTS
75707 (>K:ROTOR_BRAKE) - LOWER PANEL LIGHTS
32807 (>K:ROTOR_BRAKE) - MAIN PANEL LIGHTS
Have you looked at the mobiflight hubhop which is a great resource to find variables and scripts to use with AAO (and other software).
https://hubhop.mobiflight.com/#/
For example:
or
1 Like
Thanks for your quick response…will try…
Hi,
Have found all the scriptcodes in Axis & Ohs in combination with the switches in the simulator and created a rotary encoder in Streamdeck Plus…but no reaction when use the knob…any suggestions…
This is an old thread but I wanted to share this as it took me quite a while to figure it out.
I am using this with my Stream Deck + to control the flood lights. It works on a Cessna 172. It controls both lights at the same time.
Left turn event (S):
(IE:LIGHTING_CABIN_1) 1 - (>IE:LIGHTING_CABIN_1)
(IE:LIGHTING_CABIN_2) 1 - (>IE:LIGHTING_CABIN_2)
Right turn event (S)
(IE:LIGHTING_CABIN_1) 1 + (>IE:LIGHTING_CABIN_1)
(IE:LIGHTING_CABIN_2) 1 + (>IE:LIGHTING_CABIN_2)
Left fast turn event (S):
(IE:LIGHTING_CABIN_1) 10 - (>IE:LIGHTING_CABIN_1)
(IE:LIGHTING_CABIN_2) 10 - (>IE:LIGHTING_CABIN_2)
Right fast turn event (S):
(IE:LIGHTING_CABIN_1) 10 + (>IE:LIGHTING_CABIN_1)
(IE:LIGHTING_CABIN_2) 10 + (>IE:LIGHTING_CABIN_2)
Value Variable (IE):
LIGHTING_CABIN_1
Then I assigned it a pretty icon.

I hope this helps.