How do I make a conversion table for degrees F? I want to be able to see what my '85 vette is running temp wise in fahrenheit instead of celsius. I was able to inser a new lookup table but I don't know what the numbers are supposed to be. This is what I have added but I am lost now. Can someone help me? Formatting didn't come through but it is formatted the same as the Temp C lookup table.
{
	dwItemType               =5;
	strItemComments          =<Comments>;
	bSeparator               =0;
	bVisible                 =1;
	dwUniqueID               =69;
	btDataType               =2;
	wTableSize               =256;
	wIndexSize               =4;
	strTableName             =In work;
	dwReserved               =0;
	dwReserved               =0;
	pbtData                     =0, -40.00
			 4, -30.00
			 5, -25.00
			 8, -20.00
			 10, -15.00
			 14, -10.00
			 18, -5.00
			 24, 0.00
			 30, 5.00
			 37, 10.00
			 46, 15.00
			 56, 20.00
			 66, 25.00
			 78, 30.00
			 90, 35.00
			 103, 40.00
			 116, 45.00
			 129, 50.00
			 141, 55.00
			 153, 60.00
			 163, 65.00
			 174, 70.00
			 183, 75.00
			 191, 80.00
			 199, 85.00
			 211, 95.00
			 216, 100.00
			 221, 105.00
			 225, 110.00
			 229, 115.00
			 232, 120.00
			 234, 125.00
			 237, 130.00
			 239, 135.00
			 241, 140.00
			 242, 145.00
			 243, 150.00
			 255, 200.00;
}
			
			
									
						
										
						Adding F lookup table
Moderators: Mangus, robertisaar, dex