Search found 24 matches
- Wed Jun 14, 2017 1:33 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
Sorry Mike I completely missed your post. I plugged that script it and I works. Thank you so much. Like mitch said we can now use that script for reference moving forward. Next step will be trying to get tips data which from what mitch tells me it goes to 3 different locations so it may be a little ...
- Wed Jun 14, 2017 1:04 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
- Tue Jun 13, 2017 2:12 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
So Mitch had me load this script for steering angle --Testing for Josh Chapin --Steering angle test --how frequently we poll for CAN messages tickRate = 30 --the CAN baud rate CAN_baud = 500000 --CAN channel to listen on. 0=first CAN channel, 1=second CAN_chan = 0 --add your virtual channels here --...
- Tue Jun 06, 2017 2:06 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
Ok finally I got CAN data. I have some questions on how I got it though. First Mitch sent me another cable with only one channel which could be it but I don't think so. Second I'm wondering if this whole time using my tablet was the problem instead of hooked up to the laptop with the cable? Third wh...
- Thu May 11, 2017 1:11 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
- Sat May 06, 2017 9:00 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
I cleared everything hit write and then read. After it read the configuration nothing showed up so I then added this script -- Log messages from CAN bus -- be sure to set the correct baud rate in the CAN settings -------------------------------------------------- -- change this to 0 for CAN bus 1, o...
- Fri May 05, 2017 7:24 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
- Fri May 05, 2017 1:08 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
Ok I think I missed writing the script to the rcp. So I retried the script and I got GPS: successfully configured NMEA GPS: configure message type: win Stuff like that then a bunch of [LUA] gracefully stopping Kia task [LUA] Destroying Lua state [LUA] Initializing Luna state [LUA]Memory usage 16kb [...
- Fri May 05, 2017 12:40 pm
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
I'm pretty sure only this was in the white box -- Log messages from CAN bus -- be sure to set the correct baud rate in the CAN settings -------------------------------------------------- -- change this to 0 for CAN bus 1, or 1 for CAN bus 2 canBus = 0 ------------------------------------------------...
- Fri May 05, 2017 4:03 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
Well I can't seem to post a pic to save my life. [LUA] gracefully stopping Lua task [LUA] destroying Lua state [LUA] initializing Lua state [LUA]memory usage 16k [LUA]loading script length 2130 [Can device] initializing can with baud rate 5000000 [Can device] can input success [Lua] successfully loa...
- Fri May 05, 2017 3:00 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
- Thu May 04, 2017 3:31 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
- Thu May 04, 2017 1:42 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
--This example configured for E55 W211 CAN --how frequently we poll for CAN messages tickRate = 30 --the CAN baud rate CAN_baud = 500000 --CAN channel to listen on. 0=first CAN channel, 1=second CAN_chan = 0 --1 for Big Endian (MSB) mode; 0 for Little Endian mode (LSB) be_mode = 1 --add your virtual...
- Thu May 04, 2017 1:41 am
- Forum: CAN mapping discussion
- Topic: Help with Mercedes w211 E55
- Replies: 31
- Views: 32743
Help with Mercedes w211 E55
So I know nothing about CAN or LUA scripting. I was swayed by a buddy to buy the RCP for its ability to read CAN data. So here I am in a area I know nothing about. So.... First off I will say that at this point I am only trying to read ecu data for tunning purposes. Mostly interested in getting RPM,...
- Thu May 04, 2017 1:25 am
- Forum: RaceCapture/Pro General Q&A
- Topic: Updating firmware
- Replies: 8
- Views: 18830