[CA] [CA11] Software Glitch - Axiom 12
|
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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)