Browse Source

label 0201 0301 for HV time stamps

Thomas Thümmler 9 months ago
parent
commit
67303cdeba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SDS_status_main.php

+ 2 - 2
SDS_status_main.php

@@ -661,7 +661,7 @@ if (($MSmode == 5) or ($MSmode == 4))
 	      placeBox($Yoffset+60, $Xoffset+45, "1m", 35, 1, $color3);
 	      placeBox($Yoffset+60, $Xoffset+10, "5m", 35, 1, $color4);
 	      
-	      echo '<h4 style="font-family: inherit; font-weight: plain; font-style: normal;">HV status timestamp: ' . $extraction_time_HV . '</h4>';
+	      echo '<h4 style="font-family: inherit; font-weight: plain; font-style: normal;">HV status timestamp 0201: ' . $extraction_time_HV . '</h4>';
 	    }
 	  else placeText($Yoffset+45, $Xoffset+11, $K35_text, 140, 2, $color); // K35 voltage reading
 	}
@@ -725,7 +725,7 @@ if (($MSmode == 5) or ($MSmode == 4))
 	      placeBox($Yoffset+60, $Xoffset+45, "1m", 35, 1, $color3);
 	      placeBox($Yoffset+60, $Xoffset+10, "5m", 35, 1, $color4);
 	      
-	      echo '<h4 style="font-family: inherit; font-weight: plain; font-style: normal;">HV status timestamp: ' . $extraction_time_HV . '</h4>';
+	      echo '<h4 style="font-family: inherit; font-weight: plain; font-style: normal;">HV status timestamp 0301: ' . $extraction_time_HV . '</h4>';
 	    }
 	  else placeText($Yoffset+45, $Xoffset+11, $K65_text, 140, 2, $color); // K65 voltage reading
 	}