July 10, 20232 yr In the Longitude (Primary but all with 2 radios), I'm looking for something (key stroke, variable, ....) to put on my Stream deck, that will toggle the "Active" radio between Com 1 to Com 2. thanks
July 10, 20232 yr Commercial Member TMBK there is no unique event, the touchscreen triggers a series of items to configure the (non existent) audio panel. Try this script: (A:COM·RECEIVE:1,·Bool)·if{·0·(>K:COM1_RECEIVE_SELECT)·1·(>K:COM2_RECEIVE_SELECT)·1·(>K:PILOT_TRANSMITTER_SET)·}· els{·1·(>K:COM1_RECEIVE_SELECT)·0·(>K:COM2_RECEIVE_SELECT)·0·(>K:PILOT_TRANSMITTER_SET)·}· Edited July 10, 20232 yr by Lorby_SI LORBY-SI
July 11, 20232 yr Author I created a event on my Stream Deck +. wonderful. Can you tell me is there a way to return to my stream deck which radio is active, 1 or 2? couldn't find any documentation that says what that would be. would love to have the indication there so I don't need to look down in the cockpit. thanks
July 11, 20232 yr Author 20 hours ago, Lorby_SI said: TMBK there is no unique event, the touchscreen triggers a series of items to configure the (non existent) audio panel. Try this script: (A:COM·RECEIVE:1,·Bool)·if{·0·(>K:COM1_RECEIVE_SELECT)·1·(>K:COM2_RECEIVE_SELECT)·1·(>K:PILOT_TRANSMITTER_SET)·}· els{·1·(>K:COM1_RECEIVE_SELECT)·0·(>K:COM2_RECEIVE_SELECT)·0·(>K:PILOT_TRANSMITTER_SET)·}· I created a event on my Stream Deck +. wonderful. Can you tell me is there a way to return to my stream deck which radio is active, 1 or 2? couldn't find any documentation that says what that would be. would love to have the indication there so I don't need to look down in the cockpit. thanks
July 11, 20232 yr Commercial Member 39 minutes ago, rwilson881 said: Can you tell me is there a way to return to my stream deck which radio is active, 1 or 2? That is actually in the script above - the A: variable queries the sim which receiver is active (receivers and transmitters are separate entities, the radio is not just "active" or "not active") So the read variable is "A:" "COM RECEIVE:1, Bool" A value of 1 tells you that the COM 1 Receiver is active, 0 that it is not active - and it is assumed that at this point the COM2 receiver is.... LORBY-SI
Archived
This topic is now archived and is closed to further replies.