Difference between revisions of "NMEA"
(Created page with "The NMEA I/O Server can be used to interface HSYCO and the Arteco Next platform using the Arteco Open Connector SDK protocol. The current release of the I/O Server has been ...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The NMEA I/O Server | + | The NMEA I/O Server implements a basic NMEA 0183 TCP client that connects to a NMEA 0183 source and receives all sentences, checking and discarding the checksum of valid messages, and ignoring invalid messages. |
+ | |||
+ | Different datapoints are generated for each sentence. The datapoint name is the lowercase sentence tag. | ||
+ | |||
+ | The value is a comma separated string of all fields following the tag. The checksum field and its "*" delimiter character are not included in the value string. The "$" or "!" start delimiters are not included in the datapoint names. Sentences not starting with the "$" or "!" start delimiters or with a wrong checksum are discarded. | ||
− | |||
[[Category:I/O Server]] | [[Category:I/O Server]] | ||
== HSYCO Configuration == | == HSYCO Configuration == | ||
− | Add an | + | Add an NMEA I/O Server in the [[Settings#I/O Servers|I/O Servers section of the Settings]] and set its parameters: |
=== Communication === | === Communication === | ||
− | *'''IP Address''': host name or IP address of the | + | *'''IP Address''': host name or IP address of the NMEA 0183 server |
− | *'''IP Port''': TCP/IP port | + | *'''IP Port''': TCP/IP port of the NMEA 0183 server |
− | |||
− | |||
=== High Availability === | === High Availability === | ||
Line 18: | Line 19: | ||
=== Options === | === Options === | ||
− | + | n/a | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Datapoints == | == Datapoints == | ||
Line 50: | Line 37: | ||
|offline | |offline | ||
|R | |R | ||
− | |HSYCO can't connect to the | + | |HSYCO can't connect to the NMEA 0183 TCP server |
|- | |- | ||
− | | | + | |<tag> |
|value | |value | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|R | |R | ||
− | | | + | |the sentence fields, excluding leading sentence tag and checksum |
− | |||
− | |||
− | |||
|- | |- | ||
|} | |} | ||
− | + | Note that events are only generated on datapoint's change, so repeated identical sentences don't generate multiple events. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Release Notes == | == Release Notes == | ||
+ | === 3.8.0 === | ||
+ | *improved NMEA sentences parser compatibility | ||
=== 3.5.1 === | === 3.5.1 === | ||
*initial release | *initial release |
Latest revision as of 14:11, 12 February 2021
The NMEA I/O Server implements a basic NMEA 0183 TCP client that connects to a NMEA 0183 source and receives all sentences, checking and discarding the checksum of valid messages, and ignoring invalid messages.
Different datapoints are generated for each sentence. The datapoint name is the lowercase sentence tag.
The value is a comma separated string of all fields following the tag. The checksum field and its "*" delimiter character are not included in the value string. The "$" or "!" start delimiters are not included in the datapoint names. Sentences not starting with the "$" or "!" start delimiters or with a wrong checksum are discarded.
Contents
HSYCO Configuration
Add an NMEA I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- IP Address: host name or IP address of the NMEA 0183 server
- IP Port: TCP/IP port of the NMEA 0183 server
High Availability
- Shutdown when inactive: defaults to false.
Options
n/a
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the NMEA 0183 TCP server | |
<tag> | value | R | the sentence fields, excluding leading sentence tag and checksum |
Note that events are only generated on datapoint's change, so repeated identical sentences don't generate multiple events.
Release Notes
3.8.0
- improved NMEA sentences parser compatibility
3.5.1
- initial release
ARTECO is a registered trademark of Arteco Srl.