CDR - Attached is the SDK.ini I use for MC2 @ FD - works find for the most part how ever the GPS.swf with in the skin ( the small square box bit ) and the main screen don't change the arrow directions when I'm routing some where. The main screen how ever does show the ETA etc etc.
Any way, am I missing some thing in the ini some where ?
Thanks
Terran
Code:
[sdk]
# Here you can add what info you want sending to what app. Below is a list of the info you can send and a default format.
# The format you need to do is.. command=app so FDSPEED=RoadRunner would send the speed to roadrunner via the COMsend command
# Here are the commands I've added
# FDSPEED - What speed your doing
# FDSATS - Number of Sats currently getting
# FDSATIND - Sends "ON" if more that three sats are being receieved, otherwise sends "OFF"
# FDETA - Expected time of arrival
# FDETR - Expected time remaining
# FDHEAD - Heading in word format or degrees (dependant on the skin your using in freedrive)
# FDHEADEG - Heading in degrees
# FDROAD - Current Address
# FDLONG - Present Longtitude
# FDLAT - Present Latitude
# FDALT - Present Altitude
# FDTIME - Time
# FDDATE - Date
# FDEND - End Address (the one your routing to)
# FDDIST - Distance to end
# FDUNITS - Impiral or metric.. (miles or km)
# FDMAN - Informs that Freedrive is about to talk (Approaching Maneuver)
# FDNEXTMAN - Next Maneuver
# FDNEXTSTREET - Next Street
# FDNEXTMANDIST - Distance to Next Maneuver
# FDMANFULL - Complete line with next direction in it (made up from above 3)
# FDCAMS - Diplays number of cams, and also name of cam in in alert status
# All the above info will be sent when FreeDrive updates. ie. once a second.
# You will get the info from FreeDrive like this "SETLABEL;CUSTOMFDSPEED;30", It will be upto you how you split it up and process it.
FDSPEED=RoadRunner
FDSATS=
FDSATIND=
FDETA=RoadRunner
FDETR=RoadRunner
FDHEAD=
FDHEADDEG=RoadRunner
FDROAD=RoadRunner
FDLONG=
FDLAT=
FDALT=
FDTIME=
FDDATE=
FDEND=
FDDIST=
FDUNITS=
FDMAN=
FDNEXTMAN=RoadRunner
FDNEXTSTREET=RoadRunner
FDNEXTMANDIST=RoadRunner
FDMANFULL=
FDCAMS=
/FDMENU=RoadRunner
# Please see the bundled SDK example (borrowed from RR)
# Thanks goes to Guino for helping me with this
BTW - Are you able to add the speed cam symble to the main screen / gps.swf when its detected and you not with in FD ?
Thanks
Terran