I have had very hit or miss luck logging EGTs with a K type thermocouple. I tried different brands no good consistent results. I recently discovered that AEM makes a EGT gauge with a 5V output for logging. While not cheap it has proven to work great.
http://www.aemelectronics.com/?q=pro...-display-gauge
http://www.summitracing.com/parts/avm-30-5131

Install is basically just any other EGT gauge but you have two more wires to hook up.
They go to the 5v external input on your V2 such as A1. The white wire goes the positive input of A1 and brown wire goes to the negative input.
Just go into your scan tool and select pid EXT.AD1. You can log the voltage from the gauge and cross reference it to the chart to figure out your temps. Chart here. http://aemelectronics.com/files/inst...AE%20Gauge.pdf

If you want to not bother cross referencing the chart you can use this custom calc pid.
# ================================================== ============================
# File details
# ------------
#
# This section defines various details about the file format.

*FILE

#Parameter Value Description
#---------- ---------------- ---------------------------------------------------
VERSION 7.1.1 File version
DECSEP . Decimal separator used in this file



# ================================================== ============================
# Units
# -------------------
# See sae_generic.txt for more information on the *UNITS section

*UNITS

#Code System Abbr Description
#-------- ---------- -------- -------------------------------------------------------------



# ================================================== ============================
# Add slot definitions here
# --------------------------------
# See sae_generic.txt for more information on "SLOT" formats
#
#Units Low High Fmt Expression
#------------ ------------- ------------- ---- --------------------------------------------------------------
*CLC-00-002
"F" 0 1800 .1 "{EXT.AD1} * 450 - 225"
"C" 0 1000 .1 "{EXT.AD1} * 250 - 142.8"


# ================================================== ============================
*PRN - Parameter Reference Numbers
# --------------------------------
# See sae_generic.txt for more information on the *PRN section
#
#Code PRN SLOT Units System Description
#------------------------- ---- ------------ ---------------- ---------------- ------------------------------------------
CALC.AEM_EGT F066 CLC-00-002 "F,C" Temperature "AEM EGT"


Click image for larger version. 

Name:	Working AEM PID.jpg 
Views:	303 
Size:	187.0 KB 
ID:	16970

Then just select the CALC.AEM_EGT pid and it will do the math for you.

Click image for larger version. 

Name:	EGT screen shot.png 
Views:	237 
Size:	194.9 KB 
ID:	16971

Thanks to all that Helped me with the pid!