Jump to content

EuroTexan

New Members
  • Content Count

    8
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

0 Neutral

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    VATSIM
  • Virtual Airlines
    Yes
  1. This was a huge help. With all of the proper syntax in place the profile is working beautifully. Thank you for the guidance.
  2. Apologies, was a bad cut and paste on my end. I am using slot index :0 for everything now. The hammer you built is the best in the business BTW! I think tearing this down and always honoring the use of a visibility variable (on or off) will get the job done. WIll report back after I flush it out. Thanks.
  3. I probably need to abandon the use of the qualifying statements in the Text Variable and move those qualifying statements up to the Visibility Variable and make that consistent across the entire Rotary Canvas.
  4. Still trying to get to the bottom of why the processing results are different in the XL vs the PLUS, and what makes it more difficult is the test cases are not consistent. It always works on the XL without exception, but the PLUS it sometimes works, sometimes does not. On the StreamDeck XL the "Speed Window" will close in the Text Gauge without fail, it always works. When I apply this exact same code to the Rotary Canvas text definition the results are hit and miss. Its almost like the Strip display gets "stuck". The fix is always to navigate to any other profile on the PLUS, and upon return to the offending PLUS profile it magically starts working again. (L:XMLVAR_SpeedIsManuallySet,Bool) if{(A:AUTOPILOT MANAGED SPEED IN MACH, bool) if{'MACH'} els{'IAS'}} els{' '} (L:XMLVAR_SpeedIsManuallySet,Bool) if{(A:AUTOPILOT MANAGED SPEED IN MACH, bool) if{%(A:AUTOPILOT MACH HOLD VAR, number)%!0.3f!} els{' '}} els{' '} If I am able to find a solution I will return here and report it!
  5. Thanks! Was just suprised that A:AUTOPILOT AIRSPEED HOLD VAR, knots would return different values to the screens even though AAO confirmed the current dial was set to 166 kts. We are now using the INDEX for airspeed and mach.
  6. Interesting phenomenon in the StreamDeck XL (MultiGauge) vs the StreamDeck + (Rotary Canvas). Code below is used in Horizon 789 Mod on the ground for indication of SPD. On the XL the code seems to always default to slot index :0 value of 166 kts, but the exact same code on the PLUS unit wants to default to slot 2 or 3 (200 kts). The work around was always to use :0 index, but any thoughts as to why the behaviors would be different? On the plus if you switch to another profile and then back then it trues up to SLOT :0, which is unusual. Code S: (L:XMLVAR_SpeedIsManuallySet,Bool) if{(A:AUTOPILOT MANAGED SPEED IN MACH, bool) if{%(A:AUTOPILOT MACH HOLD VAR, number)%!0.3f!} els{%(A:AUTOPILOT AIRSPEED HOLD VAR, knots)%!3.0f!}} els{' '}
  7. I was wondering if it may be possible to consider placement of a vilsibility variable on the ICON TEXT VARIABLE block in the StreamDeck plugin? Basically what I am trying to accomplish is modification of my A320 StreamDeck+ profile so that I can display the A320 managed mode (ie * * * -) and toggle off my FCU speed that is displayed as icon text. I have the "* * * -" managed mode display working via Background Image, but I can't hide the FCU SPEED/HDG/ALT that comes through ICON TEXT via a visibility variable. Thanks again for years of a wonderful product, I have used Lorby AAO for so much in my filght simulation journey. - EuroTean https://ibb.co/GcvTJXc
×
×
  • Create New...