hİ n4gix
I am using simconnect in C#. I get or set almost all standart KeyEvents and Simulation variables. But the aircraft contains some variables that special developer panels. (L:Master_AC, bool), (L:ignition, bool) , (L:Swapu, bool) etc.
I want to change their values in C#.
As much as I understand I should use C++ language and execute_calculator_code to change their values.
The problem that I don'y know C++ or XML. Please help me to solve this problem.