Andyx Posted August 24, 2012 Report Posted August 24, 2012 Hi, I'm trying to write 9400 offset with value 12 (for position light on) and FSX always freeze and have to start over. I've no problem sending &HBC8 with value 32767 for FSUIPC parking brake ON. I'm using the latest FSUIPC, FSUIPC SDK, Windows Vista, FSX with Acceleration, IFLYTOFSUIPC latest version & IFLY 737NG. I'm sending offset 9400 like this &H9400... is this right? and I'm sending the value with just number 12. Thanks.
Pete Dowson Posted August 24, 2012 Report Posted August 24, 2012 I'm trying to write 9400 offset with value 12 (for position light on) and FSX always freeze and have to start over. I've no problem sending &HBC8 with value 32767 for FSUIPC parking brake ON. I'm using the latest FSUIPC, FSUIPC SDK, Windows Vista, FSX with Acceleration, IFLYTOFSUIPC latest version & IFLY 737NG. Offset 9400 is not known to me and is not actioned in FSUIPC, so it is probably only processed in the IFLYTOFSUIPC interfacing program. Maybe they can help? I'm sending offset 9400 like this &H9400... is this right? Ah! Is that visual basic? I think some versions of Basic will interpret that as hex FFFF9400 (i.e. extend the sign byte.) I think there's a way around that, something like &H9400& But i am not sure. I don't use VB and have no reference books for it. Regards Pete
Andyx Posted August 25, 2012 Author Report Posted August 25, 2012 Hi Pete, I've got it working after putting &H9400& instead of &H9400. Thank you so much for your help, I really appreciate it!!! Regards, Andy
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