Jump to content

ScottOrange

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by ScottOrange

  1. Here's a list of all the LVars I used in the end. All working really well now: https://github.com/scott-vincent/instrument-data-link/blob/master/instrument-data-link/LVars-A310.h
  2. Problem solved with the fuel valves thanks to @b3lt3r They are actually mapped to the SET ENGINE MASTER 1 & 2 controls so I don't need LVars for them anymore.
  3. Thanks @b3lt3r, you've solved the mystery. They've used the wrong controls for the A310. Instead of using SET ENGINE 1 & 2 FUEL VALVES they've used SET ENGINE MASTER 1 & 2. Working perfectly now, thanks.
  4. Please could somebody tell me how to turn the fuel valves on (the ENG1 and ENG2 switches just below the throttles). I've tried setting the following LVars to 1 but they don't work: A310_ENG1_MIXTURE_COMMAND A310_ENG2_MIXTURE_COMMAND I've tried lots of other LVars as well but can't seem to find the right ones. Thanks
  5. @Traveler Ray Yes, tried those thanks but if I set them to 1 they don't turn on the valves.
  6. Found just about everything I need now apart from the engine fuel valves.
  7. I'm also struggling to find the settings for ENG1 and ENG2 fuel valves. I did find the settings for the eng ignition and starters though. These are: A310_ENG_IGNITION_SWITCH A310_ENG1_STARTER A310_ENG2_STARTER
  8. Does anybody know how to turn on Localiser Capture (V/L button in cockpit). I can read the value using L:A310_LOCALIZER_BUTTON but if I write the value it doesn't work.
  9. The values I posted are for using the FS2020 SDK directly via SimConnect, not through any third-party software. They are the values that the actual aircraft is using.
  10. There seems to be some incorrect information on this thread. For those of you still confused about Lights, these are the correct values: A310_BEACON_LIGHT_SWITCH (0 = Off, 1 = On) A310_LANDING_LIGHT_L_SWITCH (0 = On, 2 = Off) A310_LANDING_LIGHT_R_SWITCH (0 = On, 2 = Off) A310_TAXI_LIGHTS_SWITCH (0 = T.O., 1 = Taxi, 2 = Off) A310_RWY_TURNOFF_L_SWITCH (0 = Off, 1 = On) A310_RWY_TURNOFF_R_SWITCH (0 = Off, 1 = On) A310_NAV_LOGO_LIGHT_SWITCH (0 = On, 2 = Off) A310_POTENTIOMETER_24 (0 = Strobe On, 2 = Strobe Off)
  11. The following are working for me: A310_BEACON_LIGHT_SWITCH (0 = off, 1 = on) A310_POTENTIOMETER_24 (iStrobes, 2 = off, 0 = on) but I can't get these to work (they always read 0): A310_LANDING_LIGHT_SWITCH A310_TAXI_LIGHT_SWITCH A310_NAV_LIGHT_SWITCH
×
×
  • Create New...