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.

Center Center2 Fuel Transfer state

Featured Replies

I need the Simulation Variable to check the status of the Center-Center2 fuel transfer pump activated using

"Set_Fuel_transfer_off",

"Set_Fuel_transfer_aft", and

"Set_Fuel_transfer_forward".

 

I've not seen any documentation for this feature but the pumps work fine as XML key commands in FSX. If anyone knows simulation variable for the pump status, that would be very helpful.

 

-Pv-

Hi,

 

fs9

 

AFAIK there are no such variables.

If you are programming in xml, you can make a timer and measure quantities in the center tanks at different times.

When levels are changing by transfer measurable differences arise, which can trigger a signal somewhere on a fuel panel.

E.g.

 

(L:transfer timer,number) 1 + (>L:transfer timer,number)
(L:transfer timer,number) 20 == if{ 0 (>L:transfer timer,number) }

(L:transfer timer,number) 10 >
if{ (A:FUEL TANK CENTER2 QUANTITY,pounds) (>L:CENTER2 QUANTITY,pounds) }

(A:FUEL TANK CENTER2 QUANTITY,pounds) (L:CENTER2 QUANTITY,pounds) <
if{ 1 (>L:transfer forward light,enum) } els{ 0 (>L:transfer forward light,enum) }

(A:FUEL TANK CENTER2 QUANTITY,pounds) (L:CENTER2 QUANTITY,pounds) >
if{ 1 (>L:transfer aft light,enum) } els{ 0 (>L:transfer aft light,enum) }

 

Hope it helps,

Jan

 

 

 

"Beatus ille qui procul negotiis..."

  • 9 months later...

Late!!

 

There is:

 

(A:Fuel Selected Transfer Mode,enum)

 

-1=off

0=auto

1=fwd

2=aft

Jan

 

 

 

"Beatus ille qui procul negotiis..."

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.