Not sure how many folks here tow with the 2011+ Ford Explorers, but one of the things that has always bugged me about towing with this car is the inability to monitor trans temp from the factory. This became particularly apparent when we were a couple miles up the beach in the Outer Banks when the trans overheated and we got stuck in the sand.
Turns out, the problem was a faulty fan relay that we had a recall notice for..sitting in our mailbox while we were on vacation. Ever since then, I've wanted to monitor that temp when offroading/towing, but didn't want to deal with a permanently mounted gauge in the cockpit.
This Christmas, my wife got me a bluetooth OBDII adapter to play with, and I downloaded Torque. Unfortunately, Torque didn't come with the pids necessary to monitor the trans temp on the explorer, and I wasn't able to locate any information about the pid/formula online anywhere.
That is..until yesterday. We have a planned trip to OBX this summer (as usual) and now that our 2011 X is getting up in miles (91k at last check) I REALLY wanted to keep an eye on that trans temp while driving on the beach. Especially because our house this year is 8 miles up the sand, and over the dunes. Anyway, thanks to the guys over on the Ecoboost forums, the mystery has been solved. So without further ado, for those of you with 2011+ Ford Explorers, who want to monitor your transmission temps while towing, here is what you have to enter into Torque to create your own PID that works:
Adding a single PID:
Add a custom PID in Torque by going to the "Settings" section off the main screen.
Enter the following for the fields it prompts you for:
"OBD2 Mode and PID" = 221E1C
"Long Name" = Trans Temp
"Short Name" = Trans T
"Minimum Value" = -40
"Maximum Value" = 260
"Scale Factor" = 1
"Unit Type" = deg
"Equation" = (((signed(A)*256)+B)*(9/8)+320)/10
Leave the OBD Header blank
I checked it yesterday, and it works great. I know this works on the Ecoboost Sport models, and the N/A 3.5L with the tow package (the Sport and the tow package trans is the same from what I understand). However, I don't know if it works on the non-tow package equipped 3.5L and 4cyl ecoboost models.
Still, I ran across this info and thought I'd share. I wish remembered who came up with it originally so I could credit them, but whomever you are, thank you.