Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Is there a tutorial on setting up fuel tanks and pumps?

Featured Replies

Ok... here is my data so far.3 attachments.1) overall diagram of dc-9-41 fuel system (fairly accurate)2) flow diagram for logic code -> fuel_selector_set (left eng only)3) txt file of my fuel system XML code so far. by no means complete and largely untested ...I'm still trying to think this out on paper.Also, This data has been sent to another person (a DC-9 pilot) but, it sometime takes us a week or two to here from each other. His input may change some of the diagrams.Please go to it!Thanks,Johnhttp://forums.avsim.net/user_files/30647.jpghttp://forums.avsim.net/user_files/30648.jpg

  • Replies 62
  • Views 12k
  • Created
  • Last Reply

Top Posters In This Topic

John, Fun !!!! Isn't it ??? Took a look at your code ( zoned in on the Xfer part ) and found this: (L:FUEL_AUX_SW_STAT,enum)(>K:SET_FUEL_TRANSFER_OFF)(>K:SET_FUEL_TRANSFER_OFF)(L:FUEL_AUX_TRANS_ACTIVE,bool) if{ (>K:SET_FUEL_TRANSFER_FORWARD) } els{ (>K:SET_FUEL_TRANSFER_OFF) }I donot remember seeing or trying to command something within a setting so I took your code and rewrote it to test drive this type..(G:Var1)3 (>G:Var2)2 (>G:Var2)1 (>G:Var2)Well... It doesn't work. At least on my side. So.. You may want to rewrite this section..Possibly ??? : (L:FUEL_AUX_SW_STAT,enum) 2 == ! if{ (>K:SET_FUEL_TRANSFER_OFF) } els{ (L:FUEL_AUX_TRANS_ACTIVE,bool) if{ (>K:SET_FUEL_TRANSFER_FORWARD) } els{ (>K:SET_FUEL_TRANSFER_OFF) } }I am assuming the questions at the top of your .txt doc were for Stellan Hilmerby as they pertain do the 9-41..Hope this helps Regards,RomanGREEN BAY PACKERS][/i :-ukliam :-beerchug

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

Roman,Moving the "SET_FUEL_TRANSFER...." commands outside of a the case statement worked! The fuel transfer perfectly from the Center2 to the Center1 tank. Thanks,I've been testing my own code, based on much of our discussions, and I'm happy with the way things are working. I still have more to do but it does not seem so difficult now. (see attached file for my latest coding)I have to ask this basic question again, to anyone: What exactly is the problem when using the X-Feed command while you are using LeftMain and RightMain tanks? What is really happening when you substitute them with the External1 and External2 tanks ...which I'm being told "fixes" the X-Feed bug?Thanks,John

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.