Offline
Hey Nick,
I've written some code that pushes simulated boat data to Expedition, using the Expedition wire protocol over UDP.
Out of all the data fields I've tested, the only ones that do not seem to work are BSP and GPS-related data such as Lat/Long.
The BSP one has me stumped, is there another field of data that Expedition wants, for that to register? I can see it coming through on the raw data.
For the GPS, I have the network selected as the GPS source and am publishing the following fields/values (with the checksum at the end.)
#0,48,${row.Lat},49,${row.Lon},41,${PDOP},39,${GpQual},43,${GpsNum},44,${GpsAge},45,${Altitude},46,${GeoSep},47,${GpsMode},146,${GPSTime}
For the values, I'm using real values from one of my log files while testing.
Does Expedition not accept the Expedition instrument type as a valid GPS source or are there extra fields that I should include?
Here's a copy and paste from the Raw data window for two updates.
#0,50,38.6,15,23.2,51,11.371,17,-0.2,1,11.728,13,42.7,2,118.5,3,10.42,18,-4.2*3C
#0,48,-27.83562,49,153.605404,41,1.4,39,1,43,12,44,0,45,13.81,46,0.01,47,3,146,45464.92426*0D
Any suggestions?
Cheers.
Offline
Bsp is channel 1.
Do you have it selected in the Rx list in Exp?
Offline
Argh... That's what it was for both GPS and BSP.
Sorry Nick.
Thanks