Skip to content

Commit

Permalink
fix: changes in canboat to 130306 and 129029 broke n2k output (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Nov 6, 2018
1 parent 646663d commit 4ee0a4c
Showing 1 changed file with 30 additions and 9 deletions.
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"}]}]}
]
}


0 comments on commit 4ee0a4c

Please sign in to comment.