XC40 CEM pinout & canbus - Printable Version +- OrBit Forums (https://forums.spaycetech.com) +-- Forum: Configuration Items (https://forums.spaycetech.com/forumdisplay.php?fid=3) +--- Forum: Misc (https://forums.spaycetech.com/forumdisplay.php?fid=16) +--- Thread: XC40 CEM pinout & canbus (/showthread.php?tid=647) |
XC40 CEM pinout & canbus - rachas - 11-08-2024 Hi Guys, I am new to this forum and sorry if this question repeats, but I could not find the answer. OK let start from beginning. I have Volvo XC40 2021/2022 - CEM - 32268108 AB -> SPC 5748G (Power Arch) on my garage bench, but I believe this same CEM goes to XC60 and others. I am trying to connect to this CEM via CAN bus and play around just for my curiosity. Straight away I have faced the issue. OK let explain, what I did and trying to do. I found on internet this electrical wiring manual MC-10236765-9999.pdf and figured out that I need use those pins to connect to power it the CEM: NOTE: because of thread has limitation I have to split my message in parts. Code: 12V possitive Attaching screenshot of my findings (page 9, 10, 15 & 19). Once I power the CEM I see traffic on the CAN bus, but I can not get response back from a CEM, when I do send messages like: Code: 7DF 023E800000000000 -> Tester present with functional id What I see on Can Bus, like this going in the loop: Code: 0E3 [8] E0 00 00 00 00 00 00 00 and because I am not sure if on new CMA/SPA cars on CAN Bus system CEM still address called canIdTX - 72E, canIdRX - 726, that is why I did used all addresses from 0x70[0-7] to 0x7F[0-7] to test, but still with no luck get response. I know that if you want go diagnostics on the XC40 you need press Start/Stop button for 5 sec. Here it comes my question. When you press button for 5 sec is CEM goes to some kind diagnostic mode, like some pin gets additional 12V+ of power? Or might on CAN bus some module like VCM sends specific message like: (7DF 023E800000000000 -> Tester present etc?)? Or I might missing some additional power connection to CEM to get CEM work properly? I understand I ask difficult questions, but I believe there are lot of clever people on this forum than me [img]data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7[/img] and they can direct me to correct way. Thank you in advance for any answer. Regards, Rachas Attaching the pics. RE: XC40 CEM pinout & canbus - IMAY2023 - 11-09-2024 Pressing and holding the "turn on" switch 5 sec without pressing the break, puts the car into ignition 2 stage. When you power on the CEM, it will send many messages and some of those massages are requests from other ECUs such as VCM, BSM, ECM and so on. If it does not get the correct reply, it does not start many internal components. Regarding the message IDs. starting from 600 and up, they are all diagnostic message IDs. higher the message ID lower the priority. None of the internal regular messages between the ECUs use those high message IDs. |