Jump to content

n116dh

Members
  • Posts

    78
  • Joined

  • Last visited

  • Donations

    0.00 USD 

Reputation

8 Neutral

Profile Information

  • Gender
    Male

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    VATSIM
  • Virtual Airlines
    No

Recent Profile Visitors

1,635 profile views
  1. Copy. I'll look into this to see what I can do. I'm not proficient in JavaScript. Python is my forte. Thx
  2. This may not be possible in AAO for 2024 say for the Gxxxx Garmin units (specfic use case is the Longitude), but might there be a means to manipulate CAS messaging. For example, I would like to know if say reverse thrust is on with a CAS message to that effect (if not message then it would be off/normal). Or if anyone has an alternative? Thx.
  3. Greetings, just able to back to this and your suggestions have been affected and work fine. I must say, sometimes I'm in a quandary sometimes as to how much info to provide for help, as I'm not sure if the problem is easily solvable or not, or if I might be doing TMI. However, I will at least proved sim and aircraft in the future. Thx
  4. Quandary #1: The button assignment below is calling the following script which works just fine when testing in the script editor: 1 (>K:THROTTLE_REVERSE_THRUST_TOGGLE)\n (A:GENERAL ENG REVERSE THRUST ENGAGED:1, Number) 0 == if{(SPEAK:REVERSE THRUST ACTIVATED)} els{(SPEAK:REVERSE THRUST DEACTIVATE)} Because the throttle is normally out my camera view on landing, I wanted to alert that the reverse thrust is active or not. The script also works fine when using the "Test" button in the Change Button Assignment window. However, when I activate the button (which BTW is located at the bottom of my throttle axis handle on the Velocity One Quadrant) the event works but I do not get the SPEAK to work. Wondering why not. Quandary #2: Because I don't want to accidentally activate the reverse thrust by moving the throttle axis into the "button area" I don't want the script to trigger until after a little bit of time has elapsed, giving me time to move the lever back to throttle idle. In the setting for "Long Click" right now I have it set to one second. However the this is not working as the event takes place immediately after engaging the button press. Wondering about this as well. As always I appreciate the support you give to us customers. I am an AAO advocate whenever the need arises in other places. Regards.
  5. In the Value Variable in a Rotary Encoder. Thx.
  6. Given this script --(A:AUTOPILOT FLIGHT LEVEL CHANGE, Bool) 1 == if{'FLC'} els{''}. How can on change the color of the 'FLC' string from default to a different color? Thx.
  7. I have many rotary dials in my SD+ with strip backgrounds set from the Elgato library, which display fine. But it appears that when I place a rotary canvas on the strip it blocks (opaques) out the background for that dial position. Thoughts anyone? P.S. I did try to search the thread about this specific thing with not positive results. I also have the latest SD+, AAO and AAO plugin versions. Thx. ||||||||||||||||||
  8. In a Rotary Encoder 'Icon Text Variable' using the 'S' type of course. I chose to use the ' for now Thanks for your attention.
  9. If you please... trying to set a script string value containing parenthesis as follows: (IE:AUTOPILOT_SPEED_MODE) 0 == if{'FMS'} els{'MAN(t)'} but the "els" segment is not recognized. If I remove the parenthesis from the value it works fine. Also if I replace the parenthesis with apostrophes (as documented in the manual) as follows: (IE:AUTOPILOT_SPEED_MODE) 0 == if{'FMS'} els{'MAN 't''} that works fine as well. So I tried the "&" equivalent for the parenthesis-- ( and ) -- but that didn't work. Those "&' codes were rendered literally. Any way to use parenthesis in string values? Thanks.
  10. It would be great for me if I could see the Simulator Aircraft Progress distance and time for destination, TOD and next waypoint in the status line. Thanks.
  11. Please give me some time to work up some screen shots. I will respond when ready, but could be a couple of days.
  12. I mention this partly because I'm having difficulty getting toggle events to work with the toggle action. I have to keep reverting the On/Off action. The Toggle and On/Off actions seem very similar now.
  13. Is it me? I think that the "Toggle" button example in the Elgato Plugin documentation found on the web site does not match that that I have in 37.01 version of the plugin. In the document it shows a "Write Event", "Send Value" and a "Read Value". But in Stream Deck the Toggle action is very similar to the On/Off action. By chance does the document need to be updated to the latest release? Thanks
×
×
  • Create New...