salvapatuel Posted March 6, 2023 Report Posted March 6, 2023 (edited) I dont know what I am doing wrong as this should be straight forward. Open FSUIPC connection, I can read all the traditional offsets without problem but none PMDG I am using Managed code and latest FSUIPC Added the [SDK] EnableDataBroadcast=1 'Example Private InternalLDGLights As Offset(Of Short) = New Offset(Of Short)(&H6594) FSUIPCConnection.Open() FSUIPCConnection.Process() InternalLDGLights.Value (Always comes as 0, no matter the state of the taxi lights switch When I query the offsets they are all 0, any idea? thanks Edited March 6, 2023 by salvapatuel
John Dowson Posted March 6, 2023 Report Posted March 6, 2023 Please try logging the offsets using FSUIPC's offset logging facilities (Log -> Offsets) to check what they actually hold. Also check that you have them enabled in your FSUIPC7.ini with the following line under the [General] section: PMDG737offsets=Auto Also check for the following line in your FSUIPC7.log file: 65985 PMDG 737 offsets enabled If that is all correct then it is an issue in your code - please use Paul Henty's sub-forum of using his dll client for .Net: https://forum.simflight.com/forum/167-fsuipc-client-dll-for-net/ 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