General fitness, health and nutrition · Public discussion

Forerunner Software available

Started by Terry Smith · · Last activity · 32 posts · 3,375 views

This thread is locked and is currently read-only.

Thread navigation

Jump through the discussion

Go to the original post, the replies on this page, or the latest preserved contribution.

Thread details

What we know about this thread

Original section
General fitness, health and nutrition
Published
13 February 2004
Last activity
21 February 2004
Original author
Terry Smith
Posts
32
Discussion status
Public discussion
Total views
3,375
Views / 30 days
0
Topics

The navigation and discussion metadata provide context. Posts remain in their original chronological order.

Showing posts 21–32 of 32
Posts remain in their original chronological order.

Text size
  1. Dot dot.h@#att.net said:

    Hmmm, mine (Excel 2000) has Data - Get External Data - then 3 types of queries or import text file.
    I can browse under "all files", but I think it'll assume the file is text. .xml or markup aren't in
    the help sections either. Access (where my log book is) didn't have it either. But both WordPerfect
    (where I thought I had seen it) and Quattro seem to recognize it. I don't have a unit or xml file,
    but have been looking at the forerunner and evaluating what it can/cannot do. Thanks.

    Dot

    OpenOffice (www.openoffice.org) uses .xml as its native file format, so you can open the file in the
    word lookallike or the excel lookalike and the data will look the same and not need adjusted. Then
    you can save it back out in doc or xlc format, if you really want to, but if you have openoffice why
    would you want to screw with MS Office?

  2. For the really adventurous, FileMaker Pro v6 has extensive capabilities of importing XML. So
    depending on what data you can get out with FMP you could really massage the hell out of it.

    David said:
    Dot dot.h@#att.net said:

    it'll assume the file is text.

    Actually... XML is always stored as plain text... which is what makes it software and hardware
    indepenent. So it is a text file. However, XML can have deeply nested parent/child nodes... while
    Excel files have just one level of heirarchy... cells within rows... so it would not best the best
    software for trying to import XML. Then again... the data from the forerunner is probably pretty
    simple. BTW... Internet Explorer 6 has an XML engine built in... so just for fun... try opening
    the exported file in IE to see what it looks like 🙂 Also... if you know any programmer types...
    they could easily write a query for you to display your data any way you wish in IE with HTML/XSL.

  3. Mark and Christine <[email hidden]> wrote in
    :"]news:[email hidden]:

    Quoted message said:

    but if you have openoffice why would you want to screw with MS Office?

    Cause Bill needs the money?

    -Phil

  4. [email hidden] (Bumper) wrote in news:1g9d1ym.pgtdeo8h8yx0N%
    [email hidden]:

    Quoted message said:

    For the really adventurous, FileMaker Pro v6 has extensive capabilities of importing XML. So
    depending on what data you can get out with FMP


    you

    Quoted message said:

    could really massage the hell out of it.

    David said:
    Dot dot.h@#att.net said:

    it'll assume the file is text.

    Actually... XML is always stored as plain text... which is what makes


    it

    Quoted message said:
    Quoted message said:

    software and hardware indepenent. So it is a text file. However, XML


    can

    Quoted message said:
    Quoted message said:

    have deeply nested parent/child nodes... while Excel files have just


    one

    Quoted message said:
    Quoted message said:

    level of heirarchy... cells within rows... so it would not best the


    best

    Quoted message said:
    Quoted message said:

    software for trying to import XML. Then again... the data from the forerunner is probably pretty
    simple. BTW... Internet Explorer 6 has


    an

    Quoted message said:
    Quoted message said:

    XML engine built in... so just for fun... try opening the exported


    file

    Quoted message said:
    Quoted message said:

    in IE to see what it looks like 🙂 Also... if you know any programmer types... they could easily
    write a query for you to display your data any way you wish in IE with HTML/XSL.


    I'm using Excel 2002. It works fine for importing xml.

    -Phil

  5. In article said:
    Dot dot.h@#att.net said:

    Hmmm, mine (Excel 2000) has Data - Get External Data - then 3 types of queries or import text
    file. I can browse under "all files", but I think it'll assume the file is text. .xml or markup
    aren't in the help sections either. Access (where my log book is) didn't have it either. But both
    WordPerfect (where I thought I had seen it) and Quattro seem to recognize it. I don't have a unit
    or xml file, but have been looking at the forerunner and evaluating what it can/cannot do. Thanks.

    Dot

    OpenOffice (www.openoffice.org) uses .xml as its native file format, so you can open the file in
    the word lookallike or the excel lookalike and the data will look the same and not need adjusted.
    Then you can

    xml is not *a* file format, it is a standard for defining file formats. To put it really briefly,
    all xml says is that the document should have html- like <example>angle-bracket</example> tags. You
    can invent your own tags, and there's a formal syntax for telling xml parsers what tags are allowed
    in what order etc.

    What XML does *NOT* do is impose any specific meaning on the tag. So I could write an xml spec that
    defined a <foo> tag, and a <bar> tag, that says that the document must consist of a foo tag and
    several nested bar tags that can contain text -- but this doesn't help you understand what the bar
    tag actually means. In this specific example, Open Office does not know what the tags that Garmin
    uses mean (though an intelligent programmer could no doubt work out what the tags mean by scanning
    ne of these files). Open Office uses its own XML spec and knows how to interpret that.

    Cheers,
    --
    Donovan Rebbechi pegasus.rutgers.edu~elflord

  6. I think this happens when the unit is trying to track satellites. I get this error about 50% of
    the time. Try hiding the watch under a couch cushion or something while you are downloading. It
    worked for me??

    "andies" <[email hidden]> wrote in message
    "]news:[email hidden]...

    Quoted message said:

    I am having this problem too anyone find a the answer?

    My Forerunner hangs after 2% of lap download in logbook software and the communication ends, every
    time! After this Forerunner does not respond to any key presses and has to be waken up by doing
    reset (reset + power button). Have updated the firmware to 3.0 already before first try.

  7. That all being said (and an excellent summary btw)... one of the main benefits of XML is that it can
    be 'self-describing' and thus, thoretically, very human-readable... i.e... because I can make up my
    own tags to mark up the data... I can do something like this...

    <workout id="1"> <lap id="1"> <time>7'33"</time> <averageHR>143 BPM</averageHR> </lap> <lap id="2">
    <time>7'27"</time> <averageHR>145 BPM</averageHR> </lap> </workout>

    But yah... that's just raw data with made-up tags... you need something more (a parser, xsl, dtd,
    'insert geek accroynm here', etc) to make it display in a more meaningful and useful way. It
    would be fun to look at one of those Garmin files and see what they look like 🙂 Fun being a
    relative term.

    Donovan Rebbechi said:

    xml is not *a* file format, it is a standard for defining file formats. To put it really briefly,
    all xml says is that the document should have html- like <example>angle-bracket</example> tags.
    You can invent your own tags, and there's a formal syntax for telling xml parsers what tags are
    allowed in what order etc.

    What XML does *NOT* do is impose any specific meaning on the tag. So I could write an xml spec
    that defined a <foo> tag, and a <bar> tag, that says that the document must consist of a foo tag
    and several nested bar tags that can contain text -- but this doesn't help you understand what the
    bar tag actually means. In this specific example, Open Office does not know what the tags that
    Garmin uses mean (though an intelligent programmer could no doubt work out what the tags mean by
    scanning ne of these files). Open Office uses its own XML spec and knows how to interpret that.

    --
    Nova Scotia, Canada

  8. Phil M. said:

    I'm using Excel 2002. It works fine for importing xml.

    Oh sure... it'll bring the stuff in... I'm just not sure how Excel would handle an XML file with a
    lot of deeply nested nodes.

    --
    Nova Scotia, Canada

  9. "moburgers" <[email hidden]> wrote in message news:<kaZYb.29432$D_5.4527@edtnps84>...

    Quoted message said:

    I think this happens when the unit is trying to track satellites. I get this error about 50% of
    the time. Try hiding the watch under a couch cushion or something while you are downloading. It
    worked for me??

    "andies" <[email hidden]> wrote in message
    "]news:[email hidden]...

    Quoted message said:

    I am having this problem too anyone find a the answer?

    My Forerunner hangs after 2% of lap download in logbook software and the communication ends,
    every time! After this Forerunner does not respond to any key presses and has to be waken up by
    doing reset (reset + power button). Have updated the firmware to 3.0 already before first try.

    I have had the same problem too and i have the impression that it is related to very short runs or
    laps that may have been recorder if you started moving just before pressing the start button. go to
    history, by day, and check if there are runs of just a few seconds long. if so, delete these and try
    to sync again. for me this worked. hope garmin solves this soon with an update.

  10. David schrieb:

    Quoted message said:

    Oh sure... it'll bring the stuff in... I'm just not sure how Excel would handle an XML file with a
    lot of deeply nested nodes.

    Well does it? I have made some comments in the Notes field of the logbook software. Consequently my
    XML-capable programs seem to refuse to open the file, telling me something about unsupported or
    unrecognized characters. Among the programs I tried was Excel as well.

    BR

  11. [email hidden] (johan de mulder) wrote in message news:<[email hidden]>...

    Quoted message said:

    "moburgers" <[email hidden]> wrote in message news:<kaZYb.29432$D_5.4527@edtnps84>...

    Quoted message said:

    I think this happens when the unit is trying to track satellites. I get this error about 50% of
    the time. Try hiding the watch under a couch cushion or something while you are downloading. It
    worked for me??

    "andies" <[email hidden]> wrote in message
    "]news:[email hidden]...

    Quoted message said:

    I am having this problem too anyone find a the answer?

    My Forerunner hangs after 2% of lap download in logbook software and the communication ends,
    every time! After this Forerunner does not respond to any key presses and has to be waken up
    by doing reset (reset + power button). Have updated the firmware to 3.0 already before first
    try.

    I have had the same problem too and i have the impression that it is related to very short runs or
    laps that may have been recorder if you started moving just before pressing the start button. go
    to history, by day, and check if there are runs of just a few seconds long. if so, delete these
    and try to sync again. for me this worked. hope garmin solves this soon with an update.

    Thanks very much for the tip, the logbook software works now.

  12. "Jim Watson" <[email hidden]> wrote in message
    "]news:[email hidden]...

    Quoted message said:

    [email hidden] (johan de mulder) wrote in message


    news:<[email hidden]>...

    Quoted message said:
    Quoted message said:

    "moburgers" <[email hidden]> wrote in message


    news:<kaZYb.29432$D_5.4527@edtnps84>...

    Quoted message said:
    Quoted message said:
    Quoted message said:

    I think this happens when the unit is trying to track satellites. I


    get

    Quoted message said:
    Quoted message said:
    Quoted message said:

    this error about 50% of the time. Try hiding the watch under a couch cushion or something
    while you are downloading. It worked for me??

    "andies" <[email hidden]> wrote in message
    "]news:[email hidden]...
    > I am having this problem too anyone find a the answer?
    >
    >
    > My Forerunner hangs after 2% of lap download in logbook software and the communication ends,
    > every time! After this Forerunner does not respond to any key presses and has to be waken up
    > by doing reset (reset + power button). Have updated the firmware to 3.0 already before first
    > try.

    I have had the same problem too and i have the impression that it is related to very short runs
    or laps that may have been recorder if you started moving just before pressing the start button.
    go to history, by day, and check if there are runs of just a few seconds long. if so, delete
    these and try to sync again. for me this worked. hope garmin solves this soon with an update.

    Thanks very much for the tip, the logbook software works now.

    There's a new update available as of this afternoon.

Active in the last 60 minutes

Active in this thread

0 users · 0 guests ·0 bots ·0 total

No signed-in users are active right now.

No known search crawlers active right now.