Page 1 of 1
CAN switch board
Posted: Thu Feb 28, 2019 6:14 am
by FIS
I use CAN switch board for my steer switches using simple switch mask. I wonder what is SW parameter and how it works. I couldn't find in manual.
Thank you
Re: CAN switch board
Posted: Thu Feb 28, 2019 12:12 pm
by jgm
There is .CANX file for the Switchboard included in the PMU Client (attached a copy).
Please configure the Switchboard using jumpers on the pcbboard for ID2 (the ID will be 0x666).
All 8 switches are switches to ground (Active Low in PMU terminology).
Re: CAN switch board
Posted: Thu Feb 28, 2019 2:29 pm
by FIS
Thank you for reply,
What is the meaning of parameter SW#1-SW#7 on ID 0X335?
Re: CAN switch board
Posted: Thu Feb 28, 2019 3:05 pm
by jgm
It's the copy of the information from the Switchmask. Some ECU does not handle bit extraction.
It's 0 (zero) or 1 (one) passed as the whole bytes in the CAN stream.
Consider using ID2 at 0x666. The support is integrated into EMU BLACK, maybe you can use it in the future.
Re: CAN switch board
Posted: Thu Feb 28, 2019 3:24 pm
by FIS
I got it. Thank you !