Jump to content
The simFlight Network Forums

Recommended Posts

Posted

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

 

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



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.