It is a CAN simulator. Use to test CAN devices and software under development. Like a flight simulator, i produces the environment and experience without the real thing. It has limits it is not going to respond to a CEM crack the way a real one would.
Vida CEM swapping
- RickHaleParker
- Posts: 7129
- Joined: 25 May 2015
- Year and Model: See Signature below.
- Location: Kansas
- Has thanked: 8 times
- Been thanked: 958 times
Re: Vida CEM swapping
⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙⸙
1998 C70, B5234T3, 16T, AW50-42, Bosch Motronic 4.4, Special Edition package.
2003 S40, B4204T3, 14T twin scroll AW55-50/51SN, Siemens EMS 2000.
2004 S60R, B8444S TF80 AWD. Yamaha V8 conversion
2005 XC90 T6 Executive, B6294T, 4T65 AWD, Bosch Motronic 7.0.
1998 C70, B5234T3, 16T, AW50-42, Bosch Motronic 4.4, Special Edition package.
2003 S40, B4204T3, 14T twin scroll AW55-50/51SN, Siemens EMS 2000.
2004 S60R, B8444S TF80 AWD. Yamaha V8 conversion
2005 XC90 T6 Executive, B6294T, 4T65 AWD, Bosch Motronic 7.0.
-
jcdillin
- Posts: 196
- Joined: 30 October 2014
- Year and Model: 06 V70R
- Location: Jacksonville Florida
- Been thanked: 3 times
Ok, so I picked up a Teensy 4.0 and a couple 3.3V can transceivers. I'm testing this all out on a spare CEM on the desk before I unleash it on my V70R.
I have the CEM powered up with the following wires.
Brown Wire (D6) = Ground
Large Red (E:A) = Constant 12V
Large Red (E:B) = Constant 12V
Yellow (D15) = Switched 12V
Violet (D8) = Switched 12V
Blue-Red (D16) = Switched 12V
I have the can transceiver connected to
White CAN-H = (D:33)
Green CAN-L = (D:48)
So when I apply the switched 12V, relays click and the unit starts drawing ~400mA.
I start the teensy and get the following. I double-checked and I am connected to the HS CAN pins from the DLC.
Is the teensy 4.0 code not reliable yet or am I missing something?
I have the CEM powered up with the following wires.
Brown Wire (D6) = Ground
Large Red (E:A) = Constant 12V
Large Red (E:B) = Constant 12V
Yellow (D15) = Switched 12V
Violet (D8) = Switched 12V
Blue-Red (D16) = Switched 12V
I have the can transceiver connected to
White CAN-H = (D:33)
Green CAN-L = (D:48)
So when I apply the switched 12V, relays click and the unit starts drawing ~400mA.
I start the teensy and get the following. I double-checked and I am connected to the HS CAN pins from the DLC.
Code: Select all
CPU Maximum Frequency: 600000000
CPU Frequency: 180000000
Execution Rate: 180 cycles/us
Minimum CEM Reply Time: 30us
Platform: P2
PIN bytes to measure: 3
Number of samples: 30
Number of loops: 1000
Initialization done.
sending CEM into programming mode
send: ID=000ffffe data=ff 86 00 00 00 00 00 00
send: ID=000ffffe data=ff 86 00 00 00 00 00 00
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=c0 a8 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
recv: ID=0042406c data=80 88 00 00 60 00 a0 03
reading part number
send: ID=000ffffe data=50 88 00 00 00 00 00 00
recv: ID=0042406c data=c0 88 00 00 60 00 a0 03
calculating bytes 0-2
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
Timeout waiting for CEM reply!
-
vtl
- Posts: 4728
- Joined: 16 August 2012
- Year and Model: 2005 XC70
- Location: Boston
- Has thanked: 114 times
- Been thanked: 606 times
Start the Teensy first, wait for "sending CEM into programming mode", then immediately power on the CEM. CEM on the bench needs to see the ff 86 message in the first 20 ms or so, otherwise it goes into standby mode.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1 Replies
- 6431 Views
-
Last post by RickHaleParker
-
- 5 Replies
- 8699 Views
-
Last post by forumoto






