• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

NMEA 0183 I/O Configuration Examples

Protocols - NMEA 0183 I/O

Introduction

The NMEA0183IO library provides a suite of I/O Servers to interface CDP signals with the NMEA 0183 protocol, a widely adopted marine communication standard. It enables bidirectional translation between CDPSignal values and NMEA 0183 ASCII sentences, allowing integration of CDP applications with maritime navigation and sensor systems.

Supported transport layers include:

  • Serial (e.g., RS-232, RS-485, RS-422)
  • UDP over IP networks
  • TCP/IP connections
  • Internal CDP messaging

The library includes the following pre-defined I/O Server types:

  • NMEAOnSerial – NMEA 0183 over serial ports
  • NMEAOnUDP – NMEA 0183 via UDP/IP
  • NMEAOnTCP – NMEA 0183 over TCP/IP
  • NMEAOnCDP – NMEA 0183 exchange using CDP's internal messaging. This can typically be used for tunneling NMEA data through special hardware, such as the Wago 750-652 module, or for software-multiplexing NMEA telegrams.

Note: The NMEA 0183 standard is maintained by the National Marine Electronics Association (NMEA) and requires a license for full access to official documentation.

Usage

To use the NMEA0183IO library:

  • Add one of the supported I/O Servers to your CDP Studio system
  • Configure the I/O Server to match the transport method (Serial, TCP, UDP, CDP)
  • Define NMEA Sentence Handlers to map specific NMEA sentence fields to CDPSignals
  • Connect the CDPSignals to producers or consumers in your system
  • Use CDP Studio to monitor and verify communication

See the following for step-by-step instructions:

  • Configuration Examples
  • Configuration Manual

Details

The NMEA0183IO library is designed to simplify integration with systems that communicate using NMEA 0183, a standard used for GPS, AIS, sonar, and various marine sensors. Each I/O Server in the library handles:

  • Parsing incoming NMEA sentences and updating corresponding CDPSignals
  • Formatting and sending NMEA sentences based on CDPSignal values
  • (Optional) Sentence checksum verification

Supported Features:

Each sentence type (e.g., GPGGA, GPRMC) can be individually configured with:

  • Header
  • Signal mappings
  • Optional checksum Disable

Troubleshooting

To better troubleshoot issues with communication, you can set the NMEA component Debug property to a non-zero value. The component will then print out telegrams and information in the Application Output pane. Higher values gives more information.

If NMEA 0183 communication is not working as expected, consider the following:

Common issues and solutions:

ProblemSolution
No data receivedCheck cable or network connectivity, verify serial port or IP settings.
Invalid checksum warningsEnsure that the sending device is using correct sentence formatting.
Signal values not updatedVerify that sentence fields are correctly mapped to existing CDPSignals.
Communication latencyCheck CPU load and sentence update intervals; use logging to identify bottlenecks.

Use CDP Studio's built-in monitor and log views to trace sentence reception, parsing, and signal updates.

NMEA 0183 Resources

The NMEA 0183 standard documentation can be acquired through the official NMEA website. The standard is proprietary and not freely available.

The following additional NMEA resources might also be useful:

  • NMEA 0183 on Wikipedia
  • NMEA Revealed
  • NMEA Data Formats

Note: For more information about CDP Technologies partnerships, see Our Partners. For official NMEA documentation, visit the NMEA website.

NMEA 0183 I/O Configuration Examples

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top