pjbfsc Posted September 9, 2013 Report Posted September 9, 2013 Hi, I am flying a FLY 737-800 NG cockpit builders edition I am just wanting to setup some switchs and lights on the aft overhead panel of my Simulator I can assign switchs tp the left and right. But I cant seem to find the offsets to get the Left and Right Align lights to work correctly The below script is what I am currently using Any sugestions //////START IRS Lights///////////Var 0140, name flt_irs_L, Link FSUIPC_INOUT, Offset $94B4, Length 1{ &AFT_IRS_L = TESTBIT &flt_irs_L ,1}Var 0141, name AFT_IRS_L, Link IOCARD_OUT, Device 8, Output 33 // AFT IRS Left NAV LightVar 0142, name flt_irs_R, Link FSUIPC_INOUT, Offset $94BA, Length 1{ &AFT_IRS_R = TESTBIT &flt_irs_R ,1}Var 0143, name AFT_IRS_R, Link IOCARD_OUT, Device 8, Output 34 // AFT IRS Right NAV Light/////END IRS Lights////////////
Pete Dowson Posted September 9, 2013 Report Posted September 9, 2013 I can assign switchs tp the left and right.But I cant seem to find the offsets to get the Left and Right Align lights to work correctly I assume the software you are using is Jouni Tormanen's "IFlyToFsuipc"? I'm afraid I have no details of that software. You'll need to refer to its documentation or ask the author. FSUIPC only comes into it because the offsets are assigned, en bloc, for Jouni's program to use. The below script is what I am currently using Even that is in some cryptic form I do not know. Sorry. Regards Pete
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