Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 -r10f39b63ce8a992280ab123f05a5eb44a27c121b --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 10f39b63ce8a992280ab123f05a5eb44a27c121b) @@ -232,7 +232,7 @@ vTreatmentBloodFlow.bloodFlow_MotorCtlSpeed .toFixed(2) , vTreatmentBloodFlow.bloodFlow_MotorCtlCurrent .toFixed(2) , "%" + vTreatmentBloodFlow.bloodFlow_PWMDutyCycle .toFixed(2) , - "%" + vTreatmentBloodFlow.bloodFlow_SigStrength .toFixed(2) + vTreatmentBloodFlow.bloodFlow_RotorCount .toFixed(2) ] label: [ "Tgt.Flow", @@ -242,7 +242,7 @@ "MC.Spd", "MC.Cur", "PWM", - "SigS", + "Rtr.Cnt", ] textObjectName: "_HDBloodFlowData" } @@ -259,7 +259,6 @@ vTreatmentDialysateFlow.dialysateFlow_MotorCtlSpeed .toFixed(2) , vTreatmentDialysateFlow.dialysateFlow_MotorCtlCurrent.toFixed(2) , "%" + vTreatmentDialysateFlow.dialysateFlow_PWMDutyCycle .toFixed(2) , - "%" + vTreatmentDialysateFlow.dialysateFlow_SigStrength .toFixed(2) ] label: [ "Tgt.Flow", @@ -269,7 +268,6 @@ "MC.Spd", "MC.Cur", "PWM", - "SigS", ] textObjectName: "_HDInletFlowData" }