

n116dh
Members-
Posts
78 -
Joined
-
Last visited
-
Donations
0.00 USD
Reputation
8 NeutralProfile Information
-
Gender
Male
Flight Sim Profile
-
Commercial Member
No
-
Online Flight Organization Membership
VATSIM
-
Virtual Airlines
No
Recent Profile Visitors
1,635 profile views
-
Copy. I'll look into this to see what I can do. I'm not proficient in JavaScript. Python is my forte. Thx
-
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.
-
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
-
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.
-
Copy. Thx
-
In the Value Variable in a Rotary Encoder. Thx.
-
n116dh started following Setting string color in a script quandry...
-
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.
-
SD+ rotary canvas blocking strip background image quandry
n116dh replied to n116dh's topic in AxisAndOhs Support
Roger that. THX -
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. ||||||||||||||||||
-
Question: using parenthesis in string values...
n116dh replied to n116dh's topic in AxisAndOhs Support
In a Rotary Encoder 'Icon Text Variable' using the 'S' type of course. I chose to use the ' for now Thanks for your attention. -
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.
-
Please give me some time to work up some screen shots. I will respond when ready, but could be a couple of days.
-
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.
-
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