Elephant42 / FS_Tool

18 stars 5 forks source link

Missing undocumented events #2

Open karlo922 opened 3 years ago

karlo922 commented 3 years ago

Hi,

I think for this "easy" task, it is better to track it here instead of everytime create a pull request. Please add to the next release: "BAROMETRIC_STD_PRESSURE" (Switches between STD and "normal" pressure) "AP_PANEL_VS_ON"

Elephant42 commented 3 years ago

Agreed and I've added both those, thanks for the help. How are you finding these undocumented events?

karlo922 commented 3 years ago

I just try to get my own panel working. For that I use FSUPIC to log events. And then I press the buttons inside the cokcopit OR (what this time found it) search within the official "Controls" section within the SIM for a event that I want (like "Barometric") assigned a button to the control event and pressed it. This time FSUPIC then told me "BAROMETRIC_STD_PRESSURE" as an event. But when I press the corresponding switch in the A320 cockpit nothing happened.

karlo922 commented 3 years ago

I also created a small Excel / LibreOffice sheet so that I do not need to edit everything within the xml itself. I found it easier to do within Excel and this then creates the corresponding parts that I just need to copy in the XML as a whole.

Elephant42 commented 3 years ago

That spreadsheet sounds like a great idea - I'll have to do one myself.

karlo922 commented 3 years ago

Hi,

some new: LIGHT_POTENTIOMETER_SET GLARESHIELD_LIGHTS_POWER_SETTING_SET LIGHT_POTENTIOMETER_INC LIGHT_POTENTIOMETER_DEC TURBINE_IGNITION_SWITCH_SET TURBINE_IGNITION_SWITCH_SET1 TURBINE_IGNITION_SWITCH_SET2 ENGINE_MODE_NORM_SET ENGINE_MODE_IGN_SET ENGINE_MODE_CRANK_SET SET_FUEL_VALVE_ENG1 ENGINE_MASTER_1_SET SET_FUEL_VALVE_ENG2 ENGINE_MASTER_2_SET

Elephant42 commented 3 years ago

Added

karlo922 commented 3 years ago

Some new: FUELSYSTEM_VALVE_OPEN FUELSYSTEM_VALVE_CLOSE ELECTRICAL_BUS_TO_BUS_CONNECTION_TOGGLE ELECTRICAL_CIRCUIT_TOGGLE AVIONICS_MASTER_1_ON AVIONICS_MASTER_1_OFF

karlo922 commented 3 years ago

Mobiflight released a new version - maybe you can replace the Mobiflight part with the newest events:

events.txt

Disastorm commented 3 years ago

it looks like you can actually open flightsimulator.exe with something like notepad++ or I guess regular notepad and you can see plaintext of all those commands. just do a ctrl-F and search for one of them and you will find a line with presumably all of them on it.

SierraBravo1 commented 3 years ago

First of all, thank you for that great tool. I've got my Bravo throttel recently and your FS_Tool improves it a lot. I attached the latest events list from mobiflight. It includes now some events for the Working Title CJ4 autopilot mode selection. It would be great if these and the A32NX events coulde be implemented in future.

events.txt

karaokeking commented 3 years ago

SierraBavo I have spent a good part of the day trying to see what works from the Mobiflight events list for the Flybywire A32NX as I wanted to make an android MDCU but unfortunately was unable to get many buttons working so was going to be a pointless project they may work on the standard A320neo but looking at the model behaviour for the A32nx they are not all coded to be used.