Jump to content
The simFlight Network Forums

ifly 6pack not connecting via fsuip


Recommended Posts

Open cockpits io cards in and outputs are correct. The Sioc script is below. When Ifly fsx is loaded, and I cause a failure in the ifly failures menu, the sixpack, nor caution lighs activate. Fsuip says it's connected. Looking at the script, and comparing it with a list of offsets in the PDF file, I cannot find an offset for 9400, 9420. Are these valid offsets. I'm using the latest (paid) fsuip. I am lost at this point as why the hardware wont connect.

Thanks, Don Adsit

 

 

 


Var 1000, name command, Link FSUIPC_INOUT, Offset $9400, Length 2

Var 1050, name warning_1, Link FSUIPC_INOUT, Offset $9420, Length 1
{
  &F_WARN_L = TESTBIT &warning_1 ,0
  &MC_WARN_L = TESTBIT &warning_1 ,1

  &FLTCONT_L = TESTBIT &warning_1 ,2
  &IRS_L = TESTBIT &warning_1 ,3
  &FUEL_L = TESTBIT &warning_1 ,4
  &ELEC_L = TESTBIT &warning_1 ,5
  &APU_L = TESTBIT &warning_1 ,6
  &OVHT_L = TESTBIT &warning_1 ,7
}
Var 1051, name F_WARN_L, Link IOCARD_OUT, Device 82, Output 11      //  Fire_Warning_Light_s
Var 1052, name MC_WARN_L, Link IOCARD_OUT, Device 82, Output 12     //  Master_Caution_Light_s

Var 1053, name FLTCONT_L, Link IOCARD_OUT, Device 82, Output 13     //  Warning_FLT_CONT_Light_s
Var 1054, name IRS_L, Link IOCARD_OUT, Device 82, Output 14        //  Warning_IRS_Light_s
Var 1055, name FUEL_L, Link IOCARD_OUT, Device 82, Output 15        //  Warning_FUEL_Light_s
Var 1056, name ELEC_L, Link IOCARD_OUT, Device 82, Output 16        //  Warning_ELEC_Light_s
Var 1057, name APU_L, Link IOCARD_OUT, Device 82, Output 17         //  Warning_APU_Light_s
Var 1058 name OVHT_L, Link IOCARD_OUT, Device 82, Output 19         //  Warning_OVHT_Light_s




Var 1200, name PB_MAFIRE, Link IOCARD_SW, Device 82, Input 1
{
  IF &PB_MAFIRE = 1
  {
    &command = 564  
  }
}
Var 1201, name PB_MACAUT, Link IOCARD_SW, Device 82, Input 2
{
  IF &PB_MACAUT = 1
  {
    &command = 1179
  }
}
Var 1202, name PB_SIXPACK_CAP, Link IOCARD_SW, Device 82, Input 3
{
  IF &PB_SIXPACK_CAP = 1
  {
    &command = 1180
  }

}

Link to comment
Share on other sites

Looking at the script, and comparing it with a list of offsets in the PDF file, I cannot find an offset for 9400, 9420. Are these valid offsets.

 

My offsets list only details offsets which FSUIPC itself, or WideFs, maintains. Checking my list I see this:

 

9400-94FF = Jouni Tormanen for IFlyToFsuipc

 

How he uses those offsets I've no idea. You need documentation for "iFlyToFsuipc".

 

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.