BKSQ Baron Pro Fuel Flow Lvars
-
My DIY fuel flow gauge is displaying 0 gph permanently.
With the BKSQ Analog Baron I have been successfully using this:-fs2020_variable_subscribe(
"L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR",
"L:BKSQ_BARON_FuelFlow_2", GALLONS PER HOUR", PT_fuel_flow)It looks like the Pro version has renamed these variables.
Co=Pilot tells me that "L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR"
is now
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH"Can someone confirm if this is correct?
fs2020_variable_subscribe(
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH", "GALLONS PER HOUR",
"L:BKSQ_ENGINE_2_FUEL_FLOW_GPH", "GALLONS PER HOUR",
PT_fuel_flow)Many thanks
-
My DIY fuel flow gauge is displaying 0 gph permanently.
With the BKSQ Analog Baron I have been successfully using this:-fs2020_variable_subscribe(
"L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR",
"L:BKSQ_BARON_FuelFlow_2", GALLONS PER HOUR", PT_fuel_flow)It looks like the Pro version has renamed these variables.
Co=Pilot tells me that "L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR"
is now
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH"Can someone confirm if this is correct?
fs2020_variable_subscribe(
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH", "GALLONS PER HOUR",
"L:BKSQ_ENGINE_2_FUEL_FLOW_GPH", "GALLONS PER HOUR",
PT_fuel_flow)Many thanks
@djw4250 according to the manual, page 157:

Hope that works for you.
-
@djw4250 according to the manual, page 157:

Hope that works for you.
@RPGamerous thank you.
I had not noticed this section of the manual. Brilliant!
"L:BKSQ_FuelFlow_1", "GALLONS PER HOUR" works for me.
The gauge is working now.
Problem solved. -
@RPGamerous thank you.
I had not noticed this section of the manual. Brilliant!
"L:BKSQ_FuelFlow_1", "GALLONS PER HOUR" works for me.
The gauge is working now.
Problem solved.@djw4250 I'm glad it worked. I've probably spent hours in these sections of the BS manuals. I still feel lost half the time lol