Browse Source

updated HV stability indicator backbone

Thomas Thümmler 9 months ago
parent
commit
2af05343e9
1 changed files with 5 additions and 5 deletions
  1. 5 5
      poll_HV_data.php

+ 5 - 5
poll_HV_data.php

@@ -195,11 +195,11 @@
 
         if ($errorcount > 0) echo $errormessage;
 
-        //echo "Writing data into formatted string.".PHP_EOL;
-        $strFileContent = "<" . "?php" . PHP_EOL . PHP_EOL . "$" . "flukeA = " . var_export($results1, true) . ";" . PHP_EOL . PHP_EOL;
-        $strFileContent .= "$" . "flukeE = " . var_export($results2, true) . ";" . PHP_EOL . PHP_EOL;
-        $strFileContent .= "$" . "extraction_time_HV = '" . date(DATE_RFC850) . "';" . PHP_EOL . PHP_EOL;
-        $strFileContent .= "?" . ">" . PHP_EOL;
+	    //echo "Writing data into formatted string.".PHP_EOL;
+ 	 	$strFileContent = "<"."?php".PHP_EOL.PHP_EOL."$"."REU0201 = ".var_export($results1, true).";".PHP_EOL.PHP_EOL;
+  		$strFileContent .= "$"."REU0301 = ".var_export($results2, true).";".PHP_EOL.PHP_EOL;
+  		$strFileContent .= "$"."extraction_time_HV = '". date(DATE_RFC850) ."';".PHP_EOL.PHP_EOL;
+  		$strFileContent .= "?".">".PHP_EOL;
 
         // write ADEI data to file
         //echo "Writing data to file.".PHP_EOL;