A aviation & planes forum. AviationBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » AviationBanter forum » rec.aviation newsgroups » Soaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

IGC File Name Decoding Made Easy



 
 
Thread Tools Display Modes
  #1  
Old September 6th 05, 12:45 PM
hannu
external usenet poster
 
Posts: n/a
Default


"David Kinsell" wrote in message
...

Or, could be 1995. Or 2015. With all the stink about Y2K,
it's a little surprising they came up with a scheme that has
a 10 year rollover problem.


NOW it would be very easy decode the year by base 36 number to push the
problem until 2035...

Only they decided on format in the last millenium.

hannu


  #2  
Old September 6th 05, 01:08 PM
David Kinsell
external usenet poster
 
Posts: n/a
Default

hannu wrote:
"David Kinsell" wrote in message
...


Or, could be 1995. Or 2015. With all the stink about Y2K,
it's a little surprising they came up with a scheme that has
a 10 year rollover problem.



NOW it would be very easy decode the year by base 36 number to push the
problem until 2035...


That's the weird thing. They used digits and characters for the date,
they used digits and characters for the month, and just used digits
for the year.



Only they decided on format in the last millenium.


Yep. I guess some people just can't think ahead :-)


hannu


  #3  
Old September 6th 05, 01:41 PM
Tim Newport-Peace
external usenet poster
 
Posts: n/a
Default

X-no-archive: yes
In article , David Kinsell
writes
hannu wrote:
"David Kinsell" wrote in message
...


Or, could be 1995. Or 2015. With all the stink about Y2K,
it's a little surprising they came up with a scheme that has
a 10 year rollover problem.



NOW it would be very easy decode the year by base 36 number to push the
problem until 2035...


That's the weird thing. They used digits and characters for the date,
they used digits and characters for the month, and just used digits
for the year.



Only they decided on format in the last millenium.


Yep. I guess some people just can't think ahead :-)

As I recall, IGC adopted a file naming system which was used on the
early Cambridge Recorders, which pre-date the specification. But any
flight that is 10 years old or more is history.

The 8-digit filename came about when DOS and Windows where limited to
8-digits. The specification now allows for Long Filenames (see
Specification Appendix 1 Paragraph 2.5.2) but no-one seems to use them.

In the unlikely event of a clash of filenames being problematical,
rename them to the long format. Problem Solved.

Tim Newport-Peace

"Indecision is the Key to Flexibility."
  #4  
Old September 7th 05, 12:31 PM
Martin Gregorie
external usenet poster
 
Posts: n/a
Default

On Tue, 06 Sep 2005 13:41:53 +0100, Tim Newport-Peace wrote:

As I recall, IGC adopted a file naming system which was used on the
early Cambridge Recorders, which pre-date the specification. But any
flight that is 10 years old or more is history.

The 8-digit filename came about when DOS and Windows where limited to
8-digits. The specification now allows for Long Filenames (see
Specification Appendix 1 Paragraph 2.5.2) but no-one seems to use them.

There's one unexplained item in the GNSS file specification: some loggers,
e.g. the EW model D, have a serial number of the form Dnnnn which does not
convert into the three alphanumeric characters in any obvious way. There's
not a hint in the file specification as to how this feat might be
performed.

The serial number is specified as three alphanumeric characters in both
short and long form file names.

--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |

  #5  
Old September 7th 05, 02:53 PM
Tim Newport-Peace
external usenet poster
 
Posts: n/a
Default

X-no-archive: yes
In article s, Martin
Gregorie writes
On Tue, 06 Sep 2005 13:41:53 +0100, Tim Newport-Peace wrote:

As I recall, IGC adopted a file naming system which was used on the
early Cambridge Recorders, which pre-date the specification. But any
flight that is 10 years old or more is history.

The 8-digit filename came about when DOS and Windows where limited to
8-digits. The specification now allows for Long Filenames (see
Specification Appendix 1 Paragraph 2.5.2) but no-one seems to use them.

There's one unexplained item in the GNSS file specification: some loggers,
e.g. the EW model D, have a serial number of the form Dnnnn which does not
convert into the three alphanumeric characters in any obvious way. There's
not a hint in the file specification as to how this feat might be
performed.

The serial number is specified as three alphanumeric characters in both
short and long form file names.

Dnnnn is not the serial number. The serial number is held in the
Firmware and is used in the IGC filename (but not the *.EWT filename.

On some older recorders the serial number is expressed to Base-10. This
has to be converted to Base-36 for use in IGC filenames.

Tim Newport-Peace

"Indecision is the Key to Flexibility."
  #6  
Old September 7th 05, 05:34 PM
Martin Gregorie
external usenet poster
 
Posts: n/a
Default

On Wed, 07 Sep 2005 14:53:10 +0100, Tim Newport-Peace wrote:

X-no-archive: yes
In article s, Martin
Gregorie writes

.....
There's one unexplained item in the GNSS file specification: some
loggers, e.g. the EW model D, have a serial number of the form Dnnnn
which does not convert into the three alphanumeric characters in any
obvious way. There's not a hint in the file specification as to how this
feat might be performed.

The serial number is specified as three alphanumeric characters in both
short and long form file names.

Dnnnn is not the serial number. The serial number is held in the Firmware
and is used in the IGC filename (but not the *.EWT filename.

I've just looked again at the GNSS FR Specification. Section 2.5.3 allows
for a 5 digit internal serial number to be converted to the 3 character
external group but:

- the 5 digit serial number must appear in the A record
- it doesn't say how the conversion is to be done
- the s/n on the case must match the XXX form in the file name
- existing loggers in 1995 could "grandfather" their existing rules
but new loggers must obey section 2.5.3 exactly

Let's see how this fits my EW model D:

The A line from a trace: AEWAD0430 99429850
The serial number on the case: D0430
The serial number in a filename: 79Y

On some older recorders the serial number is expressed to Base-10. This
has to be converted to Base-36 for use in IGC filenames.

79Y in base 36 is 9430 - so base 36 is certainly possible if EW
number their model D loggers from 9000 in the firmware.

So, either exact implementation this part of the GNSS spec would appear to
be optional or the EW model D is an older design than I thought it was,
i.e. pre 1997. In that case, just how old are the EW models A, B and C ???

--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |

  #7  
Old September 7th 05, 06:07 PM
Tim Newport-Peace
external usenet poster
 
Posts: n/a
Default

X-no-archive: yes
In article s, Martin
Gregorie writes
On Wed, 07 Sep 2005 14:53:10 +0100, Tim Newport-Peace wrote:

X-no-archive: yes
In article s, Martin
Gregorie writes

....
There's one unexplained item in the GNSS file specification: some
loggers, e.g. the EW model D, have a serial number of the form Dnnnn
which does not convert into the three alphanumeric characters in any
obvious way. There's not a hint in the file specification as to how this
feat might be performed.

The serial number is specified as three alphanumeric characters in both
short and long form file names.

Dnnnn is not the serial number. The serial number is held in the Firmware
and is used in the IGC filename (but not the *.EWT filename.

I've just looked again at the GNSS FR Specification. Section 2.5.3 allows
for a 5 digit internal serial number to be converted to the 3 character
external group but:

- the 5 digit serial number must appear in the A record
- it doesn't say how the conversion is to be done
- the s/n on the case must match the XXX form in the file name
- existing loggers in 1995 could "grandfather" their existing rules
but new loggers must obey section 2.5.3 exactly

Let's see how this fits my EW model D:

The A line from a trace: AEWAD0430 99429850
The serial number on the case: D0430
The serial number in a filename: 79Y

On some older recorders the serial number is expressed to Base-10. This
has to be converted to Base-36 for use in IGC filenames.

79Y in base 36 is 9430 - so base 36 is certainly possible if EW
number their model D loggers from 9000 in the firmware.

So, either exact implementation this part of the GNSS spec would appear to
be optional or the EW model D is an older design than I thought it was,
i.e. pre 1997. In that case, just how old are the EW models A, B and C ???

All present EW models have grandfather's rights.

Tim Newport-Peace

"Indecision is the Key to Flexibility."
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hey! What fun!! Let's let them kill ourselves!!! [email protected] Naval Aviation 2 December 17th 04 09:45 PM


All times are GMT +1. The time now is 07:00 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 AviationBanter.
The comments are property of their posters.