... | ... |
@@ -522,6 +522,17 @@ |
522 | 522 |
<max>359</max> |
523 | 523 |
<wrap>true</wrap> |
524 | 524 |
</binding> |
525 |
+ <binding> |
|
526 |
+ <condition> |
|
527 |
+ <property>/instrumentation/zkv1000/MFD/status</property> |
|
528 |
+ </condition> |
|
529 |
+ <command>nasal</command> |
|
530 |
+ <script> |
|
531 |
+ foreach (var c; keys(zkv1000.flightdeck)) |
|
532 |
+ if (zkv1000.flightdeck[c].role == 'PFD') |
|
533 |
+ zkv1000.flightdeck[c].display.updateCRS(); |
|
534 |
+ </script> |
|
535 |
+ </binding> |
|
525 | 536 |
</action> |
526 | 537 |
<hovered> |
527 | 538 |
<binding> |