Giter Site home page Giter Site logo

Comments (14)

EaNa09 avatar EaNa09 commented on July 28, 2024

Noticed by comparing changes between v0.9.4.3 and v0.9.4.6 that on Jun 14, 2020 there was an increase in freq. support from 50 to 350. Pointing this out as a possible source of the issue.

from xplane-11-autoatc-plugin.

mSparks43 avatar mSparks43 commented on July 28, 2024

Hmm, this shouldn't be an issue even before the new frequencies are loaded in. Range of reception depends upon altitude, on the ground at KLVK the 121.6 of KSQL shouldn't be in range at all. can you give more details of when this is happening? About the only way I can think of recreating receiving both is being tuned into 121.6 at a highish altitude

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

I assume that the altitude you use to discriminate is AGL, not ASL. ASL at KLVK is 400' whereas KSQL is 8'. These are the altitudes that appear to be loaded in the atclog files. Livermore sits in a valley at 400' whereas San Carlos is at sea level but there are mountain ranges in between, there is no way that UHF or VHF radio can propagate past them and this is (in the real world) the only reason the two airports can have the same frequency and not interfere with each other. Could this be the problem?

I was experimenting yesterday and I had an interesting case where on first launching the sim w/ the ac at ground level at KLVK radio was latching on to KSQL ground. I moved the ac to KSQL with XP's map and then back to KLVK. Upon doing this it temporarily latched on to KLVK ground but I was never able to replicate this again. About 90% of the time while at KLVK it will pick up KSQL Gnd. The atclog file is attached. Notice at first that "San Carlos" (KSQL) appears in the loaded frequency list whereas in the last load after moving the ac back to Livermore it does not. When "San Carlos" does not appear on that list everything works as it should. If "San Carlos" appears on the list then it will always pick up KSQL Gnd while at KLVK.

When the line below appears in the log I pick up San Carlos Gnd (KSQL), even though the ac is at gnd level in Livermore:
ATCDATA:{"altitude":"402.88794","ATC mode":"unknown\ncat:D LIVERMORE CLASS D F0->F2900\nTime:17:37\n121.60:((San Carlos Airport - ground) San Carlos Ground):((Livermore Municipal Airport - ground) Ground)\n\n","squawk":"6104","latitude":"37.695393","com1":"12160.0","longitude":"-121.82274"}

When that line appears as below I pick up Livermore (KLVK):
ATCDATA:{"altitude":"402.86948","ATC mode":"unknown\ncat:D LIVERMORE CLASS D F0->F2900\nTime:17:47\n121.60:((Livermore Municipal Airport - ground) Ground)\n\n","squawk":"6104","latitude":"37.695393","com1":"12160.0","longitude":"-121.82274"}

Notice that both cases are w/ the ac at the same location, coordinates and altitude are for Livermore (KLVK).

The atclog file is attached below.

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

2021-01-04--09-31-22 ATCLog.txt

from xplane-11-autoatc-plugin.

mSparks43 avatar mSparks43 commented on July 28, 2024

I suspect whats happening here is its interpreting the altitude as meters instead of feet. There was one or two of them knocking around

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

Whatever is going on seems random, sometimes it works, most of the time it doesn't. To be honest, I'm more than perplexed why two airports that close to each other would have the same frequency, even though like I said, because of mountains in between they don't interfere with each other.

from xplane-11-autoatc-plugin.

mSparks43 avatar mSparks43 commented on July 28, 2024

->two airports that close to each other would have the same frequency,

Its a ground frequency. at ground level even on flat terrain the range is only about 4 or 5 miles.

400 meters would be 1,300 feet, still dont think that would be enough for 23miles (but might be) I tested this on the standalone phone app and I don't get any San Carlos frequencies in range spawning into KLVK

On KLVK, do you
Have San Carlos in range when just using the plugin
Have San Carlos in range when connected via the android app

EDIT: recreating here, looks meters/feet related.

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

400 m even at 5W output from the radio can go quite a distance (line of sight). I know this because I am a ham radio operator also and operate in that band.

I'm a bit confused when you say "plugin", does it give you the option to select freq. from it? I have not used it that way. I either select the freq. from the ac radio or from the app.

The android app scanner is showing both airports as options. Even when I use it to select KLVK gnd I have the problem.

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

The ac radio would never pick up San Carlos while at Livermore. Only the phone app. It gives me GND options for airports which are even farther away but San Carlos is the only one that shares 121.6

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

If I need to buy the Pro version to resolve this that's Ok by me. I would want to support the development effort regardless. Whatever you suggest, although if I have the problem with the free app then others will as well.

from xplane-11-autoatc-plugin.

mSparks43 avatar mSparks43 commented on July 28, 2024

->does it give you the option to select freq. from it? I have not used it that way.

There are commands to go next/back frequency on com1 standby and a log/pad window showing frequencies, plugin will work without the phone app to receive and draw aircraft.

image

But this looks like a basic bug, completely agree it shouldn't pick up San Carlos, it was a bug in the reception code that was being over zelous with the range, this should be fixed when I push updates tomorrow.

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

Awesome! Thanks for the quick turnaround! There may be no need to disable KSQL GND in that case.

from xplane-11-autoatc-plugin.

mSparks43 avatar mSparks43 commented on July 28, 2024

Next update puts mountains in the way as well (just testing that bit now)

from xplane-11-autoatc-plugin.

EaNa09 avatar EaNa09 commented on July 28, 2024

Awesomest !!!

from xplane-11-autoatc-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.