July 19, 2025Jul 19 Hey, I am not getting the com1 stby-Frequency of the fenix rmp. Anyone else having that issue? I usually put the com Desktop FIP on the Screen because in stressfull situations in vatsim you don't want to look down in the cockpit. Can it be that the Fenix is just not sending the right event on frequency updates? Also, when using touch portal, the standby freq is also not refreshed in a 500ms interval readout. Thx in advance, René
July 19, 2025Jul 19 Commercial Member 26 minutes ago, Lawnsen said: Can it be Yes, definitely. The Fenix is a very "custom" addon. You will have to make a separate COM gauge for that one Try these variables: (L:N_PED_RMP1_ACTIVE, Number) (L:N_PED_RMP1_STDBY, Number) result will have to be divided by 1000, then you have the MHz The knobs are turned with (L:E_PED_RMP1_OUTER, Number) -- (>L:E_PED_RMP1_OUTER, Number) (L:E_PED_RMP1_OUTER, Number) ++ (>L:E_PED_RMP1_OUTER, Number) (L:E_PED_RMP1_INNER, Number) -- (>L:E_PED_RMP1_INNER, Number) (L:E_PED_RMP1_INNER, Number) ++ (>L:E_PED_RMP1_INNER, Number) The VHF Buttons are controlled by LVars too: (L:S_PED_RMP1_VHF1,·Number)·2·+·(>L:S_PED_RMP1_VHF1,·Number) (L:S_PED_RMP1_VHF2,·Number)·2·+·(>L:S_PED_RMP1_VHF2,·Number) (L:S_PED_RMP1_VHF3,·Number)·2·+·(>L:S_PED_RMP1_VHF3,·Number) Edited July 19, 2025Jul 19 by Lorby_SI LORBY-SI
July 19, 2025Jul 19 Commercial Member 51 minutes ago, Lawnsen said: Hey, I am not getting the com1 stby-Frequency of the fenix rmp. Anyone else having that issue? I usually put the com Desktop FIP on the Screen because in stressfull situations in vatsim you don't want to look down in the cockpit. Can it be that the Fenix is just not sending the right event on frequency updates? Also, when using touch portal, the standby freq is also not refreshed in a 500ms interval readout. Thx in advance, René Here is the gauge. Drag the folder "FenixGauges" out of the zip and drop it into "\Documents\LorbyAxisAndOhs Files\UserGauges" The gauge is called "Fenix RMP1", and that is what it does. It displays the frequency from the RMP 1, the dials change the standby, and you can swap it with the arrow button. This works for all selected radios, the variables and events are independent from that (=when you select VHF1, it displays the VHF1 freqs, when you select VHF2 it will display those - etc.) https://www.dropbox.com/scl/fi/jkxf9zrho6zrywn26jsx4/FenixGauges.zip?rlkey=80hsco99h6t0y6hub1les1062&dl=0 LORBY-SI
July 19, 2025Jul 19 Author Hey, wow, thanks for the quick reply. Is there a resource for these LVars on the net? Id didn't find anything, FBW was so well documented 😕
July 19, 2025Jul 19 Author Ookay and thanks again, I just started fiddeling me a user gauge. you're the MVP! It would be great tho if there was an LVar-Ressource for the Fenix...
July 19, 2025Jul 19 Commercial Member 6 minutes ago, Lawnsen said: Is there a resource for these LVars on the net Not that I know of. I'm always using the MSFS devel mode and the tools in AAO. Documentation about addon aircraft internals is so rare, that I prefer to look at the behavior code directly instead of wasting time on online searches. LORBY-SI
Create an account or sign in to comment