Jump to content
The simFlight Network Forums

Recommended Posts

Posted

I use Fsuipc3.93 and FS2004 to develop virtual instrument. When I try use the statement of

 

if((m_axes_disco_310a & 8) == 0)  

m_axes_disco_310a += 8;

m_fsuipc->write(0x310A, 2, &m_axes_disco_310a);

m_fsuipc->write(0x088C, 2, &fs_percent);

m_fsuipc->write(0x0924, 2, &fs_percent);

m_fsuipc->write(0x09BC, 2, &fs_percent);

m_fsuipc->write(0x0A54, 2, &fs_percent);

 

but I find it didn't change the in FS2004?

Can you tell me why?

 

post-57627-0-64313800-1386661650.png

Posted

but I find it didn't change the in FS2004?

Can you tell me why?

 

As Andy says, please update to a supported version.  Then work out what you are doing using the Logging features of FSUIPC -- see its Logging tab. You can monitor the Axis Events and the ipc Writes you are doing.

 

Pete

Posted

Yes, I have updated to FSUIPC3.999z9. I want to know why some offsets can read and write,some offsets can't read or write.

 

Yes, some things are read only, some are read/write, and some are even write-only (for special commands in FSUIPC).

 

The offsets you mentioned earlier work. What offsets do you need to use which you think you cannot write to?

 

If you have a problem, did you bother to try using Logging to see what is happening, as I suggested?

 

Pete

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.