Jump to content
The simFlight Network Forums

IRS Align offset settings


Recommended Posts

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 Light


Var 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////////////

Link to comment
Share on other sites

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

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.