Page 1 of 4

selecting COM1 or COM2 for transmitting

Posted: Thu Oct 08, 2015 1:10 pm
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).

Re: selecting COM1 or COM2 for transmitting

Posted: Fri Oct 09, 2015 1:30 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Fri Oct 09, 2015 1:39 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Fri Oct 09, 2015 2:17 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Sat Oct 10, 2015 1:09 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Sat Oct 10, 2015 1:12 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Wed Mar 08, 2017 4:23 pm
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

Re: selecting COM1 or COM2 for transmitting

Posted: Wed Mar 08, 2017 4:55 pm
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Thu Mar 09, 2017 9:27 am
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.

Re: selecting COM1 or COM2 for transmitting

Posted: Mon Apr 10, 2017 9:15 pm
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 ?