Just one note on my code.
You might have noticed that I have an extra Calc measure, simply to turn the string value returned by RunCommand into an actual number value. That is due to the fact that things like AutoScale and NumOfDecimals on the String meter will attempt to use the "number" value of the measure bound to the meter, and RunCommand / Powershell return basically an ERRORLEVEL variable as the number value. So we need to get the string value into a real number.
You might have noticed that I have an extra Calc measure, simply to turn the string value returned by RunCommand into an actual number value. That is due to the fact that things like AutoScale and NumOfDecimals on the String meter will attempt to use the "number" value of the measure bound to the meter, and RunCommand / Powershell return basically an ERRORLEVEL variable as the number value. So we need to get the string value into a real number.
Statistics: Posted by jsmorley — Yesterday, 5:43 pm