Fuel Boost Pumps L:vars

A Living Legend
new reply
danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Fuel Boost Pumps L:vars

Post by danb12 »

Hi,

Could anyone tell me what the l:vara is for the fuel boost pumps? I have the shut off valves.but can't seem to get the pumps.

Many thanks in advance,

Dan

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

Re: Fuel Boost Pumps L:vars

Post by Tomas Linnet »

Looks like the B-17 is using default FSX controls
#1 66340
#2 66341
#3 66342
#4 66343
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.

danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Re: Fuel Boost Pumps L:vars

Post by danb12 »

Hi Tomas,

Thanks for that, what is the command required in fsuipc then? I did have a look but couldn't see it?

Thanks,

Dan

User avatar
WB_FlashOver
Technical Sergeant
Posts: 947
Joined: 10 Jun 2012, 18:23
Location: (S05) U.S.A.
Contact:

Re: Fuel Boost Pumps L:vars

Post by WB_FlashOver »

I use these for the fuel booster pumps. These are setup in LINDA so not sure about FSUIPC

Pumps on
#1 = ipc.setbitsUW("3b98", 1)
#2 = ipc.setbitsUW("3ad8", 1)
#3 = ipc.setbitsUW("3a18", 1)
#4 = ipc.setbitsUW("3958", 1)
Pumps off
#1 = ipc.clearbitsUW("3b98", 1)
#2 = ipc.clearbitsUW("3ad8", 1)
#3 = ipc.clearbitsUW("3a18", 1)
#4 = ipc.clearbitsUW("3958", 1)

I set these up several years ago and cannot now remember why I didn't use the default commands aside from the ability to turn them on or off and not as a toggle.

Roger
-- Fly Well, Be Nice, Have Fun ! ! !

Z390 FTW | i9 9900K @ 5.2 | 32GB 3333 CL14 | 3080 Ti FE
970 Pro 512GB (OS)| 970 Evo 1TB | 850 Evo 500GBx2 Raid0
3TB HDD | Define S2 | EKWB Dual Loop


P51civ - T6 - P40 - B17 - B377 - L049 - Comanche - Spit - Bonanza

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

Re: Fuel Boost Pumps L:vars

Post by Tomas Linnet »

danb12 wrote:Hi Tomas,

Thanks for that, what is the command required in fsuipc then? I did have a look but couldn't see it?

Thanks,

Dan
actually I use SPAD for that command, so unfortunately I have no idea. most other my control assignments are set using LINDA.
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.

danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Re: Fuel Boost Pumps L:vars

Post by danb12 »

OK no to worry... I will be using spad too as it is my switch panel I am wanting to use... I will keep playing around...

Thanks
Dan

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

Re: Fuel Boost Pumps L:vars

Post by Tomas Linnet »

danb12 wrote:OK no to worry... I will be using spad too as it is my switch panel I am wanting to use... I will keep playing around...

Thanks
Dan
I kind og forgot it was a SPAD command, the module I have only have toggle functions, and I don't want that for my switch panel, better look into rewriting the module a little :D I can highly recommend LINDA, just LINDA for FSX. registered version of FSUIPC is required, other than that it is free
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.

danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Re: Fuel Boost Pumps L:vars

Post by danb12 »

I have used Linda and really liked it but updated it and for some reason had a massive problem with my radio panel in that spad and Linda were conflicting and I needed spad for some reason...

Thanks again Tomas!

Dan

Gypsy Baron
A2A Master Mechanic
Posts: 3396
Joined: 02 Aug 2008, 17:04
Location: San Francisco

Re: Fuel Boost Pumps L:vars

Post by Gypsy Baron »

Here is a snippet from mu FSUIPC4.ini file for the A2A B17G.

Code: Select all

0=PD,14,CM6:39,0 ;//TOGGLE ENG1 FUEL VALVE 	-{Macro A2A_B17G: L:Eng1FuelCutOffSwitch tgl}-
1=PD,16,CM6:40,0 ;//TOGGLE ENG2 FUEL VALVE 	-{Macro A2A_B17G: L:Eng2FuelCutOffSwitch tgl}-
2=PD,18,CM6:41,0 ;//TOGGLE ENG3 FUEL VALVE 	-{Macro A2A_B17G: L:Eng3FuelCutOffSwitch tgl}-
3=PA,0,CM6:42,0 ;//TOGGLE ENG4 FUEL VALVE 	-{Macro A2A_B17G: L:Eng4FuelCutOffSwitch tgl}-
4=PD,15,C66340,0 ;//TOGGLE FUEL PUMP 1 	-{TOGGLE_ELECT_FUEL_PUMP1}-
5=PD,17,C66341,0 ;//TOGGLE FUEL PUMP 2 	-{TOGGLE_ELECT_FUEL_PUMP2}-
6=PD,19,C66342,0 ;//TOGGLE FUEL PUMP 3 	-{TOGGLE_ELECT_FUEL_PUMP3}-
7=PA,1,C66343,0 ;//TOGGLE FUEL PUMP 4 	-{TOGGLE_ELECT_FUEL_PUMP4}-
And from my A2A_B17G.MCRO file:

Code: Select all

39=L:Eng1FuelCutOffSwitch=TOGGLE
40=L:Eng2FuelCutOffSwitch=TOGGLE
41=L:Eng3FuelCutOffSwitch=TOGGLE
42=L:Eng4FuelCutOffSwitch=TOGGLE
Paul

Image

danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Re: Fuel Boost Pumps L:vars

Post by danb12 »

Hi Paul,

Thanks for that, I think I have used your MCRO file already and those commands are the valves, not the pumps. I will keep playing as others have been able to do it.

Thanks for the help anyway!

Dan

Gypsy Baron
A2A Master Mechanic
Posts: 3396
Joined: 02 Aug 2008, 17:04
Location: San Francisco

Re: Fuel Boost Pumps L:vars

Post by Gypsy Baron »

danb12 wrote:Hi Paul,

Thanks for that, I think I have used your MCRO file already and those commands are the valves, not the pumps. I will keep playing as others have been able to do it.

Thanks for the help anyway!

Dan

I included the valve data in case you might need it also. The fuel pump code is the the default
FSX controls as shown in the snippet above, entries 4,5, 6 and 7. No L:Vars needed for those functions.

Paul

danb12
Staff Sergeant
Posts: 373
Joined: 10 Jun 2012, 09:02

Re: Fuel Boost Pumps L:vars

Post by danb12 »

OK cool, thanks Paul. I did have a look for a default command but couldn't find it in the drop down list, unless I am doing something wrong. I will look and see if there is a fs command drop down too... I think there may be!

Thanks again,
Dan

new reply

Return to “B-17 Flying Fortress”

Who is online

Users browsing this forum: No registered users and 12 guests