AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: RELEASED - AirNav RadarBox 2009 - 3.0 Beta  (Read 325523 times)

0 Members and 1 Guest are viewing this topic.

AirNav Development

  • AirNav Systems
  • Hero Member
  • *****
  • Posts: 2545
    • AirNav Systems
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #345 on: June 22, 2009, 10:22:42 PM »
This is a bug in V3.0 for flights that send position from ground. We are checking it right now.

HadNav

  • Guest
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #346 on: June 22, 2009, 10:58:42 PM »
Alerts don't work properly. I have set up to raise a 5nm range alert. I may get the first one but not any others. If I revert to 2.10, I get my usual number of in range alerts, approx 30 or more in 12 hours.

AirNav Support

  • AirNav Systems
  • Hero Member
  • *****
  • Posts: 4125
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #347 on: June 22, 2009, 11:20:17 PM »
We are already aware of the alerts bug.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

John Racars

  • Hero Member
  • *****
  • Posts: 801
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #348 on: June 23, 2009, 01:40:59 PM »
This is the SQL I use for my daily report:
SELECT DISTINCT Aircraft.Registration AS "Reg"
Flights.Callsign AS "Flight ID"
Flights.Route AS "Route"
Aircraft.AircraftTypeSmall AS "ICAO Type"
Aircraft.Airline AS "Airline"
Aircraft.AircraftTypeLong AS "Aircraft"
substr(Flights.EndTime,1,16) AS "Flight Ended"
Flights.StartAltitude AS "Start Alt"
Flights.EndAltitude AS "End Alt"
Flights.MsgCount AS "Count"
Aircraft.ModeS AS "Mode S"
FROM Aircraft LEFT OUTER JOIN Flights ON (Aircraft.ModeS=Flights.ModeS)
WHERE ((date('now','-1 day') = substr(Aircraft.LastTime,1,4)||"-"||substr(Aircraft.LastTime,6,2)||"-"||substr(Aircraft.LastTime,9,2)) AND (Flights.StartTime IS NULL)) OR ((date('now','-1 day') = substr(Flights.EndTime,1,4)||"-"||substr(Flights.EndTime,6,2)||"-"||substr(Flights.EndTime,9,2))) OR ((date('now','-1 day') = substr(Flights.StartTime,1,4)||"-"||substr(Flights.StartTime,6,2)||"-"||substr(Flights.StartTime,9,2)))
ORDER BY Aircraft.Registration,Flights.EndTime,Aircraft.ModeS

Hi Tarbat,

I just tried this SQL.

Information: "Invalid token "Fllights" at position 1 of line 2."
SQL Error: near "Flights": syntax error
« Last Edit: June 23, 2009, 01:47:15 PM by John Racars »
Best Regards from the Netherlands, John Racars
13 NM East of EHAM
-
ANRB:
Version: 3D - 5.00.072
Antenna: outside WiMo GP-1090 (with ECOFLEX 10 cableconnection)
PC: Windows 7 SP 1 - 64 bit
-
RadarBox24 station: EHAM4

EGNXR

  • Sr. Member
  • ****
  • Posts: 259
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #349 on: June 23, 2009, 02:02:01 PM »
Hi All,

I just lost all my local traffic off the map and can't get it back. Just been to make a coffee and returned to the shot below. Any ideas?

John

edit :- Just rebooted RB and its all good again:-) Very Strange!
« Last Edit: June 23, 2009, 02:07:36 PM by EGNXR »
Based in Derby 5Nm NW of EGNX

malc41

  • RadarBox Beta Testers
  • Hero Member
  • *
  • Posts: 586
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #350 on: June 23, 2009, 02:06:47 PM »
Have you tried zooming in then zooming out again on the map?
15 Miles East of EGNJ

EGNXR

  • Sr. Member
  • ****
  • Posts: 259
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #351 on: June 23, 2009, 02:12:16 PM »
Have you tried zooming in then zooming out again on the map?

Hi Malc41,

Yes zooming in and out had no effect, tried unchecking myflights on/off, removed filter settings and put back on. Had to reboot RB to get it back,

Cheers John
Based in Derby 5Nm NW of EGNX

fatkat

  • Jr. Member
  • **
  • Posts: 76
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #352 on: June 23, 2009, 02:31:16 PM »
ok a  little niggle about v3   

if you have polar plot on the map and take a screen shot .....on the subsequent image file the polar plot is missing ....

apologies in advance if everyone else has mentioned this .

malc41

  • RadarBox Beta Testers
  • Hero Member
  • *
  • Posts: 586
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #353 on: June 23, 2009, 02:33:56 PM »
fatkat

rather its mentioned a couple of time, than get missed completely.

As the list grows its hard to keep track of what has been mentioned, maybe we could have a recap of niggles/problems Airnav?
15 Miles East of EGNJ

marcdeklerk

  • Full Member
  • ***
  • Posts: 205
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #354 on: June 23, 2009, 02:42:53 PM »
Yes, please give us a list of the reported problems, and future options

fatkat

  • Jr. Member
  • **
  • Posts: 76
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #355 on: June 23, 2009, 03:04:51 PM »
yes each new user is going to find the same "faults " and report them ....

perhaps a list in a "sticky"  that people can refferer to ..with solutions if available  ...though I can understand any reluctance as it clearly shows problems to prospective purchasers and the other side !

AirNav Support

  • AirNav Systems
  • Hero Member
  • *****
  • Posts: 4125
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #356 on: June 23, 2009, 03:07:16 PM »
This is a beta so issues are expected otherwise it would not be a beta.

We will put an updated list up later.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

fatkat

  • Jr. Member
  • **
  • Posts: 76
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #357 on: June 23, 2009, 03:10:31 PM »
sorry ...it was not a criticism   just a suggestion etc

while I'm at it ......

changing the colour of the active track on the selected a/c - happens on the map ok  but not in the height plot ....[didn't notice what happened in v2 ]

any suggestions? 

malc41

  • RadarBox Beta Testers
  • Hero Member
  • *
  • Posts: 586
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #358 on: June 23, 2009, 03:16:12 PM »
Thanks Airnav

It will help us all and hopefully stop some re-posting of what has already been said

15 Miles East of EGNJ

DeeJay

  • Jr. Member
  • **
  • Posts: 63
Re: RELEASED - AirNav RadarBox 2009 - 3.0 Beta
« Reply #359 on: June 23, 2009, 03:59:21 PM »
Thanks Airnav for the 3.0,appreciate that it is a Beta, so playing all by ear for the moment, but I agree with some of the comments about fixes/intersections. They do seem to be too numerous, and possibly a mod to be able to differentiate between what I call ''master'' and ''sub-fixes'' might help. Regards