Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Baron GTX 327 Transponder Faulty

Featured Replies

After recently downloading the Carenado B58 and flying on Vatsim with it, I have found the transponder will not cycle a squawk beginning with '0', all the other digits are fine however after being given several squawk codes and not being able to set them, the problem is becoming a bit of a pain, anyone know a fix?

 

Squawk codes such as '7000' are fine, but '0457' will not set. 

 

Anyone else having problems?

FS9Garmin330.zip

The transponder is another part of the Baron in which Carenado dropped the ball.  I replaced their Garmin 330 with the above mentioned freeware file.  Sad, but the freeware Garmin 330 offers far more functionality than what comes with the payware aircraft.

My computer: ABS Gladiator Gaming PC featuring an Intel 10700F CPU, EVGA CLC-240 AIO cooler (dead fans replaced with Noctua fans), Asus Tuf Gaming B460M Plus motherboard, 16GB DDR4-3000 RAM, 1 TB NVMe SSD, EVGA RTX3070 FTW3 video card, dead EVGA 750 watt power supply replaced with Antec 900 watt PSU.

If you happen to have the RXP GNS530 or 430 installed, you can add an RXP transponder:

 

//--------------------------------------------------------
[Vcockpit03]
...
gauge04=rxpgns!GTX327,  174,430,326,80


..and if not, the Carenado transponder actually does allow you to set 0457 - only it does not display the leading zero,

so it will display 457.

 

A simple edit in the transponder.xml code will fix this:

 

<Element>
    <Visible>(L:MODEXTR,number) 2 < </Visible>
     <Position X="340" Y="25" />
        <Text X="207" Y="100" Length="4" Font="Glass Gauge" Bold="True" Adjust="Center" Color="#e8e65f"

Bright="Yes">
            <String>%((A:TRANSPONDER1 CODE,number))%!04d!</String>
            <Failures>
                <SYSTEM_ELECTRICAL_PANELS Action="" />
                <SYSTEM_ELECTRICAL_AVIONICS Action="" />
            </Failures>
        </Text>
</Element>


<Element>
    <Visible>(L:MODEXTR,number) 1 > </Visible>
     <Position X="340" Y="25" />
        <Text X="207" Y="100" Length="4" Font="Glass Gauge" Bold="True" Adjust="Center" Color="#e8e65f"

Bright="Yes">
            <String>%((L:POTCODE,number))%!04d!</String>
            <Failures>
                <SYSTEM_ELECTRICAL_PANELS Action="" />
                <SYSTEM_ELECTRICAL_AVIONICS Action="" />
            </Failures>
        </Text>
</Element>

 

Send me a PM, if you need help with this!

Bert

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.