jhl_iv
28 Jan 2008, 18:27
I have tried without success (using both unmanaged C++ and managed c#)to receive "Aircraft Failures" events.
I have searched the documentation, only seeing in the notes section :"Not all events apply to all aircraft and all situations". I have tried several different aircraft also (and some different situations).
Anyway, for a specific example:
1. I subscribe to TOGGLE_ELECTRICAL_FAILURE in my code.
2. Start the program, see this event register in the SimConnect debug window.
3. Then I click on the failure checkbox for Electrical in the Systems tab of the failures dialog (under the &Aircraft menu) in FSX, I see the electric go out on the aircraft panel but never receive an event for this in my code, nor do I see it in the SimConnect debug panel?
4. Then when I go back into the failure dialog, I uncheck this failure setting and click OK and the electricity does come back to the aircraft, but again no event fires in my code nor the debug window.
Is this the expected behavior and I just missed it in the documentation?
Additionally, I have tried all single engine specific failure events (I didn't try Engine2, 3 or 4).
Thanks,
John
I have searched the documentation, only seeing in the notes section :"Not all events apply to all aircraft and all situations". I have tried several different aircraft also (and some different situations).
Anyway, for a specific example:
1. I subscribe to TOGGLE_ELECTRICAL_FAILURE in my code.
2. Start the program, see this event register in the SimConnect debug window.
3. Then I click on the failure checkbox for Electrical in the Systems tab of the failures dialog (under the &Aircraft menu) in FSX, I see the electric go out on the aircraft panel but never receive an event for this in my code, nor do I see it in the SimConnect debug panel?
4. Then when I go back into the failure dialog, I uncheck this failure setting and click OK and the electricity does come back to the aircraft, but again no event fires in my code nor the debug window.
Is this the expected behavior and I just missed it in the documentation?
Additionally, I have tried all single engine specific failure events (I didn't try Engine2, 3 or 4).
Thanks,
John