Jump to content

cwjohan

Members
  • Posts

    3
  • Joined

  • Last visited

Contact Methods

  • Website URL
    https://flyingcarpetride.blogspot.ca

cwjohan's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. One way to test if your array usage actually is working is to: 1.) Get both engines running, observe which LEDs are lit up. 2.) Shut down the right engine and see which LEDs are lit up. 3.) Shut down the left engine and see which LEDs are lit up. If shutting down the right engine in step 2 results in no change in LEDs or incorrect changes. I think, if it's working properly, step 2 will light up the relevant LEDs and in step 3 you will see no changes (because of the OR operators).
  2. Have you tested the right engine LEDs: ANC-ENG_FIRE, ANC-OIL, etc to ensure they actually turn on under the specified conditions? The reason I ask is that there are variables such as KA350/ann/lOilPress and KA350/ann/rOilPress which appear to be separate variables for each engine (left and right respectively), not arrays. Yet you provide an index 0 each time for the left engine and a 1 for the right engine in each case. My guess is that these variables are not arrays and thus should have no index values. Separate question: Where did you find the list of KA350/ann variables? I can't find it. Are these variables documented somewhere? I did find an avionics-engine-on.json file, that might serve as a source for annunciator variable names but is not exactly what one needs.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use