-
-
Notifications
You must be signed in to change notification settings - Fork 107
MSFS2020 PMDG 737‐700 List of Events that require use of FSUIPC7
Please be aware that Mobiflight does not yet support the PMDG 737 SDK and therefore not all outputs are available through Simconnect for this aircraft.
This document contains the known events that will not work using Simconnect and require using FSUIPC7 which does supports the PMDG SDK for MSFS2020.
Please refer to the FSUIPC7 documentation for details on the offsets.
Did you enable Data Broadcast in the PMDG SDK?
Also be aware that in order for FSUIPC7 to be able to read the data from PMDG, you must activate PMDG SDK data broadcast by modifying the 737_Options.ini file. The following image is from the FSUIPC documentation:
LIST OF EVENTS (will be updated as necessary)
-
Overhead Electrical panel Meter Display top line: Offset 0x64BC char(13)
-
Overhead Electrical panel Meter Display bottom line: Offset 0x64C9 char(13)
-
MCP VS Display: Offset 0x65D0 int(2). Update. Not needed as of June 2024. LVAR WAS FIXED.
-
Pressurzation system FLT ALT display: Offset 0x656C char(6)
-
Pressurization system LAND ALT display: Offset 0x6572 char(6)
-
Glareshield Left Six Pack led FLT CONT: Offset 0x65A8 int(1)
-
Glareshield Left Six Pack led IRS: Offset 0x65A9 int(1)
-
Glareshield Left Six Pack led FUEL: Offset 0x65AA int(1)
-
Glareshield Left Six Pack led ELEC: Offset 0x65AB int(1)
-
Glareshield Left Six Pack led APU: Offset 0x65AC int(1)
-
Glareshield Left Six Pack led OVHT DET: Offset 0x65AD int(1)
-
Glareshield Right Six Pack led ANTI ICE: Offset 0x65AE int(1)
-
Glareshield Right Six Pack led HYD: Offset 0x65AF int(1)
-
Glareshield Right Six Pack led DOORS: Offset 0x65B0 int(1)
-
Glareshield Right Six Pack led ENG: Offset 0x65B1 int(1)
-
Glareshield Right Six Pack led OVERHEAD: Offset 0x65B2 int(1)
-
Glareshield Right Six Pack led AIR COND: Offset 0x65B3 int(1)
-
MIP AFDS leds A/P P/RST red: Offset 0x65F1 (left) int(1), 0x65F2 (right) int(1)
-
MIP AFDS leds A/P P/RST amber: Offset 0x65F3 (left) int(1), 0x65F4 (right) int(1)
-
MIP AFDS leds A/T P/RST red: Offset 0x65F5 (left) int(1), 0x65F6 (right) int(1)
-
MIP AFDS leds A/T P/RST amber: Offset 0x65F7 (left) int(1), 0x65F8 (right) int(1)
-
MIP AFDS leds FMC P/RST amber: Offset 0x65F9 (left) int(1), 0x65FA (right) int(1)
-
IRS Display Left: Offset 0x642E Byte(7) string zero terminated.
-
IRS Display Right: Offset 0x6435 Byte(8) string zero terminated.
-
AFS - Autothrottle servos connected: Offset 0x643E
-
Radio Panel - ADF Standby Frequency display: 0x6470 unsigned int(4) (multiplied by 10)
- MobiFlight Connector Installation
- Mobiflight Connector BETA version installation
- Modules
- MobiFlight Connector Files Structure
- MobiFlight Connector Uninstall
- Modules Reset to factory default
- Verifying the WASM module installation and locating the MSFS2020 community folder
- Verifying the WASM module installation and locating the MSFS2024 community folder
- Using a Winwing FCU with MobiFlight
- Using VKB controllers with MobiFlight
- Providing logs from MobiFlight
- MobiFlight Connector How does it work
- Mobiflight Connector Main Window
- Flash module with MobiFlight firmware
- Input and Output devices
- Joysticks
- Midi Boards
- Sim Variables (for Output)
- Input Actions
- Merging configuration files
- Disabling specific COM ports
- Examples Output LEDs
- Examples Input Switch
- Example 7 segment display
- Example Servo motor
- Controlling LEDs with an output shift register
- Adding lots of buttons with an input shift register
- Beginner's guide to input multiplexers
- Key Matrix with standard MobiFlight and Multiplexers
- Tutorial Easy Driver and x.27 or x.40 Stepper Motor
- Tutorial for Airbus VS display via 7-Segment LED Module
- Example Analog Input Potentiometer
- Baron G58 Tutorial Gear, Flaps, Mags, ELT Input Output Programming
- Using Mobiflight to control arduino-based 3rd party panels (RealSimGear GNS530)
- How to use a VNH2SP30 DC motor shield with MobiFlight
- Using 3D printer mainboards
- Playing sounds by sending keystrokes to AutoHotKey
- Using the selector knob on a Honeycomb Bravo
- Using an adjustable 12 position switch as a GA starter
- Brightness of LCD displays with I2C
- Using three-position switches
- Transponder with one Rotary
- Workflow for Creating Flight Simulation Panels ‐ Part 1
- MSFS2020 RPN Tips and Tricks
- MSFS2020 Using the Custom Input Code Box
- MSFS2020 Install WASM module and Event List
- MSFS2020 How to Create and Use User Defined Lvars
- MSFS2020 How to Create a Blinking LED configuration
- MSFS2020 User Defined WASM Module Events Best Practices
- MSFS2020 Developer Mode, Model Behavior dialog and Console window
- MSFS2020 PMDG 737‐700 List of Events that require use of FSUIPC7
- MSFS2020 PMDG 737‐700 Calibrate throttle idle and reverse thrust using interpolation (Valkyrie)
- MSFS2020 PMDG 737-700 Chrono unit functions implemented in Mobiflight
- Configuring PMDG 737 Parking Brake Lever Auto-Release with a Servo in Mobiflight
- Using encoder to drive a value back and forth within a given range
- Adding a custom board to MobiFlight
- User guide - Community Board and Custom Devices
- Developing your own custom devices/boards