FSUIPC Offsets - Master Battery and Alternator Switches

One of the world's most popular trainer aircraft
new reply
M_D_F
Airman
Posts: 27
Joined: 14 May 2020, 16:01
Location: UK

FSUIPC Offsets - Master Battery and Alternator Switches

Post by M_D_F »

I am trying to program the Honeycomb yoke switches for master battery and alternator for the 172.

Does anybody know the correct offset switches for use with FSUIPC in FSX for battery master (separate on and off not toggle) and Master Alternator (separate on and off not toggle)? The toggle master alternator and toggle master battery commands can be assigned in fsuipc but the battery master switch gets out of sync as for some reason pushing the master alternator switch down also turns off the battery switch in the aircraft. The battery switch on the yoke is then reversed and out of sync.

I have tried the A2A configurator program which has on off commands but it only recognizes the switch being pushed up, trying then to assign down gives the same Joystick button number which overwrites the push up assignment.

Thanks

Tomas Linnet
Senior Master Sergeant
Posts: 2286
Joined: 05 Nov 2013, 10:48
Location: Oksboel, Denmark

Re: FSUIPC Offsets - Master Battery and Alternator Switches

Post by Tomas Linnet »

Hi
this is what I use in LINDA with my honeycomb yoke:
function Alternator_ON ()
ipc.writeLvar("Eng1_GeneratorSwitch", 1)
function Alternator_ON ()
ipc.writeLvar("Eng1_GeneratorSwitch", 1)
function Battery_ON ()
ipc.writeLvar("Battery1Switch", 1)
function Battery_OFF ()
ipc.writeLvar("Battery1Switch", 0)
Kind Regards
Tomas

Sim: FSX SE
Accu-Sim aircraft in my hangar:
C172, C182, P51 Civ, P51 Mil, B17, Spitfire, P47, B377 COTS,
J3 Cub, T6, Connie, P-40, V35B
A2A Accu-Sim Avro Lancaster Loading:............0.000003% complete, please wait.

M_D_F
Airman
Posts: 27
Joined: 14 May 2020, 16:01
Location: UK

Re: FSUIPC Offsets - Master Battery and Alternator Switches

Post by M_D_F »

Thanks for the reply. I have used Linda before, I'll have to re learn how.

new reply

Return to “C172 Trainer”

Who is online

Users browsing this forum: No registered users and 10 guests