Search found 5 matches

by Mitch Detailed
Sun Jun 25, 2017 5:01 pm
Forum: Lua Scripting
Topic: <precision> definition, space sensitivity, cancatenat
Replies: 1
Views: 2932

<precision> definition, space sensitivity, cancatenat

I had a few questions about the scripting that help me clarify the structure. 1. What exactly does <precision> do? And how do you determine what value of precision you choose? 2. Are spaces required in functions or mathematical equations? (1+2) vs. ( 1 + 2)... 3. If i have cancatenated messages that...
by Mitch Detailed
Thu May 11, 2017 2:07 am
Forum: CAN mapping discussion
Topic: Help with Mercedes w211 E55
Replies: 31
Views: 22667

brentp wrote:Hi Mitch, are you also helping out Bewbzout?
Yessir, everything has been referenced for me to help him out.
by Mitch Detailed
Tue May 09, 2017 4:00 am
Forum: CAN mapping discussion
Topic: Help with Mercedes w211 E55
Replies: 31
Views: 22667

Can Id= 0x236 (566) Information is in the first 2 bytes, So: Length=2 and, Offset=0 The Variable inside the 2 bytes is xxx##### ######xx, So: Bitmask= 0x1FFC Steering Wheel Centerline value =1024, Locked Left value= 776 Locked Right value = 1272 run the variable through the formula x*1/8+-128, you g...
by Mitch Detailed
Tue May 09, 2017 3:52 am
Forum: CAN mapping discussion
Topic: Help with Mercedes w211 E55
Replies: 31
Views: 22667

yeah, i convinced him to go RCP, knowing it's featureset and limited understanding of the scripting process (and complications of scripting) involved, i'm used to a can config similar to link g4+ for setup. i'm sending him a new cable tomorrow, i Remember that I hooked up both Can 1 and 2 to both H ...
by Mitch Detailed
Tue Feb 07, 2017 5:15 am
Forum: Lua Scripting
Topic: Reverse engineering and bitmasking confusion.
Replies: 1
Views: 2281

Reverse engineering and bitmasking confusion.

I'm trying to get a solid understanding of how to apply a bitmask to read variables within bytes of information on the bus. The platform is a w211 E55 AMG, and there's quite a bit of information offset/requiring a bitmask and odd length in bits. I figure i'd set up a real example in hopes of assista...