Search found 6 matches

by UIMechEngr
Tue Apr 30, 2024 6:31 pm
Forum: OBDII PIDs discussion
Topic: BMW E36 / MS41 OBD mapping
Replies: 13
Views: 29070

Re: BMW E36 / MS41 OBD mapping

Just wanted to close the loop here and say I got it figured out. You have to have 2420 in the canbus tab, big endian selected, and whatever offset and bit length works.

If anyone has any questions, message me and I might be able to help.
by UIMechEngr
Tue Apr 16, 2024 12:01 am
Forum: OBDII PIDs discussion
Topic: BMW E36 / MS41 OBD mapping
Replies: 13
Views: 29070

Re: BMW E36 / MS41 OBD mapping

Posting the remaining screenshots
by UIMechEngr
Mon Apr 15, 2024 11:57 pm
Forum: OBDII PIDs discussion
Topic: BMW E36 / MS41 OBD mapping
Replies: 13
Views: 29070

Re: BMW E36 / MS41 OBD mapping

I've reviewed this thread, as well as the OBD2 wiki (https://wiki.autosportlabs.com/RC_OBDII), and I still can't get the OBD2 PIDs I need to read correctly on my racecapture. I need to log short term and long term fuel trims for my tuner (for each bank), and it looks like those are standard OBD2 PID...
by UIMechEngr
Sun Mar 27, 2022 3:19 pm
Forum: RaceCapture/Pro General Q&A
Topic: Lua Script Error - attempt to compare boolean with number
Replies: 2
Views: 5767

Re: Lua Script Error - attempt to compare boolean with number

Found the problem, just needed an AND

function accusump()
local rpm = getTimerRpm(0)
if 400 < rpm AND rpm < 1750 then
setGpio(0, 1)
println ("Accusump Disabled")
else
setGpio(0, 0)
println ("Accusump Enabled")
end
end
by UIMechEngr
Sat Mar 26, 2022 8:11 pm
Forum: RaceCapture/Pro General Q&A
Topic: Lua Script Error - attempt to compare boolean with number
Replies: 2
Views: 5767

Lua Script Error - attempt to compare boolean with number

I'm hoping someone can take quick look at the simple scripts I'm trying to run on my racecapture pro v3. Basically I have the three GPIOs set to output mode and connected to a relay board. The intent of my scripts are just to cycle normally open and normally closed relays based on measured values. S...
by UIMechEngr
Wed Mar 16, 2022 11:54 pm
Forum: RaceCapture/Pro General Q&A
Topic: Power over OBD2 question
Replies: 3
Views: 10089

Re: Power over OBD2 question

Replying to an old post here, but did cutting wire 8 and re-terminating work? I have the same problem (E36 M3)