Jump to content
The simFlight Network Forums

Missing Offset values on PMDG--777 Offset mapping pdf


Recommended Posts

Hello Pete,

I'm building an overhead panel for the PMDG-777-300ER. I need the offset values for ELEC_annunBatteryOFF & ELEC_annunAPUGenOFF so those two leds will come alive on my panel. I don't see them in the supplied list. Do I have to contact PMDG or can you supply me with those missing values?

 

Thanks, Nico

 

Link to comment
Share on other sites

Hi,

Quote

ELEC_annunBatteryOFF & ELEC_annunAPUGenOFF

are those in their sdk.h filelisted, I don't see them?

// Electrical
	bool			ELEC_CabUtilSw;
	bool			ELEC_annunCabUtilOFF;
	bool			ELEC_IFEPassSeatsSw;
	bool			ELEC_annunIFEPassSeatsOFF;
	bool			ELEC_Battery_Sw_ON;					
	bool			ELEC_APUGen_Sw_ON;
	unsigned char	ELEC_APU_Selector;					// 0: OFF  1: ON  2: START	
	bool			ELEC_annunAPU_FAULT;
	bool			ELEC_BusTie_Sw_AUTO[2];
	bool			ELEC_annunBusTieISLN[2];
	bool			ELEC_ExtPwrSw[2];					// primary/secondary - MOMENTARY SWITCHES
	bool			ELEC_annunExtPowr_ON[2];	
	bool			ELEC_annunExtPowr_AVAIL[2];				
	bool			ELEC_Gen_Sw_ON[2];
	bool			ELEC_annunGenOFF[2];
	bool			ELEC_BackupGen_Sw_ON[2];
	bool			ELEC_annunBackupGenOFF[2];
	bool			ELEC_IDGDiscSw[2];					// MOMENTARY SWITCHES
	bool			ELEC_annunIDGDiscDRIVE[2];

Thomas

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.