Sponsored

Gearbox Temp + IATS1 + IATS2 - Help me

Gabe

Well-Known Member
First Name
Gabriel
Joined
Feb 19, 2024
Threads
39
Messages
679
Reaction score
1,239
Location
Miami
Car(s)
2024 Supra MkV/Tesla Model S/Tesla Model X
IMG_3174.webp
IMG_3175.webp

2 years using RC and have not been able to get Trans Temp or Dif temp.

I’m almost sure is not possible.

so it’s not just you.
Sponsored

 
OP
OP
A-ARON

A-ARON

Active Member
First Name
Aaron
Joined
Nov 28, 2025
Threads
3
Messages
27
Reaction score
4
Location
VA
Car(s)
2026 Supra
2 years using RC and have not been able to get Trans Temp or Dif temp.

I’m almost sure is not possible.

so it’s not just you.

I believe diff temp is on a different CAN...however I did get transmission temperature working (TFT -transmission fluid temperature) with the LUA script that's available; I tweaked the script a bit to only pull IAT (post intercooler), TFT, and Oil pressure, because it polls the extended obd2 parameters. If you want assistance with transmission temp happy to help.

How have you liked RC?! I'll be hitting the track in less than two weeks to test it all out :)
 

Gabe

Well-Known Member
First Name
Gabriel
Joined
Feb 19, 2024
Threads
39
Messages
679
Reaction score
1,239
Location
Miami
Car(s)
2024 Supra MkV/Tesla Model S/Tesla Model X
Watch this. Min 6 or so on the video

yes. I personally LOVE RaceCapture. I designed my own Race dash screen and have been using it on Track weekends and Time trials for over two years.

IMG_3206.webp

You can see it on the video in action throwing some engine oil temp warnings (was done on purpose to test the actual warning system)

how if you get that data, OBD connection? Or via the CAN Bus.
I’m interested.
 
OP
OP
A-ARON

A-ARON

Active Member
First Name
Aaron
Joined
Nov 28, 2025
Threads
3
Messages
27
Reaction score
4
Location
VA
Car(s)
2026 Supra
Watch this. Min 6 or so on the video

yes. I personally LOVE RaceCapture. I designed my own Race dash screen and have been using it on Track weekends and Time trials for over two years.

IMG_3206.webp

You can see it on the video in action throwing some engine oil temp warnings (was done on purpose to test the actual warning system)

how if you get that data, OBD connection? Or via the CAN Bus.
I’m interested.
OBD... I'll send you a screenshot and the Lua script I'm using. I tested out the whole setup at the track two weekends ago and I loved it!
 
OP
OP
A-ARON

A-ARON

Active Member
First Name
Aaron
Joined
Nov 28, 2025
Threads
3
Messages
27
Reaction score
4
Location
VA
Car(s)
2026 Supra
Lua script is from another user on here and you can import it directly via race capture...I just edited it.

-- RCP BMW Servie 0x22 Script
-- Version, 5.2.1
-- Copyright (c) 2023 The SECRET Ingredient!
-- GNU General Public License v3.0
--
-- Select BMW OBD Service 0x22 PID Maps Available at
-- https://thesecretingredient.neocities.org
-- https://github.com/jcevanco/rcp_bmw_service_0x22.git
--
local a={[0x4650]={0x12,'TFT',1,1,0,300,'F','u',1.35,1,-54.4},[0x580F]={0x12,'IAT',1,1,0,200,'F','u',1.35,1,-54.4},[0x586F]={0x12,'EOP',5,1,0,100,'psi','s',14.696,1013.25,0}}
local b=14.0;local c=0X6F1;local d=0x0FF;local e=0x600;local f=0xF00;local g=0;local h=100;local i=2;local j=false;local k=true;setTickRate(1000)local l,m,n=0,0,0;local o=0;setCANfilter(g,0,0,e,f)for p,q in pairs(a)do q[2],q[7]=string.sub(q[2],1,11),string.sub(q[7],1,7)q[12]=addChannel(unpack(q,2,7))q[13],q[14],q[15],q[16],q[17]=0,0,0,0,0;l=math.max(l,q[3])end;function _sQ()local p=_gQ()if p~=nil then if _sM(c,{a[p][1],0x03,0x22,bit.band(bit.rshift(p,8),0xFF),bit.band(p,0xFF)})==1 then m=getUptime()a[p][14]=a[p][14]+1;_rR()end end end;function _gQ()if getUptime()-m>h then if getUptime()-i>n then local r,s,t=nil,0,0;for p,q in pairs(a)do q[13]=q[13]+q[3]s=q[13]/q[3]if q[13]>l and s>t then r,t=p,s end end;if r~=nil then a[r][13]=0;return r end end end end;function _sM(u,v)if txCAN(g,u,0,v,h)==1 then if j==true then _lD(g,u,v)end;return 1 end end;function _rR()local u,v=_rM()if u~=nil and m~=0 and bit.band(c,d)==v[1]and v[3]==0x62 then if _pD(u,v)==1 then m=0;n=getUptime()end end end;function _rM(w)local u,x,v=rxCAN(g,h)if u~=nil then if j==true then _lD(g,u,v)end;if bit.band(v[2],0xF0)==0x00 then return u,v else v={bit.band(u,d),0x32,0x00,0x00}_sM(g,c,v)end end end;function _pD(u,v)local p=bit.lshift(v[4],8)+v[5]if a[p]then if bit.band(u,d)==a[p][1]then local y=0;for z=6,v[2]+2 do y=y+bit.lshift(v[z],8*(v[2]+2-z))end;if a[p][8]=='s'then y=_sI(y,v[2]-3)end;y=y*a[p][9]/a[p][10]+a[p][11]y=a[p][5]~=nil and math.max(y,a[p][5])or y;y=a[p][6]~=nil and math.min(y,a[p][6])or y;setChannel(a[p][12],y)if k==true then local A=getUptime()a[p][16]=a[p][15]~=0 and(a[p][14]*a[p][16]+A-a[p][15])/(a[p][14]+1)or 0;a[p][17]=a[p][15]~=0 and(a[p][14]*a[p][17]+A-m)/(a[p][14]+1)or 0;println(string.format("[0x%04X] - TS:[%d] QC:[%d] LU:[%d] AR:[%d] AL:[%d]",p,A,unpack(a[p],14)))a[p][15]=A end;return 1 end end end;function _sI(v,B)return v>=math.pow(2,B*8-1)and v-math.pow(2,B*8)or v end;function _lD(C,u,v)local D,E,F,G,H,I,J=getDateTime()local K=string.format("%04d-%02d-%02d %02d:%02d:%02d.%03d %9d",D,E,F,G,H,I,J,getUptime())K=K..string.format(" %1d %4d 0x%03X %02d",C+1,u,u,#v)K=K..string.format(string.rep(" 0x%02X",#v),unpack(v))println(K)end
function onTick()if getUptime()-o>=1000 then collectgarbage()o=getUptime()end;if getChannel("Battery")~=nil and getChannel("Battery")>=b then _sQ()end end


73.webp
 
OP
OP
A-ARON

A-ARON

Active Member
First Name
Aaron
Joined
Nov 28, 2025
Threads
3
Messages
27
Reaction score
4
Location
VA
Car(s)
2026 Supra
After that you will see TFT (TRANSMISSION FLUID TEMP), IAT, and EOP (ENGINE OIL PRESSURE)
Sponsored

 
 








Top