9 Attachment(s)
Pc_Navigator 12 Free command by TCP/IP interface
I didn't know well Pc_Navigator 12 Free, and after have read a little beat its features, i have seen that a free version exist with all free maps whose we need (OpenStreetMap) .
Attachment 66325
It is possible to command Pc_Navigator by a COM interface or a TCP/IP interface.
I had choose to command Pc_Navigator by its TCP/IP interface.
I wrote (thanks to the french autoit forum) a little script that can send a command to Pc_Navigator .
The example that follow send a gps coordinate and launch the navigation :
Code:
RUN;$SKINPATH$Scripts\PcNavigator_cmd.exe|127.0.0.1|4242|$destination=45.869740,-0.566483;navigate
Others examples:
$window=100,500,1000,800,border
$window=0,73,800,472,noborder
$navigation_statistics
$message="This is my message";instant
$message="You check a YES/NO message";ask;instant
$stop_navigation
$last_position
$sound_volume=0
$sound_volume=100
$minimize
$restore
$exit
$set_mode=day
$set_mode=night
$chat=message
$software_version
$protocol_version
I wrote also a GUI version of this script that can send a command to Pc_Navigator (ipaddress, port, latitude and longitude are modifiable).
Attachment 66410
You can use the default list or create your own list into a ini file:
[PcNavigator_cmd]
populate_combo2=france;48.862949,2.306572|germany;48.131948,11.570702|united states;4.811500,-74.346749*france;48.862949,2.306572
Attachment 66408
Attachment 66334
After each command, Pc_Navigator return a message that you can see into the RR variable 'PCNAVIGATORRETURN' !
How to configure Pc_Navigator 12:
Attachment 66326
Attachment 66327
Attachment 66328
Attachment 66329
Attachment 66330
I wrote also a Plugin version that run very well into my last RR Plugin RRGoogleMapsTools (only with the V1.3.0 version)
How to embbed Pc_Navigator 12 into RideRunner:
Just follow this thread, Navigator 12 from Mapfactor
History:
******
V1.0.3 26/12/2012
The PCNAVI_GPSTONAVIGATOR command accept now 0 or 2 variables
V1.0.2 20/12/2012
Use the good commands format !!!
PCNAVI_GPSTONAVIGATOR;$YOURLAT$;$YOURLON$
V1.0.1 18/12/2012
Added the possibility to have variables as LATITUDE and LONGITUDE:
PCNAVI_GPSTONAVIGATOR;$YOURLAT$;$YOURLON$
New labels for LATITUDE, LONGITUDE, ALTITUDE, SPEED (in km/h) and HEADING .
V1.0.0 First release