Goodmorning everybody!
In the SDK manual it says we can read a gps status variable in a gauge with this syntax: (C:fs9gps:Variable Name , Units)
Then there is a table called "GPS Enumerations - The following tables describe the enumerations referenced in the table above."
which i don't understand the meaning of ENUMERATIONS honestly.
And there ia a variable (is it?) "FAC_BV_TYPE" - values: TOWER = 9, CLEARANCE = 10, GROUND = 11, DEPARTURE = 12, APPROACH = 13..." and so on.
So i thought it was basically the ATC status. I tried to get the value:
(C:fs9gps:FAC_BV_TYPE , Enum)
(C:fs9gps:FAC_BV_TYPE , Number)
(C:fs9gps:FAC_BV_TYPE)
But it returns always 0, nothing.
So what i would need is to get a variable that tells me what is the status of the flight plan progress in a specified moment.
For example in a saved scenario .fxml file there is this line: "<Property Name="AcState" Value="ACSTATE_PRETAXI_CLEARANCE" />"
I need exactly to get that value in the simulator.
Is that possible?
Thanks a lot for any help!
ADD:
the SDK says: "VarGet and VarSet methods which can be used to get and set any type of parameter available to the system (e.g. Scenario Variables 'S:', Aircraft Parameter 'A:' ...."
Scenario "S:" variables?! Where are them? No documentation. I can only see a list of A:, E:, K: varibles. NOT S:
In the SDK manual it says we can read a gps status variable in a gauge with this syntax: (C:fs9gps:Variable Name , Units)
Then there is a table called "GPS Enumerations - The following tables describe the enumerations referenced in the table above."
which i don't understand the meaning of ENUMERATIONS honestly.
And there ia a variable (is it?) "FAC_BV_TYPE" - values: TOWER = 9, CLEARANCE = 10, GROUND = 11, DEPARTURE = 12, APPROACH = 13..." and so on.
So i thought it was basically the ATC status. I tried to get the value:
(C:fs9gps:FAC_BV_TYPE , Enum)
(C:fs9gps:FAC_BV_TYPE , Number)
(C:fs9gps:FAC_BV_TYPE)
But it returns always 0, nothing.
So what i would need is to get a variable that tells me what is the status of the flight plan progress in a specified moment.
For example in a saved scenario .fxml file there is this line: "<Property Name="AcState" Value="ACSTATE_PRETAXI_CLEARANCE" />"
I need exactly to get that value in the simulator.
Is that possible?
Thanks a lot for any help!
ADD:
the SDK says: "VarGet and VarSet methods which can be used to get and set any type of parameter available to the system (e.g. Scenario Variables 'S:', Aircraft Parameter 'A:' ...."
Scenario "S:" variables?! Where are them? No documentation. I can only see a list of A:, E:, K: varibles. NOT S:
Last edited:

