Page 3 of 12 FirstFirst 123456789101112 LastLast
Results 21 to 30 of 120

Thread: GPSExec Plugin

  1. #21
    Variable Bitrate
    Auto Apps:loading...
    marteline's Avatar
    Join Date
    Sep 2007
    Location
    Brazil, Sao Paulo
    Posts
    298
    Quote Originally Posted by treetop777 View Post
    treetop777, I download it but I can´t manage to make it work like I want...
    I built a script (Autohotkey) to use the log from Xport (Nmea strings) and retrieve the speed, and I use it Together with guino´s software... well, at least now it works like I want...

    Can you tell me if there is a way in RR to put the current speed in a log file or send it to an outside program? because if it is possible, I can remove xport from this process
    Engineering: Where the rubber meets the road!
    RR Skin RED 2.0 http://www.mp3car.com/vbulletin/rr-s...red-2-0-a.html

  2. #22
    Maximum Bitrate
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    520
    In AutoIt it works like this:
    Code:
    $rr=ObjCreate("RoadRunner.sdk")
    $file=FileOpen("C:\log.txt",2)
    while 1
    $speed=$rr.getinfo("GPSSPD")
    FileWriteLine($file,$speed)
    sleep(1000)
    wend
    The program will save the gps speed to C:\log.txt in 1 second intervals.

  3. #23
    Variable Bitrate
    Auto Apps:loading...
    marteline's Avatar
    Join Date
    Sep 2007
    Location
    Brazil, Sao Paulo
    Posts
    298
    Quote Originally Posted by Konrad View Post
    In AutoIt it works like this:
    Code:
    $rr=ObjCreate("RoadRunner.sdk")
    $file=FileOpen("C:\log.txt",2)
    while 1
    $speed=$rr.getinfo("GPSSPD")
    FileWriteLine($file,$speed)
    sleep(1000)
    wend
    The program will save the gps speed to C:\log.txt in 1 second intervals.
    Thanks conrad, looks pretty simple, but I´m not closer with autoit...

    Nowadays I have 2 softwares that create the log file: Gpsgate and Xport, however the first one can´t give access to the log in realtime (access denied while gpsgate is on), so I have to use a virtual port from gpsgate to Xport and use the logfile from xport to capture the speed...

    Using your software can I access the log file while this script still running?

    Righ now I´m feeling like going from Arizona to Atlanta through the other side of the globe...


    Could you compile it for me???


    Thanks
    Engineering: Where the rubber meets the road!
    RR Skin RED 2.0 http://www.mp3car.com/vbulletin/rr-s...red-2-0-a.html

  4. #24
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by marteline View Post
    Thanks conrad, looks pretty simple, but I´m not closer with autoit...

    Nowadays I have 2 softwares that create the log file: Gpsgate and Xport, however the first one can´t give access to the log in realtime (access denied while gpsgate is on), so I have to use a virtual port from gpsgate to Xport and use the logfile from xport to capture the speed...

    Using your software can I access the log file while this script still running?

    Righ now I´m feeling like going from Arizona to Atlanta through the other side of the globe...


    Could you compile it for me???


    Thanks
    The question here is: WHERE are you planning to use this information, cause really, you can use just this ONE line of code:
    Code:
    CreateObject("RideRunner.SDK").GetInfo("GPSSPD")
    on almost any language with very little change and it will return you the GPS speed. It can't get any simpler than that, so the question is HOW you can input data into wherever it needs to be going ? tell us that and we may have an easier way to do that for you.
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  5. #25
    Raw Wave pierrotm777's Avatar
    Join Date
    May 2008
    Location
    Bordeaux, France
    Posts
    1,942

    Test

    Hi Guino,


    I test GPSExec with Ride Runner and Carwings Dynamic skin .

    44.812837,-0.555668,300,60,100,M,"SAY;Premier POI Bordeaux!"
    44.814602,-0.572405,120,240,100,M,"SAY;Deuxième POI Bordeaux!"


    I listen to no message .

    Any idea please ?

  6. #26
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by pierrotm777 View Post
    Hi Guino,


    I test GPSExec with Ride Runner and Carwings Dynamic skin .

    44.812837,-0.555668,300,60,100,M,"SAY;Premier POI Bordeaux!"
    44.814602,-0.572405,120,240,100,M,"SAY;Deuxième POI Bordeaux!"


    I listen to no message .

    Any idea please ?
    Well, the settings above are for going NORTH and SOUTH with a 60 degree variation.. I looked at those coordinates with google earth, and it seems in both locations the road is closer to east-west/west-east.. so with those angles selected you could easily not get the commands executed... try removing the angles to see... and make sure your GPS is set in RRConfig (1st thing).
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  7. #27
    One Sharp Cheddar ThunderStick's Avatar
    Join Date
    Aug 2006
    Location
    West Allis, WI
    Posts
    1,660
    Quote Originally Posted by marteline View Post
    Guino,
    I´m using this software and it works pretty well, but I want to know if is possible to check the car speed near the active area:
    for example, in a place where the speedlimit is 100Km/h, I want to run a "warning program" to let me know every time that I am over the speed limit for this area...

    If I can get the speed information from RR, I probably can do it through some kind of script, but I cant realize how I can do that...

    I also try to use a gps log file, but once that this file is already in use by the GPS program, I can´t open it, or if I open, It stop to keep the speed updated...

    Please, help me...
    Thanks
    Try this

    Speed and Position Executioner
    New Age Garmin - Skin for RR
    New Age Slider - RR SKin In Progress
    "It's called CODE because I don't want you to know"

  8. #28
    kuo
    kuo is offline
    Variable Bitrate kuo's Avatar
    Join Date
    Jun 2003
    Location
    Greensboro, NC
    Posts
    439
    why is it not recommended to use gpsexec with as a speed trap notifier using a database such as trapster? is it too resource hungry if there are thousands of entries in the ini file?
    my car: 2003 g35 coupe, 2.5ghz c2d cpu, gigabyte micro atx mb, dsatx
    wife's car: 2004 honda accord coupe 2.4ghz p4 cpu, asus micro atx mb, opus 150
    company car: 2006 chevy avalanche 2.0ghz p4 laptop, cnx p1900

  9. #29
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by kuo View Post
    why is it not recommended to use gpsexec with as a speed trap notifier using a database such as trapster? is it too resource hungry if there are thousands of entries in the ini file?
    hey hey... haven't seen you in awhile...

    anyway, the search for locations in gpsexec is just not optimized for thousands of points.. I have not tried it myself but chances are it could get slow and use significant amount of the CPU.. but if you'd like to try it, be my guest and let us know how it works..
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  10. #30
    Raw Wave pierrotm777's Avatar
    Join Date
    May 2008
    Location
    Bordeaux, France
    Posts
    1,942

    He he

    I was my first idea , use GPSExec like an speed alarm .

    You think that is not a good use for GPSExec ?

Similar Threads

  1. nGhost 2.0.0 Final is out!
    By tripzero in forum LinuxICE
    Replies: 53
    Last Post: 07-16-2009, 10:16 PM
  2. pc reboot on sd startup
    By duanes7 in forum StreetDeck
    Replies: 3
    Last Post: 12-14-2007, 09:55 AM
  3. IRMAN plugin
    By knyarko in forum StreetDeck
    Replies: 3
    Last Post: 01-05-2007, 09:26 PM
  4. Replies: 0
    Last Post: 06-11-2006, 06:49 PM
  5. Winamp LCD display plugin / IRMan plugin - together?
    By Jarrod in forum Software & Software Development
    Replies: 9
    Last Post: 06-03-2002, 06:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •