Jump to content
The simFlight Network Forums

jinzhu1912

Members
  • Posts

    16
  • Joined

  • Last visited

About jinzhu1912

  • Birthday 10/09/1991

Profile Information

  • Gender
    Male
  • Location
    NanJing City JiangSu Province China
  • Interests
    Football,programming

Contact Methods

  • Yahoo
    jinliang104893@yahoo.com

jinzhu1912's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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.
  2. 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?
  3. I use Logitech G940 to fly Wilco Airbus A320.I find that you can't use single throttle to control single engine.No matter how I set,I only can use single throttle to control two engine.Can you tell me if I can use FSUIPC to set double control in FS9?
  4. My aircraft is Wilco Airbus A320.I use FS9.The version number of my FSUIPC is 3.93.Now I have read the Hydraulics pressure psf correctly,but the Hydraulics reservoir pct is not right. My way is (double&)readblock2B00[0x08],(double&)readblock2B00[0x1c],I think it's right. 0 Quote MultiQuote
  5. I write wrong.but the Hydraulics reservoir pct is 1.008495845e-120.
  6. The Hydraulics pressure psf is 423360,but the Hydraulics pressure psf is 1.008495845e-120.
  7. My aircraft is Wilco Airbus A320.I use FS9.The version number of my FSUIPC is 3.93.Now I have read the Hydraulics pressure psf correctly,but the Hydraulics reservoir pct is not right. My way is (double&)readblock2B00[0x08],(double&)readblock2B00[0x1c],I think it's right.
  8. I was doing my graduation project.I need the data of Hydraulics to program the HYD page of ECAM of A320. I find the data of Hydraulics was stored in the 2B08、2B1C、2C08、2C1C,but I don't get the data that I need.
  9. My graduation project is to make a simulator of the cockpit by programming.I want to read data from FS9 by FSUIPC.I have read the fsuipc4 offsets status which was published by you.I find I can't read some data such as APU EGT,APU N,APU BLEED,APU GEN parameters,CKPT OXY and so on.I have try my best to find them on the fsuipc4 offsets status,but I can't find them.I need your help to finish my graduation project.Thanks very much.
×
×
  • 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.