Jump to content
The simFlight Network Forums

Recommended Posts

Posted

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.

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.