Hello. I have a junction in my aircraft that does need options, but whatever syntax that I try use to set the junction, it is just not setting and the SimVar stays set to 1 (Simvar Watcher Had: "FUELSYSTEM JUNCTION SETTING:1" AND SHOWED A NUMBER VALUE OF 1.0000) . Some of the syntaxes that I have tried are listed below.
Keep in mind all names below are simplified.
Here is an example of my Flight_Model.cfg where I define the lines and junction:
Line.1 = Name:InLine1 #Source:LTank #Destination:Jctn1 #FuelFlowAt1PSI:0.10 #Volume:0.24 #GravityBasedFuelFlow:10
Line.2 = Name:OutLine1 #Source:Jctn1 #Destination:Vlv1 #FuelFlowAt1PSI:0.10 #Volume:0.24 #GravityBasedFuelFlow:10
Line.3 = Name:OutLine2 #Source:Jctn1 #Destination:Vlv2 #FuelFlowAt1PSI:0.10 #Volume:0.24 #GravityBasedFuelFlow:10
Junction.3 = Name:Jctn1 #InputOnlyLines:InLine1 #OutputOnlyLines:OutLine1,OutLine2 #Option:InLine1,OutLine1 #Option:InLine1,OutLine2 #Option:OutLine1
Here is an example of several of the key events that I have tried:
3 2 (>K:2:FUELSYSTEM_JUNCTION_SET)
3 2 (>K:FUELSYSTEM_JUNCTION_SET)
32 (>K:2:FUELSYSTEM_JUNCTION_SET)
32 (>K:FUELSYSTEM_JUNCTION_SET)
I saw another post that mentioned that changes were coming to junctions in SU10, but not sure if there will be any changes to the key events.
Thank you.