Marco Milesi Posted December 7, 2015 Report Posted December 7, 2015 Hi all i have a problem with Pause Offset. I created a simple ACARS but this happen to me: 1) If i run with FS2004 everything ok. 2) If i run with FSX and P3D just releases the parking brakes and the aircraft moves he gives me Pause Detected and when the aircraft stops the Pause disappears. You know why ? P.S. I have the FSUIPC Client DLL for .NET - Version 2.4 Thanks Marco
Paul Henty Posted December 7, 2015 Report Posted December 7, 2015 Hi Marco, The Pause indicator offset (0x0264) is 2 bytes long. Make sure you've declared the offset as a short or ushort. I suspect you have it declared as an integer and therefore you are reading data from adjacent offsets as well, giving you false readings. If that's not the case, please post some code, especially the relevant offset declarations and the part where you test the value. Without seeing the code it's almost impossible to tell what the problem could be. Paul
Marco Milesi Posted December 7, 2015 Author Report Posted December 7, 2015 Thanks a lot Paul it was just so like you said ... i declared offset as Integer ;-) All works fine now Thanks Marco
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