MaxRun
This function returns the maximum of any value that it has considered.
Syntax
MaxRun ( number )
Remarks
The number parameter specifies the data value for which the maximum is to be calculated. Any value that evaluates to –INF, INF, or NAN will be ignored. If there are no valid values stored, this function will return NAN.
Example
The following example will return the maximum value of the variable Temp_F.
MaxRun("Server:CR1000.Hourly.Temp_F")