I am trying to implement a plugin for the furuno autopilot NavPilot-711c/700.
Sniffing the n2k traffic I see that TZ Pro sents the pgn 129285, but it seems not to be implemented here.
{
"pgn": 129285,
"prio": 6,
"src": 4,
"dst": 255,
"timestamp": "2025-11-15T22:32:21.673Z",
"description": "Navigation - Route/WP Information",
"fields": {
"startRps": null,
"nitems": 2,
"databaseId": 0,
"routeId": null,
"navigationDirectionInRoute": "Forward",
"supplementaryRouteWpDataAvailable": "Off",
"reserved": null,
"routeName": null,
"reserved9": null,
"list": [
{
"wpId": null,
"wpName": null,
"wpLatitude": -17.6814665,
"wpLongitude": 177.3838499
},
{
"wpId": 1,
"wpName": "WPT001",
"wpLatitude": -17.6936884,
"wpLongitude": 177.3707721
}
]
},
"id": "navigationRouteWpInformation"
}
Hi,
I am trying to implement a plugin for the furuno autopilot NavPilot-711c/700.
Sniffing the n2k traffic I see that TZ Pro sents the pgn 129285, but it seems not to be implemented here.