NMEA 2000 Shield

DataDisplay2 is one example how you can catch messages and parse their data. You should study it and understand the idea and build your own code for handling data. With parse functions you get data in full resolution double (note that on Mega double is actually float), which you can handle as you like. The DataDisplay2 example is not very usable execpt as example of using library functions.