December 14, 200421 yr Ok, Having a few problems (and you're all surprised right).Ok, I saw someone had posted their fsif.ini and I was trying to get the 4 fuel pumps to workThis is what the person had for 2 engine pumps1, "left fuel pump",54,0,0x3125,BIT,1,RW,50,1,11, "right fuel pump",55,0,0x3125,BIT,2,RW,50,1,1I need 4 and the offset 3125 is the same as I needhere is the info on 3125FS2000/FS2002 only: separate switches for up to 4 Fuel Pumps (one for each engine). Bit 2^0=Pump1, 2^1=Pump2, 2^2=Pump3, 2^4=Pump4. (see also offset 3104)So how do I set all 4 up?
December 14, 200421 yr I've posted it...If you want separate control the 3rd and 4th pump just add thatin your myfsif.ini file1, "1st fuel pump",54,0,0x3125,BIT,1,RW,50,1,11, "2nd fuel pump",55,0,0x3125,BIT,2,RW,50,1,11, "3rd fuel pump",56,0,0x3125,BIT,3,RW,50,1,11, "4th fuel pump",57,0,0x3125,BIT,4,RW,50,1,1the different pumps are encoded in the same offset 3125 with different BIT 1,2,3,4 ...If you want to pull all the forth pumps on and off together just use the common pump offset 31042, "FuelPump",506, 0, 0x3104, I8, 0,RW, 10,1,1, (still in FSBUS menu)BOB
December 15, 200421 yr Tnx for posting your offsets here , Bob Thas i big help for us, not very familiar with fsiupc variacbles and parametersHope you will continiou that do that
December 15, 200421 yr Trix no problems ...(even if I don't know what Trix mean :-) )If you some functions you'll need the offsets andthe parameters ask me and I'll write it to you(if I can ...)ByeBOB
December 15, 200421 yr >Trix no problems ...>(even if I don't know what Trix mean :-) )>>If you some functions you'll need the offsets and>the parameters ask me and I'll write it to you>(if I can ...)>>Bye>>>BOBMight be useful to just group everything in the FSUIPC for Programmers.doc into logical groups and generate one fsif.ini out of it, and send it to Dirk?//Tuomas
December 15, 200421 yr Tnx was thanks. Bob i even doublechecked that now so was no typo--not Trix :-) Anyway thanks again for your offer--i will need some assistants for shure with thatRegards
December 15, 200421 yr Yeah would be really nice - as I'm playing stab in the dark here :)Though - having said that, I got the bae engines running last night, and also stopped!!!Next is to add the apu section.Again thanks to everyone who has helped out.
Create an account or sign in to comment