I don't think there's been any update to the power circuitry in e.g the model's Nasal or Instrumentation.xml.
It may well be that a workaround for the power getting messed up was back-ported to a recent version of 2020-3 ( because a ticket was raised for this issue ) which would explain why neither 'next' nor '2020-3' show the issue here, while OP's 2020-3 is an earlier version.
The numeric digits for the KI155 appear to depend on:
- Code: Select all
<condition>
<property alias="../../../params/comm-serviceable"/>
<property alias="../../../params/nav-serviceable"/>
<property alias="../../../params/power"/>
<property alias="../../../params/nav-electrical"/>
</condition>
<params>
<comm-serviceable>instrumentation/comm[0]/serviceable</comm-serviceable>
<nav-serviceable>instrumentation/nav[0]/serviceable</nav-serviceable>
<power>instrumentation/comm[0]/power-btn</power>
Does that mean the property alant mentioned, if not set, will disable the NAV while the power-btn has allow the Nav radio digits to illuminate ?