oboyoberta Posted March 11, 2015 Report Share Posted March 11, 2015 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 2Var 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_sVar 1052, name MC_WARN_L, Link IOCARD_OUT, Device 82, Output 12 // Master_Caution_Light_sVar 1053, name FLTCONT_L, Link IOCARD_OUT, Device 82, Output 13 // Warning_FLT_CONT_Light_sVar 1054, name IRS_L, Link IOCARD_OUT, Device 82, Output 14 // Warning_IRS_Light_sVar 1055, name FUEL_L, Link IOCARD_OUT, Device 82, Output 15 // Warning_FUEL_Light_sVar 1056, name ELEC_L, Link IOCARD_OUT, Device 82, Output 16 // Warning_ELEC_Light_sVar 1057, name APU_L, Link IOCARD_OUT, Device 82, Output 17 // Warning_APU_Light_sVar 1058 name OVHT_L, Link IOCARD_OUT, Device 82, Output 19 // Warning_OVHT_Light_sVar 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 More sharing options...
Pete Dowson Posted March 11, 2015 Report Share Posted March 11, 2015 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 More sharing options...
oboyoberta Posted March 12, 2015 Author Report Share Posted March 12, 2015 I just wanted to get back to you and say thanks. That did it. Thank you for replying so quickly. Don Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now