Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r5e9239161c20344a9c56220d6569f429a66b7c41 -r2b8b5f01a15397b7a32a312f2f3d14f05ac99355 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 5e9239161c20344a9c56220d6569f429a66b7c41) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 2b8b5f01a15397b7a32a312f2f3d14f05ac99355) @@ -186,10 +186,18 @@ vDGTemperatures.inletDialysate .toFixed(2) , vDGTemperatures.primaryHeaterThermoCouple .toFixed(2) , vDGTemperatures.trimmerHeaterThermoCouple .toFixed(2) , - // vDGTemperatures.primaryHeaterColdJunction .toFixed(2) , - // vDGTemperatures.trimmerHeaterColdJunction .toFixed(2) , + vDGTemperatures.primaryHeaterColdJunction .toFixed(2) , + vDGTemperatures.trimmerHeaterColdJunction .toFixed(2) , vDGTemperatures.primaryHeaterInternal .toFixed(2) , vDGTemperatures.trimmerHeaterInternal .toFixed(2) , + vDGTemperatures.fpgaBoard .toFixed(2) , + vDGTemperatures.loadCellA1B1 .toFixed(2) , + vDGTemperatures.loadCellA2B2 .toFixed(2) , + vDGTemperatures.internalTHDORTD .toFixed(2) , + vDGTemperatures.internalTDIRTD .toFixed(2) , + vDGTemperatures.interalTHDRTD .toFixed(2) , + vDGTemperatures.internalCondSnsrTemp .toFixed(2) , + vDGTemperatures.baroTempSensor .toFixed(2) , ] label: [ "TPi" , @@ -201,10 +209,18 @@ "TDi" , "HP.Trm", "HR.Trm", - // "HP.CJ" , - // "HR.CJ" , + "HP.Cld", + "HR.Cld", "HP.Int", "HR.Int", + "fpga" , + "cell11", + "cell22", + "iTHDO" , + "iTDI" , + "iTHD" , + "iCond" , + "baro" , ] } @@ -232,8 +248,8 @@ DebugDataColumn { id: _HDAirColumn textObjectName :"_HDAirData" title : qsTr(" Air Status ") - x: col(6) - y: row(4.1) + x: col(3.0) + y: row(5.5) model: [ vHDAirBubble .venousAirBubbleStatus , vHDAirTrap .airTrapLowerLevel , @@ -457,7 +473,7 @@ DebugDataColumn { id: _HDAlarmTopColumn textObjectName :"_HDAlarmTopData" title : qsTr(" Alarms ") - x: col(6) + x: col(5) y: row(5.5) model: [ _alarmItem.alarm_AlarmID ,