Hi guys,
I am working on my MCP project, before it catches too much dust.
I noticed some inconsistencies with the buttons and LEDs of the MCP.
As far as I understand, the datarefs are a copy of the internal MCP logics and are able to manipulate its functions.
So if I press a button on the physical MCP, it should be equal to pressing the same key in
the sim; the LED datarefs are just copies of their state.
1) physical A/T on and then physical CMD A on: SPD LED in sim and physical LED on
physical CMD A on and then physical A/T on: SPD LED in sim on, physical LED off
So I assume (didn't check) the ..._ann dataref isnt changed in the second case.
2) CMD A and CWS A active: CMD A off results in CWS A on in the sim, but the physical
CWS A LED turns off too;
I suppose (didn't check either) the CWS A LED dataref is turned off inadvertly
3) A/T and SPD active: A/T off in sim turns off the simulated A/T LED but not the physical one
I think you need to reset the LED dataref to off when A/T turns off
Thank you very much,
Olli