Menu

#8 Variable $DD, $MO, $YYYY will not output value

v1.0 (example)
closed
nobody
None
5
2019-07-04
2019-06-28
nolab007
No

Hello,
The following custom NMEA sentence doesn't output the days, month and years when set in the in NMEA "user defined field"

GPZDA,$time,$msec,$DD,$MO,$YYYY,03,00

2 Attachments

Discussion

  • dzach

    dzach - 2019-06-29

    Fixed in version 0.61
    Thank you for the report.

     
  • dzach

    dzach - 2019-06-29
    • status: open --> closed
     
  • nolab007

    nolab007 - 2019-06-29

    Can you please generate the .exe file or let us know how to do it ?
    I tried to compile it but I got the missing package udp error.
    Thanks

     
  • dzach

    dzach - 2019-06-29

    You can download a compiled (older) version of the tclUDP package here: https://sourceforge.net/projects/tcludp/ . You have to install it somewhere tcl can find it and then run gpsfeed+.tcl like you did when it gave you the missing package error. TclUDP's project home is here: https://core.tcl-lang.org/tcludp/dir .

    Unfortunately, I have no access to a Windows (or a Mac) machine, so I can't create a gpsfeed+.exe at this time. I'll try to make one if I get a chance.

    In the meanwhile, if you already have a tclkit.exe (download one here), then you can use it together with the utility sdx and produce a gpsfeed+.exe by following the instructions here: https://wiki.tcl-lang.org/page/sdx. Tclkit is a standalone tcl/wish executable, and you can use it to run other tcl scripts. You can run gpsfeed+.tcl like this:
    $ tclkit.exe gpsfeed+.tcl
    I'm considering adding code to disable UDP functionality if the udp package is not present.

     

    Last edit: dzach 2019-06-29
  • dzach

    dzach - 2019-06-29

    With ver. 0.62 you can run gpsfeed+.tcl without installing the tclUDP package. The udp functionality will be disabled in gpsfeed+, but will be enabled when tclUDP is installed.

    Try tclkit.exe gpsfeed+.tcl

     
  • nolab007

    nolab007 - 2019-06-30

    It works with v0.62.
    I attached the exe file.
    Thank you

     
  • dzach

    dzach - 2019-06-30

    Thank you for contributing the binary.

     
  • nolab007

    nolab007 - 2019-07-02

    v0.62 won't output on the serial port, it creates a text file instead. v0.58 was ok.

     
  • dzach

    dzach - 2019-07-04

    Please open a separate ticket for this issue, and provide adequate details to help replicate the problem, e.g.:
    * what are you trying to achieve?
    * what other software is involved?
    * what is your hardware setup (hw connections, ports used, et.c.)?

     

    Last edit: dzach 2019-07-04

Log in to post a comment.