selecting COM1 or COM2 for transmitting

Keith Smith
Posts: 9939
Joined: Sat Oct 09, 2010 8:38 pm
Location: Pompton Plains, NJ
Contact:

selecting COM1 or COM2 for transmitting

Post by Keith Smith »

EDIT: see the post on the next page on this thread for an XP11 example

PilotEdge checks for a specific dataref within X-Plane to determine whether to transmit on COM1 or COM2. The dataref is sim/cockpit/switches/audio_panel_out.

You can monitor the state of this dataref with the Settings-> Data Input & Ouput screen. Set item #96 to output to screen:
Image

And you'll see this on your screen as a result. A value of "6" on the right side (the COM column) means COM1 is active for transmitting. A value of "7" means COM2 is active for transmitting.
Image

Many custom aircraft audio panels do NOT toggle this setting correctly. If you'd like to force X-Plane to set the TX status to a specific radio, there are commands available to do it. In the example below, I have mapped the CTRL-1 and CTRL-2 keys to set the TX radio to COM1 and COM2, respectively:
Image

Note, setting these also has the side effect of setting your audio RECEIVE to match the TX radio. If you have COM1 AND COM2 selected for RX before, only one of them will still be lit up after changing the TX setting. This WILL become important when we release support for the simultaneous monitoring of COM1 and COM2 (this code is ready for release).
tngarner
Posts: 82
Joined: Fri Aug 15, 2014 6:14 pm

Re: selecting COM1 or COM2 for transmitting

Post by tngarner »

This is more of a curiosity than a request. So airliners for the most part are required to monitor 121.5. On PE 121.5 seems to be a monitor of approach.

With this change, it seems that you could change 121.5 so that it is more like RW Gauard. Used for emergencies or when the pilot stops listening to the actual control freq the controller can switch to guard to wake them up.
Marietta, GA (KRYY)
PPL-ASEL
Keith Smith
Posts: 9939
Joined: Sat Oct 09, 2010 8:38 pm
Location: Pompton Plains, NJ
Contact:

Re: selecting COM1 or COM2 for transmitting

Post by Keith Smith »

Guard works on PilotEdge. However, our controllers don't have a separate PTT for Guard, so you're hearing the controller work other traffic. Long term, we may have a separate PTT for Guard, or we may open it as another position (worked by one of the already on-duty controllers) in which case it'll work more as you'd expect.
tngarner
Posts: 82
Joined: Fri Aug 15, 2014 6:14 pm

Re: selecting COM1 or COM2 for transmitting

Post by tngarner »

Sounds good. More of a curiosity as the same reasons for it do not necessarily exist online. I will like being able to stay with Approch while listening to the CTAF. That is something I do in the RW as I get close to have an idea what is going on.
Marietta, GA (KRYY)
PPL-ASEL
Justin Lerner
Posts: 79
Joined: Sat Jun 27, 2015 7:25 pm
Location: Denver, CO

Re: selecting COM1 or COM2 for transmitting

Post by Justin Lerner »

It actually defaults to a Center position. As it happens, sometimes Center is wearing the TRACON hat as well. So if a Tower and below is working, that's what you'll hear most often.

Source: I listen to Guard all the time when not on CTAF or w/ ATC.
Peter Grey
Posts: 5716
Joined: Tue Oct 12, 2010 3:21 pm

Re: selecting COM1 or COM2 for transmitting

Post by Peter Grey »

It actually defaults to a Center position. As it happens, sometimes Center is wearing the App/Dep hat as well. So if a Tower and below is working, that's what you'll hear most often.

Source: I listen to Guard all the time when not on CTAF or w/ ATC.
Correct.
Peter Grey
PilotEdge Director of Quality Assurance and Operations
peter@pilotedge.net
AG1C
Posts: 1
Joined: Thu Jun 09, 2016 5:26 pm
Location: UPTON, MA

Re: selecting COM1 or COM2 for transmitting

Post by AG1C »

I am running x-plane 11 and I attempted to talk to the San Luis tower. My Com 2 radio was on 121.5 and Com 1 on 124.0. The controller said that I was transmitting on 121.5! I don't even know how to do that, but the live map said that I was on 124.0, x-plane under com said "6" (xmit on Com 1), so I don't know where to go from here! Any clues? I hate to bother the PE controllers with obnoxious radio/freq checks, but maybe I will try first thing tomorrow CA time... Thanks in advance for any help! -- ag1c
Marcus Becker
Posts: 982
Joined: Fri Feb 08, 2013 5:12 pm

Re: selecting COM1 or COM2 for transmitting

Post by Marcus Becker »

AG1C wrote:I am running x-plane 11 and I attempted to talk to the San Luis tower. My Com 2 radio was on 121.5 and Com 1 on 124.0. The controller said that I was transmitting on 121.5! I don't even know how to do that, but the live map said that I was on 124.0, x-plane under com said "6" (xmit on Com 1), so I don't know where to go from here! Any clues? I hate to bother the PE controllers with obnoxious radio/freq checks, but maybe I will try first thing tomorrow CA time... Thanks in advance for any help! -- ag1c
There's a good chance the controller got burned. I know it's happened to be before. If you tune your com2 after your com1 it sends the controller a notification that you changed frequencies and unless the controller manually checks, they can assume that you're on the right frequency. If the map said you were on 124.00, that's where you were.
Image
Keith Smith
Posts: 9939
Joined: Sat Oct 09, 2010 8:38 pm
Location: Pompton Plains, NJ
Contact:

Re: selecting COM1 or COM2 for transmitting

Post by Keith Smith »

The live map isn't actually setup to handle dual comms properly. It just shows the COM1 frequency and nothing else. This is a good reminder for me to get that fixed since all the data is now available in the XML feed which drives the map, including the radio which was last used for transmitting.

The controllers have access to a display which shows which of the two radios was last used for transmitting. I'll post a reminder to make sure that's being consulted, rather than using the last 'frequency alert' that came up.
sono
Posts: 59
Joined: Mon Apr 10, 2017 9:11 pm

Re: selecting COM1 or COM2 for transmitting

Post by sono »

Keith Smith wrote:PilotEdge checks for a specific dataref within X-Plane to determine whether to transmit on COM1 or COM2. The dataref is sim/cockpit/switches/audio_panel_out.

You can monitor the state of this dataref with the Settings-> Data Input & Ouput screen. Set item #96 to output to screen:
Image

And you'll see this on your screen as a result. A value of "6" on the right side (the COM column) means COM1 is active for transmitting. A value of "7" means COM2 is active for transmitting.
Image

Many custom aircraft audio panels do NOT toggle this setting correctly. If you'd like to force X-Plane to set the TX status to a specific radio, there are commands available to do it. In the example below, I have mapped the CTRL-1 and CTRL-2 keys to set the TX radio to COM1 and COM2, respectively:
Image

Note, setting these also has the side effect of setting your audio RECEIVE to match the TX radio. If you have COM1 AND COM2 selected for RX before, only one of them will still be lit up after changing the TX setting. This WILL become important when we release support for the simultaneous monitoring of COM1 and COM2 (this code is ready for release).
Is all of this still true for xplane 11 please -i.e pressing the buttons on audio panel that comes with the out of the box C172 has no effect on which com radio you are transmitting on ?
PE CAT-11, I-11, SKY-8
EASA and FAA (61.75) Private ASEL AMEL Instrument
Post Reply