
WinFrog User’s Guide - Appendix C - Output/Simrad 301 DP Page 7 of 7
Raw Data Logging (type 450 record):
In WinFrog:
The output from WinFrog (in the program) is as follows:
sprintf(rawStr, "450,%s,%.2f,%.8f,%.8f,%.8f,%.8f,%.3f,%.3f,%.3f,%.8f,%.8f\n",name,
fixTime,centreLat,centreLon,
waypointX,waypointY,desiredBrg,desiredSpeed,desiredRange,
currentX,currentY);
Raw 450 Record:
The raw record that is sent out is as follows:
450,SIMRAD301 DP,981049207.16,46.24042762,-63.19942990,
484606.33122696,5120733.25075906,0.000,0.000,0.000,4846244.23073136,512
07802.12423819
Where:
981049207.16, is the time of the last position.
46.24042762,-63.19942990, is the latitude and longitude of the
vessel position (as described in the Config DP Output Window).
484606.33122696,5120733.25075906, are UTM grid coordinates for the
Waypoint being tracked under Setup Waypoint Tracking in the
Configure Vehicles Window. This is not to be confused with Line
Tracking. I.e. This driver tracks Waypoints, not Line Nodes.
4846244.23073136,51207802.12423819, is the Vessel Position (Grid)
(as described in the Config DP Output Window). This value is
described to the decimeter, not to the metre.
and,
no other data fields are relevant for the Simrad 301 WP device.
Note that Survey Line nodes will not show up in the type 450 raw data file, instead
the Waypoint being tracked (under Setup Waypoint Tracking) will be output to the
raw file. The last initiated Waypoint Tracked will show up in the type 450 record.