NMEA 2000 Display App for iKonvert USB

NMEA 2000 Display App For iKonvert USB

Installation and Instruction Manual

Introduction

With more and more modern boats having an NMEA2000 network at the heart of their navigation system, it is really important that you have the tools to investigate the devices and data on the network should things not work as planned. There are some NMEA2000 tools available but they only run on Windows and do not support all of the latest PGNs plus they can be difficult to install.

The world's First Multi-Platform Browser-Based NMEA2000 Display App

Getting Started

Digital Yacht's NMEA2000 Display App takes a new approach and is the World's first multi-platform, browser based NMEA2000 Display App that will run on Windows, LINUX, Mac OSX and Raspbian. There is no installation and if you can save a file and find it again, then that is as complex as it gets with just a single HTML5 file to worry about (less than 0.5MB in size). You need to use an app with a browser that supports the Web Serial API, which currently includes Chrome, Chromium, MS Edge and Opera. We also plan to support Firefox going forward (with its WebSerial Extension) but this was not possible for the first release of the app.

Designed to work with our iKonvert USB Gateway, simply download the free App from our dedicated GitHub site: https://github.com/digitalyacht/NMEA2000-Display-App

Unzip the file and after plugging your iKonvert USB in to your computer, double click the HTML file. Your default browser will open the web App and display the welcome page.

A screenshot shows the welcome screen of the NMEA 2000 Display Program, prompting the user to connect to their device. It instructs the user to click the 'Connect' button and select the appropriate USB serial port, mentioning an 'Auto Detect and Connect' feature.

Click the CONNECT button and the app will search for the iKonvert USB and display all of the USB serial ports that it found.

A dialog box from the NMEA 2000 Display Program shows a prompt to select a serial port for connection, listing available USB serial ports.

Using the NMEA 2000 Display App

Viewing PGN Data

Select the serial port that has been allocated to your iKonvert USB and click the CONNECT button. The app will now start checking what baud rate the iKonvert USB is set to (takes less than 10 seconds) and as soon as it detects the baud rate, set the iKonvert USB to its RAW NMEA2000 Mode (230400 baud).

Now the app will start receiving PGNs and displaying them in a table.

A screenshot shows the NMEA 2000 Display Program interface displaying a table of received NMEA 2000 data, with various PGNs and their associated details.

NMEA 2000 Data Table
PGNMessage TitleSRCDESTTimeInterval (Average)Message Data in Hex
127488Engine Parameters Rapid Update225500:00:240.10s (0.13s)00 00 00 FF FF 7F FF FF
127493Transmission Parameters Dynamic225500:00:240.10s (0.12s)00 FD FF FF FF FF EO FF
65280Proprietary message225500:00:240.10s (0.12s)1D 9C 15 05 00 FF FF FF
61184Proprietary message22525500:00:235.01s (5.01s)66 99 14 22 8F 00 00 00
61184Proprietary message22725500:00:235.01s (5.01s)66 99 00 02 01 00 00 00
129025Position Rapid Update625500:00:240.20s (0.52s)60 04 23 1F 4C CC AB FE
127258Magnetic Variation625500:00:240.99s (1.00s)00 F3 00 00 01 FD FF FF
126992System Time625500:00:240.99s (1.00s)00 F0 6E 4F 00 DF 63 1B
129291Set & Drift Rapid Update625500:00:240.99s (1.00s)00 FC 00 00 00 00 FF FF
129029GNSS Position Data625500:00:241.00s (1.00s)00 6E 4F 00 DF 63 18 00
CO 33 63 A4 E5 3F 07 00
57 38 34 00 00 00 00 00
129044Datum625500:00:241.00s (1.00s)00 00 00 00 00 00 00 00
127508Battery Status325500:00:241.50s (1.50s)00 2E 13 00 00 1F 72 00
127750Converter(Inverter/Charger) Status325500:00:241.50s (1.50s)00 00 FF FF FF FF FF FF
00 FF FF FF FF 83 72 2E
127489Engine Parameters Dynamic225500:00:240.51s (0.51s)13 FF 7F FF FF FF FF FF

Viewing PGN Details

To display the real time values of a PGN, click on the PGN row that you are interested in and a PGN Info pop-up will appear.

A pop-up window displays detailed information for a specific PGN (e.g., PGN 127508, Battery Status), showing fields like Battery Instance, Voltage, Current, and Case Temperature.

PGN Information Example (Battery Status)
PGNSRCDESTMessage Data in Hex
127508, Battery Status225255Battery Instance: 0
Battery Voltage: 48.80
Battery Current: -4.20
Battery Case Temperature: 23.50 deg C
Sequence ID: 150

The following table shows other PGNs that may be displayed:

Other PGNs Displayed
PGNMessage TitleSRCDESTTimeInterval (Average)Message Data in Hex
129026COG & SOG Rapid00 00 00 00 00 00 FF FF
127488Engine Parameters00 00 00 FF FF 7F FF FF
127493Transmission Para00 FD FF FF FF FF EO FF
65280Proprietary messag1D 9C 15 05 00 FF FF FF
129025Position Rapid Up60 04 23 1F 50 CC AB FE
127508Battery Status22825500:00:181.50s (1.50s)00 20 13 F1 FF FF FF 96
127506DC Detailed Status22825500:00:181.50s (1.50s)96 00 00 4A FF 3F 38 FF FF 2F 01
127501Binary Status Report22825500:00:156.02s (6.02s)00 03 CO FF FF FF FF FF
61184Proprietary message22825500:00:180.50s (0.60s)66 99 08 03 2F 10 08 00
127508Battery Status22525500:00:181.51s (1.50s)00 10 13 D6 FF E1 73 96
127509Inverter Status22525500:00:181.51s (1.50s)03 03 00 DO
127507Charger Status22525500:00:181.51s (1.50s)00 FF F8 FD FF FF
127501Binary Status Report22525500:00:181.51s (1.50s)00 FF 00 00 FF FF FF FF
127508Battery Status22925500:00:181.50s (1.50s)EF 20 13 F1 FF FF FF 96
127506DC Detailed Status22925500:00:181.50s (1.50s)96 EF 00 4A FF 3F 38 FF FF 2F 01

Viewing Device Information

If you want to know more about the NMEA2000 Devices on your network, just click the DEVICES button in the top right corner and a Device table will be displayed with the iKonvert USB highlighted in white.

A screenshot shows the NMEA 2000 Device List interface, presenting a table of connected NMEA 2000 devices on the network. Columns include Source Address, Manufacturer, CAN Name, Class, and Function. The iKonvert USB device is highlighted.

NMEA 2000 Device List
SRC AddrManufacturerCAN NameDINClassFunction
0Vetus Maxwell INC.9F01A083008A32C00Inter/Intranetwork DeviceDigital to NMEA 2000 Gateway
1 (This device)Digital YachtB338A036008232C00Inter/Intranetwork DevicePC Gateway
2Vetus Maxwell INC.9F01A083039B64C03PropulsionMotor
3Vetus Maxwell INC.9F01A08304AA46C04Electrical GenerationBattery
4Vetus Maxwell INC.9F01A083059164C05PropulsionThruster Engine
6Digital Yacht0700A036009178C00NavigationOwnship Position (GNSS)
224Actisense10F92122028232C02Inter/Intranetwork DevicePC Gateway
225Victron EnergyF601C02C039946C03Electrical GenerationAC Mains (Utility/Shore)
226Victron EnergyF701C02C049A46C04Electrical GenerationAC Output
227Victron EnergyF501C02C02A046C02Electrical GenerationPower Converter Battery Charger
228Victron EnergyF901C02C01AA46C01Electrical GenerationBattery
229Victron EnergyFA01C02CEFAA46C07Electrical GenerationBattery
230Victron EnergyF401C02C0082F0CO0DisplayDisplay
242Digital YachtD1BAA836008932C00Inter/Intranetwork DeviceNMEA 2000 Wireless Gateway

If you want to know more information about a particular device, click the Device row that you are interested in and a Device Info pop-up will appear.

A screenshot shows a 'Device Info' pop-up window displaying specific details for a selected NMEA 2000 device, such as NMEA Database Version, Product Code, Model ID, and Software Version.

If you want to display the Device's Config Info, click the VIEW CONFIG INFO button.

A screenshot shows a 'Config Info' pop-up window providing configuration details for an NMEA 2000 device, including messages detected, NMEA Database Version, and certification level.

Conclusion

This basically covers all of the main features of the new NMEA2000 Display App and we will be looking to add more functionality in the future along with other NMEA2000 Web Apps that can run on your desktop or laptop computer.

Models: NMEA 2000, NMEA 2000 Display App For iKonvert USB, Display App For iKonvert USB, App For iKonvert USB

File Info : application/pdf, 6 Pages, 1.43MB

PDF preview unavailable. Download the PDF instead.

NMEA 2000 Display Apps for iKonvert USB

References

Microsoft Word pour Microsoft 365

Related Documents

Preview Digital Yacht AIT2000 Class B AIS Transponder Quick Start Guide
Installation and configuration guide for the Digital Yacht AIT2000 Class B AIS Transponder, detailing setup, connections, power, NMEA, USB, and troubleshooting steps.
Preview Digital Yacht AIT5000 Class B+ AIS Transponder Installation Manual
User manual for the Digital Yacht AIT5000 Class B+ AIS Transponder, detailing installation, configuration via web interface, NMEA/USB connectivity, and troubleshooting for marine navigation systems.
Preview Digital Yacht iKonvert (ISO) Gateway: Installation and Instruction Manual
Comprehensive guide to installing and operating the Digital Yacht iKonvert (ISO) Gateway, a device for converting NMEA0183 and NMEA2000 marine data signals.
Preview Digital Yacht OneFix: Hi-Precision GNSS Positioning Sensor for Marine Navigation
Discover the Digital Yacht OneFix, a hi-precision GNSS sensor offering superior accuracy, anti-spoofing, and interference resilience for marine navigation. Features dual-band L1/L5, NMEA 2000, WiFi connectivity, and data logging.
Preview Digital Yacht veKonvert: FAQs for Victron Battery Monitoring Systems
Frequently asked questions about the Digital Yacht veKonvert, a VE.Direct to NMEA 2000 gateway for Victron Energy battery monitoring systems like BMV and SmartShunt.
Preview Digital Yacht veKonvert: NMEA 2000 Interface for Victron Energy Devices
Discover the Digital Yacht veKonvert, a standalone NMEA 2000 interface designed to seamlessly integrate VE.Direct compatible devices, such as Victron Energy's SmartShunt, BMV Battery Monitors, and MPPT Solar Charge Controllers, into marine NMEA 2000 systems.
Preview Digital Yacht EngineLink NMEA 2000 Engine Monitor: Installation and Instruction Manual
Comprehensive installation and instruction manual for the Digital Yacht EngineLink NMEA 2000 Engine Monitor. Covers setup, operation, configuration, and troubleshooting for marine engine monitoring.
Preview Digital Yacht PilotLink2 Class A AIS Wireless Interface Installation Manual
Installation and instruction manual for the Digital Yacht PilotLink2 Class A AIS Wireless Interface. Covers setup, configuration, LED indicators, wireless networking, and web interface access for marine navigation systems.