n2k-signalk icon indicating copy to clipboard operation
n2k-signalk copied to clipboard

PGN 127493 – Transmission Parameters, Dynamic

Open maxim-s-barabash opened this issue 1 year ago • 0 comments

var status1Notifications = [
  {
    node: 'notifications.propulsion.%s.transmission.checkTransmission',
-    message: 'Check %s Engine',
+    message: 'Check %s Transmission',
    analyzerText: 'Check Transmission'

https://github.com/SignalK/n2k-signalk/blob/c6ffb1a01331bd3e1d55352d283089ce4a211589/pgns/127493.js#L31

Wrong message

NOTE: 6 Transmission Discrete Status – This field indicates warning conditions of the transmission with the following bit assignments (value of 1 indicates warning present):

Bit 0: Check Transmission
Bit 1: Over Temperature
Bit 2: Low Oil Pressure
Bit 3: Low Oil Level
Bit 4: Sail Drive
Bit 5-8: These bits are reserved and should be masked when read
7: Reserved – This field is reserved by NMEA

maxim-s-barabash avatar Aug 14 '23 17:08 maxim-s-barabash