Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CA] [CA11] Software Glitch - Axiom 12
10-02-19, 08:09 AM
Post: #11
RE: [CA11] Software Glitch - Axiom 12
David,

Bump. Our engineering team has requested a NMEA 2000 log from the system in support of this investigation. The diagnostic NMEA 2000 logging feature may be accessed via the command sequence HOME->SETTINGS->NETWORK->DIAGNOSTICS->NMEA DEVICES & MESSAGES. Please capture approximately 1 minute of data with the system fully up and engines operating. Please attach the resulting NMEA 2000 log to this thread.
Find all posts by this user
Quote this message in a reply
10-04-19, 03:47 PM (This post was last modified: 10-07-19 08:29 AM by Chuck - Raymarine - Moderator.)
Post: #12
RE: [CA11] Software Glitch - Axiom 12
Here is the layout of my network. I will upload a log later during the week-end.
David


Attached File(s)
.pdf  NMEA2000 Layout.pdf (Size: 41.49 KB / Downloads: 185)
Find all posts by this user
Quote this message in a reply
10-07-19, 08:45 AM
Post: #13
RE: [CA11] Software Glitch - Axiom 12
Thanks David,

We'll be looking forward to receiving the logs. Typically, the Mercury NMEA 2000 gateway would have been interfaced directly to the marine electronics backbone including the Raymarine products. Should you have installed the Yacht Devices NMEA Bridge YDNB-07 for any specific filtering purpose, then please elaborate.
Find all posts by this user
Quote this message in a reply
10-07-19, 05:42 PM
Post: #14
RE: [CA11] Software Glitch - Axiom 12
Hello Chuck,
Connecting the Mercruiser Gateway directly to the electronics backbone was giving errors such as:
1- Conflicting Trim tabs position reading
2- Intermitent false water temp reading
3- Engine Transmission error (No transmission on my boat, only gear mode is valid...)
4- J1939 Message creating error on the Logs (Axiom & I70s)

Here is the custom filters I have loaded in the YatchD device:

# Current configuration of Yacht Devices NMEA 2000 Bridge
# Firmware: 1.31 17/07/2019
# Serial: 000xxxxx, Password level: 0
# CAN1 connected to the Mercruiser Gateway
# CAN2 connected to the Raymarine SeatalkNG Network

PGNS_TO_ASSEMBLY=
FW_CAN1_TO_CAN2=ON
FW_CAN2_TO_CAN1=OFF
CAN1_HARDWARE_FILTER_1=0x00000000,0x00000000
CAN2_HARDWARE_FILTER_1=0x00000000,0x00000000
CAN2_SPEED=250

match(CAN1, 0x01FE1000, 0x01FFFF00)
{
# Block message about TrimTab from CAN1
}

match(CAN1,0xEF,0xFF)
{
# Block message for Engine with EF in J1939
}

match(CAN1,00,0xFF)
{
# Block message for Engine with 00 in J1939
}

match(CAN1,01,0xFF)
{
# Block message for Engine with 01 in J1939
}

match(CAN1, 0x1F20500, 0x1FFFF00)
{
a=get(DATA,UINT8)
if (a < 0x11) {
send(CAN2)
}
# Block message with transmission data except gear mode
}

match(CAN1, 0x01FD0600, 0x01FFFF00)
{
a=get((DATA + 1),UINT32)
if (a > 0xffff5d07) {
send(CAN2)
}
# Block Negative temperature (Bad reading) on Water Temp
}

Let me know if additionnal info is required.
Kind Regards,
David
Find all posts by this user
Quote this message in a reply
10-08-19, 07:48 AM
Post: #15
RE: [CA11] Software Glitch - Axiom 12
David,

Were you able to collect the requested logs over the weekend.
Find all posts by this user
Quote this message in a reply
10-08-19, 08:57 AM (This post was last modified: 10-08-19 01:07 PM by Chuck - Raymarine - Moderator.)
Post: #16
RE: [CA11] Software Glitch - Axiom 12
Unfortunately not, the weather was not so great here... Will definitely do it during next week-end. Season is almost over here...
Sorry for the delay.
Find all posts by this user
Quote this message in a reply
10-08-19, 01:11 PM
Post: #17
RE: [CA11] Software Glitch - Axiom 12
Thanks David,

Our final boating day was this past Sunday morning and the weather was obsimal in New Hampshire's Lakes Region. Your logs will aid greatly in solving this issue. As you can see from this and another similar thread within the Forum, we presently have three others reporting problems with the Fuel Manager feature in conjunction with the Mercury engine gateway. Logs have been requested from them as well. Hopefully, all will respond with the requested logs to support this investigation.
Find all posts by this user
Quote this message in a reply
10-12-19, 01:43 PM (This post was last modified: 10-14-19 07:38 AM by Chuck - Raymarine - Moderator.)
Post: #18
RE: [CA11] Software Glitch - Axiom 12
Hello Chuck,
Here is couple log I was able to get. This include engine start and cruising at 30mph. I'm including the diagnostic file that outlilne all peripheral on my network. Keep in mind that my Mercruiser Gatway is filtered by my YATCHD bridge preventing some data to be transfer to the electronic network. (J1939 engine data...See list on the other post)
The boat is going out of the water on Wednesday night (oct 16). Let me know before if additional test is required to help.
David


Attached File(s)
.json  Diagnostics_.json (Size: 4.51 KB / Downloads: 156)
.log  nmea2000_20191012_1.log (Size: 3.73 MB / Downloads: 144)
.log  nmea2000_20191012_2.log (Size: 1.42 MB / Downloads: 148)
.log  nmea2000_20191012_3.log (Size: 1.74 MB / Downloads: 152)
Find all posts by this user
Quote this message in a reply
10-13-19, 01:56 PM (This post was last modified: 10-14-19 07:39 AM by Chuck - Raymarine - Moderator.)
Post: #19
RE: [CA11] Software Glitch - Axiom 12
Hello Chuck,
Here is another interesting snapshot I took on my way back. I also did another log but the fuel manager was already corrupted when I start logging.
Kind Regards,
David


Attached File(s) Thumbnail(s)
       

.log  nmea2000_20191013_14.log (Size: 2.35 MB / Downloads: 157)
Find all posts by this user
Quote this message in a reply
10-14-19, 07:49 AM
Post: #20
RE: [CA11] Software Glitch - Axiom 12
David,

Thanks for the requested data. I have added them to the engineering problem report accordingly and have notified the engineering team of that the request for logs has been answered.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)