Promotic

Min - property of the ExtTrend object

Description:
Minimum value of the variable.
Syntax:
Double Min
Note:
Property access for read and write. The default value of this property is defined in the "Minimum" configurator of this object.
 
The value entered here is used as initialization value for the trend viewer (for the PmgTrendViewer object). This value is entered in the following property: tvTrend.ValueMin
Example1:
Examples for obtaining this property in the script.
JavaScriptVBScriptSelect and copy to clipboard

nMin = pMe.Pm("/data/#vars/Temperature/#ext/trend").Min;

// or
nMin = pMe.Pm("/data/#vars/Temperature").Extension("trend").Min;

// or
nMin = pMe.Pm("/data").Item("Temperature").Extension("trend").Min;
Example2:
The example for obtaining this property by Macro expression from another data extension via pVar variable.
$.expr("pVar.Extension('trend').Min")

History:
Pm8.03.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.