Index: leahi_dialin/fp/modules/conductivity_sensors.py =================================================================== diff -u -r66d171f4704fd77835314e6024e508587f001e8f -rc25a93476a4d5f72b66205823a178a29bba81f4a --- leahi_dialin/fp/modules/conductivity_sensors.py (.../conductivity_sensors.py) (revision 66d171f4704fd77835314e6024e508587f001e8f) +++ leahi_dialin/fp/modules/conductivity_sensors.py (.../conductivity_sensors.py) (revision c25a93476a4d5f72b66205823a178a29bba81f4a) @@ -291,7 +291,7 @@ @return: 1 if successful, zero otherwise """ # -1 is for D98 as its not a part of the conductivity sensors - modified_index = sensor_index + BETA_IOFP_COND_SENSOR_OFFSET - 1 + modified_index = sensor_index + BETA_IOFP_COND_SENSOR_OFFSET reset_byte_array = integer_to_bytearray(reset) cond_byte_array = float_to_bytearray(conductivity) sensor_byte_array = integer_to_bytearray(modified_index)