Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changes in canboat to 130306 and 129029 broke n2k output #34

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 30 additions & 9 deletions lib/pgns.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Comment":"See https://github.com/canboat/canboat for the full source code",
"CreatorCode":"Canboat NMEA2000 Analyzer",
"License":"GPL v3",
"Version":"1.1.0",
"Version":"1.1.1",
"PGNs": [

{
Expand Down Expand Up @@ -9517,7 +9517,7 @@
"Id":"geoidalSeparation",
"Name":"Geoidal Separation",
"Description":"Geoidal Separation",
"BitLength":32,
"BitLength":16,
"BitOffset":304,
"BitStart":0,
"Units":"m",
Expand All @@ -9529,15 +9529,15 @@
"Name":"Reference Stations",
"Description":"Number of reference stations",
"BitLength":8,
"BitOffset":336,
"BitOffset":320,
"BitStart":0,
"Signed":false},
{
"Order":16,
"Id":"referenceStationType",
"Name":"Reference Station Type",
"BitLength":4,
"BitOffset":344,
"BitOffset":328,
"BitStart":0,
"Type":"Lookup table",
"Signed":false,
Expand All @@ -9556,7 +9556,7 @@
"Id":"referenceStationId",
"Name":"Reference Station ID",
"BitLength":12,
"BitOffset":348,
"BitOffset":332,
"BitStart":4,
"Units":null,
"Signed":false},
Expand All @@ -9565,12 +9565,12 @@
"Id":"ageOfDgnssCorrections",
"Name":"Age of DGNSS Corrections",
"BitLength":16,
"BitOffset":360,
"BitOffset":344,
"BitStart":0,
"Units":"s",
"Resolution":"0.01",
"Signed":false}]},
{
{
"PGN":129033,
"Id":"timeDate",
"Description":"Time & Date",
Expand Down Expand Up @@ -16477,7 +16477,28 @@
{"name":"Magnetic (ground referenced to Magnetic North)","value":"1"},
{"name":"Apparent","value":"2"},
{"name":"True (boat referenced)","value":"3"},
{"name":"True (water referenced)","value":"4"}]}]},
{"name":"True (water referenced)","value":"4"}]},
{
"Order":5,
"Id":"reserved",
"Name":"Reserved",
"Description":"reserved",
"BitLength":5,
"BitOffset":43,
"BitStart":3,
"Type":"Binary data",
"Signed":false},
{
"Order":6,
"Id":"reserved",
"Name":"Reserved",
"Description":"reserved",
"BitLength":16,
"BitOffset":48,
"BitStart":0,
"Type":"Binary data",
"Signed":false}]},

{
"PGN":130310,
"Id":"environmentalParameters",
Expand Down Expand Up @@ -26387,4 +26408,4 @@
{"name":"Pass","value":"0"}]}]}
]
}