Index: leahi_dialin/common/dd_defs.py =================================================================== diff -u -rbebba1d868f26b10c5cc045fbcb7ca2b067267a6 -r2df1511a0eb2d3cf61ba95328e67d88f18311d54 --- leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision bebba1d868f26b10c5cc045fbcb7ca2b067267a6) +++ leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision 2df1511a0eb2d3cf61ba95328e67d88f18311d54) @@ -265,8 +265,7 @@ D51_PRES = 4 # Spent Dialysate pressure (PDs) D18_PRES = 5 # Fresh Dialysate pressure (PDf) D41_PRES = 6 # Transmembrane pressure (Ptm) - BARO_PRES = 7 # Barometric pressure sensor - NUM_OF_PRESSURE_SENSORS = 8 # Number of pressure sensors + NUM_OF_PRESSURE_SENSORS = 7 # Number of pressure sensors @unique class DDPressureAttributesEnum (DialinEnum): @@ -275,6 +274,7 @@ NUM_OF_PRES_SENSOR_ATTRIBUTES = 2 # Number of Pressure Sensor Attributes COND_SENSOR_INDEX_OFFSET = 6 # Conductivity Sensor Index Offset for the Temperature Sensors +ALPHA_PRES_SENSOR_TEMP_INDEX_OFFSET = 15 # Pressure Sensor Index offset for the Pressure Sensors @unique class DDTemperaturesNames(DialinEnum): @@ -293,6 +293,14 @@ D50_AVG_TEMP = 12 # D50 Filtered value D28_AVG_TEMP = 13 # D28 Filtered value D30_AVG_TEMP = 14 # D30 Filtered value + M1_PRES_TEMP = 15 # Water Inlet pressure before regulator (PRi) + M3_PRES_TEMP = 16 # Water Inlet pressure after regulator (PRo) + D9_PRES_TEMP = 17 # Hydraulics outlet pressure (PHo/Pn) + D66_PRES_TEMP = 18 # Dry Bicarb pressure (PDB/PCb) + D51_PRES_TEMP = 19 # Spent Dialysate pressure (PDs) + D18_PRES_TEMP = 20 # Fresh Dialysate pressure (PDf) + D41_PRES_TEMP = 21 # Transmembrane pressure (Ptm) + NUM_OF_DD_TEMP_SENSORS = 22 # Number of DD Temperature Sensors @unique class DDValveStates(DialinEnum):