Search the Community
Showing results for tags '777'.
-
Hello All, I am trying to read data form my sim to improve my home built TQ and ran into some problems reading data from FSUIPC. here is my setup. FSUIPC 5.153 ( I plan to upgrade to FSUIPC 6 soon) P3D 4.3.29.25520 with PMDG 777 Aircraft SimConnect 4.3.0.0 I am trying to identify the correct offsets specially in AP mode. See below output from FSInterrogate2std.exe program. I can see the value from the joystick input(3330, 3332) and I can also see the values from the throttle lever(088C, 0924). However I am not able to see any of the other values, with AP On or Off they don't update at all. What am I doing wrong? I have the PMDG aircraft .ini file set to broadcast=1 as well. My goal is to send this data to a Com port via a LUA script and before go down this path, I want to make sure I am pinging the correct offsets. I am not a expert programmer, so trying to do simple things to get this working. Thank You for any help you can offer. Anthony
-
Good morning/afternoon to all, I have just purchased a VRinsight Multi-Switch panel and would like to do the following: - Assign the R1/R2 rotary buttons to the PMDG777 panel lights in order to control the cockpit lighting from that panel - Assign S1/S sliders to the PMDG777 ENG1/ENG2 fuel cut-off buttons. When I get to the max of the slider, the ENG1 switch will flip to on. When I slide to the mininum, the ENG1 switch flips to off. Any way to create events based on an axis actual value? I know for key press but not for specific events like above. Thanks, Fred
-
Second issue report - I'm not seeing a value for a specific PMDG777 offset when using FSUIPC5. I check offset 0x6C1D to get the PMDG equipment type code as a sanity check to ensure that I'm getting proper PMDG data. In P3Dv3 using FSUIPC 4.967, the code is non-zero (4) and it correctly detects the -200LR. When using FSUIPC5 and the same aircraft in P3Dv4, the offset is zero. I've checked my 777X_Options.ini file and the EnableDataBroadcast=1 setting is set under the SDK section, so it should be available to FSUIPC. Is this functionality enabled in P3Dv4, and how can I help determine whether the data is is making it to FSUIPC? (FWIW, it looks like the alloc/free count doesn't match here either, but I'm not getting a P3D crash on shutdown like I do with v3). Cheers! Luke FSUIPC5.log
-
Hello Paul, I don't understand how I can use PMDG offsets in VB.net. I know dand I have read two PDF talking about those offsets I would like check AP, taxi lights, navigation lights and strobe lights. 6545 1 BYTE MCP_annunCMD_A Boolean 6547 1 BYTE MCP_annunCMD_B Boolean 6564 1 BYTE MAIN_annunAUTO_BRAKE_DISARM Boolean 6500 1 BYTE LTS_PositionSw 0: STEADY 1: OFF 2: STROBE & STEADY 6501 1 BYTE LTS_AntiCollisionSw Boolean 64F4 2 BYTE x 2 LTS_LandingLtRetractableSw[2] 0: RETRACT 1: EXTEND 2: ON 64F6 2 BYTE x 2 LTS_LandingLtFixedSw[2] Boolean 64F8 2 BYTE x 2 LTS_RunwayTurnoffSw[2] Boolean 64FA 1 BYTE LTS_TaxiSw Boolean This is for 737NGX offsets. Someone can help me to do this please? If easiest to do in C# Where I can find a converter translate vn.net to C# ? Thanks Regards Fred