Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted

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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...