Jump to content
The simFlight Network Forums

Change the data of Throttle by FSUIPC3.93


Recommended Posts

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

Link to comment
Share on other sites

Pete cannot support anyone who is not using the current version of FSUIPC. Remaining current does not cost you anything as all updates within major versions are free. Please update from the page below then ask your question again if it is still relevant. The current version for FS9 at the time of writing is 3.999z9.

 

http://forum.simflight.com/topic/66139-updated-modules/

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.