Index: leahi_dialin/common/fp_defs.py =================================================================== diff -u -r134ce79ed68aed5a981c07fef3bca314a9fb9b8e -rbc2a677d7121d6a4ed4513d3c103552838dc8056 --- leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision 134ce79ed68aed5a981c07fef3bca314a9fb9b8e) +++ leahi_dialin/common/fp_defs.py (.../fp_defs.py) (revision bc2a677d7121d6a4ed4513d3c103552838dc8056) @@ -341,7 +341,9 @@ 'P19_TEMP' : 6, # P19 temperature from outlet conductivity sensor. 'P7_TEMP' : 7, # Temperature at p7 flow meter 'P16_TEMP' : 8, # Temperature at p16 flow meter - 'NUM_OF_TEMPERATURE_SENSORS' : 9, # Number of Temperature Sensors + 'P7_INTERNAL_TEMP' : 9, # Interal Temperature at p7 flow meter + 'P16_INTERNAL_TEMP' : 10, # Interal Temperature at p16 flow meter + 'NUM_OF_TEMPERATURE_SENSORS' : 11, # Number of Temperature Sensors } else: members = { @@ -353,7 +355,9 @@ 'P19_TEMP' : 5, # P19 temperature from outlet conductivity sensor. 'P7_TEMP' : 6, # Temperature at p7 flow meter 'P16_TEMP' : 7, # Temperature at p16 flow meter - 'NUM_OF_TEMPERATURE_SENSORS' : 8, # Number of Temperature Sensors + 'P7_INTERNAL_TEMP' : 8, # Interal Temperature at p7 flow meter + 'P16_INTERNAL_TEMP' : 9, # Interal Temperature at p16 flow meter + 'NUM_OF_TEMPERATURE_SENSORS' : 10, # Number of Temperature Sensors } # Create the enum