Bqboki Posted October 23, 2021 Report Posted October 23, 2021 Hello, the 6th switch with label radio avionics master, I ve been trying for hours to get this switch to work with no luck. Activating/desactivating the switch and there is no command line on the console i've tried: avionics master set avionics master 1 on off avionics master 2 on off toggle avionics master so far nothing work.
John Dowson Posted October 24, 2021 Report Posted October 24, 2021 10 hours ago, Bqboki said: Activating/desactivating the switch and there is no command line on the console i've tried: avionics master set avionics master 1 on off avionics master 2 on off toggle avionics master so far nothing work. If the standard controls don't work, and you can't see any events logged when you toggle the avionics in the UI, then try listing the available lvars to see if any are appropriate. Use the Add-ons -> WASM -> List Lvars menu option. If there are no lvars, you could try looking for hvars, but that is quite complex and involves inspecting the aircraft code using the dec mode facilities. Unfortunately I do not have this add-on and so cannot look into this for you. John
Bqboki Posted October 24, 2021 Author Report Posted October 24, 2021 Quote AIRLINER_MCDU_CURRENT_FPLN_WAYPOINT = -1.000000 AS530_Default_MapZoomRange = 0.000000 AS530_HIDDEN = 0.000000 AS530_Map_MapShowCursor = 0.000000 AS530_Map_MapZoomRange = 5.000000 AS530_ScreenLuminosity = 1.000000 AS530_SelectedSource = 0.000000 AS530_State = 2.000000 AS530_Waypoint_Map_MapShowCursor = 0.000000 AS530_Waypoint_Map_MapZoomRange = 5.000000 ASVigilus_Brightness = 0.000000 ASVigilus_Brightness_Manual = 0.000000 ASVigilus_Fuel_Unit = 0.000000 ASVigilus_Pressure_Unit = 0.000000 ASVigilus_Temperature_Unit = 0.000000 Aera_Brightness_Manual = 0.000000 ENGINE_HIGHRPM_TIMELOGGER = 0.000000 ENGINE_INIT = 1.000000 ENGINE_OVERHEAT_MULTIPLIER = 1.000000 FLIGHTPLAN_USE_DECEL_WAYPOINT = 0.000000 GMA340_ANNUNCIATOR_TEST = 0.000000 GNS530_USE_TRAFFIC_LAURIN = 0.000000 GNS_Brightness = 0.145000 Glasscockpit_DmeSource = 1.000000 Glasscockpits_FPLHaveDestination = 0.000000 Glasscockpits_FPLHaveOrigin = 0.000000 HUD_AP_SELECTED_ALTITUDE = 0.000000 HUD_AP_SELECTED_SPEED = 0.000000 HourMeter_ScreenLuminosity = 1.000000 HourMeter_State = 2.000000 INSTRUMENT_Altimeter_0 = 1013.250011 LIGHTING_LANDING_1 = 1.000000 LIGHTING_NAV_1 = 1.000000 LIGHTING_PANEL_1 = 1.000000 LIGHTING_STROBE_1 = 1.000000 LOCAL_milliBar_to_inHg = 0.000000 MAP_SHOWN_FLIGHTPLAN_INDEX = 0.000000 MAP_SHOW_TEMPORARY_FLIGHT_PLAN = 0.000000 Map_BugIndicator_Mode = 0.000000 PFD_BRG1_Source = 0.000000 PFD_BRG2_Source = 0.000000 PFD_CDI_Source = 1.000000 PMS50_GNS530_MSG_VCALC_APPR = 0.000000 PMS50_GNS530_MSG_VCALC_ARR = 0.000000 RPM_CRUISE = 4500.000000 RPM_HIGH = 5000.000000 RPM_IDLE = 1200.000000 RPM_MAX = 5800.000000 TEMPERATURE_ENGINE_CURRENT = 58.504297 TEMPERATURE_ENGINE_RATE = -0.585043 TEMPERATURE_ENGINE_RATE_MULTIP_HIGHRPM = 1.000000 TEMPERATURE_ENGINE_STEP = -0.035103 TEMPERATURE_ENGINE_TARGET = 58.504297 TEMPERATURE_STEP_BASE = 0.060000 UPDATE_RATE = 10.000000 XMLVAR_ENGINE_Lever_Choke_Pulled = 0.000000 XMLVAR_ElevatorTrim_1_SwitchStateTimer = 0.000000 XMLVAR_ElevatorTrim_Switch_1 = 1.000000 XMLVAR_LeverThrottleHidden1 = 0.000000 XMLVAR_Magneto_Starter_IsHeld = 0.000000 attitude_bank_error_pilot_01 = 0.000000 attitude_erectionrate_pilot_01 = 4.000000 attitude_init_pilot_01 = 1.000000 attitude_pilot_01_caged = 0.000000 attitude_pitch_error_pilot_01 = 0.000000 attitude_updaterate_pilot_01 = 30.000000 attitude_zeroed_pilot_01 = 0.000000 isCompassDisplayed = 0.000000 isDataFieldActive = 0.000000 needle_adi_bank_lastknown_pilot_01 = 0.000000 needle_adi_bank_pilot_01 = 29.000000 needle_adi_pitch_lastknown_pilot_01 = 0.000000 needle_adi_pitch_pilot_01 = -20.000000 That's all i got in lvars, can't find anything about master avionics. Maybe devs forgot to code this command switch.
John Dowson Posted October 24, 2021 Report Posted October 24, 2021 7 minutes ago, Bqboki said: That's all i got in lvars, can't find anything about master avionics. No, nothing there thar looks useful. Did you try the Avionics Master 1/2 Set controls? Maybe worth a try. And I presume that you are giving the correct argument (0 for off, 1 for on) with the ....Set controls... You could try writing to the offsets (0x2E80 or 0x3103), but I think these use the Avionics Master Set control, so if that isn't working, I doubt very much if updating the offset will work either. Sorry, but I think you need to contact support for the a/c in question - is it from SimWorksStudios? Under 'known issues', it does say 'As the aircraft uses default simulator functions for its electrical systems, we are currently limited by its capabilities', which suggests that it is using the default avionics supplied by MSFS, which is working - at least in many other aircraft (although I haven't checked this since the latest SU6 update, but I presume still woeking...). Sorry I can't be of more help. John
Mikced1976 Posted June 12, 2022 Report Posted June 12, 2022 Did you ever find a solution to this? I am also trying to map the Radio switch in the Zenith 701 without luck. First aircraft ever I see this problem after so many years with payware aircraft. Ofter the general ”Avionics master” work or there is a relevant LVAR to use.
John Dowson Posted June 12, 2022 Report Posted June 12, 2022 As i don't have this aircraft I cannot investigate any further. Someone also asked about this on the Asobo forums but with no response. May be worth asking about this on the SimWorks forums/support. John
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now