Hello,
I have been recording flight paths using RadarBox for a transport studies research project. I have software that accesses the RB data via port 7879 and saves them to a tab delimited text file. One of the problems I currently have is that for some flights the transmission of the callsign seems to be delayed. I receive HEX code, altitude, lat, lon and other data, but no callsign. After some seconds I also record a callsign, resulting in a table that looks like that when sorted by Mode S:
Date Time Mode S Callsign Altitude Latitude Longitude
27/04/2012 13:32:19 PM 400FE2 0 37025 54.022 -3.0964
27/04/2012 13:32:24 PM 400FE2 0 37025 54.022 -3.0964
27/04/2012 13:32:28 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:33 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:37 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:42 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:46 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:51 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:32:56 PM 400FE2 0 37000 54.022 -3.0964
27/04/2012 13:33:00 PM 400FE2 EZY23AU 37000 54.022 -3.0964
27/04/2012 13:33:05 PM 400FE2 EZY23AU 37000 54.022 -3.0964
27/04/2012 13:33:09 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:14 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:18 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:23 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:27 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:32 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:36 PM 400FE2 EZY23AU 36975 54.022 -3.0964
27/04/2012 13:33:41 PM 400FE2 EZY23AU 36975 54.022 -3.0964
After reading in this forum I am aware that callsigns sometimes get mixed up (happened in my data as well), but what are the reasons for the delay in receiving the callsign? It can not be my software. I have checked the data in the original xml file and the callsigns are missing there as well. It does not happen to all flights, but to a significant number across all airlines. Anyone else had this problem before? Your help is very much appreciated.
P.S. I am using RadarBox 3D, version 4.03, running on Windows7 64 bit, if that is any help.