Promotic

Value - property of the ExtSubVar object

Description:
Value of the variable.
Syntax:
Variant Value
Note:
Property access for read and write. The default value of this property is defined in the "Value" configurator of this object.
 
The value of this property can be also obtained in the "PmaRoot" item of the INFO system (when looking into the object with this property).
Example1:
Examples for obtaining this property in the script.
JavaScriptVBScriptSelect and copy to clipboard

vVal = pMe.Pm("/data/#vars/Temperature/#ext/sv").Value;

// or
vVal = pMe.Pm("/data/#vars/Temperature").Extension("sv").Value;

// or
vVal = pMe.Pm("/data").Item("Temperature").Extension("sv").Value;
Example2:
The example for obtaining this property by Macro expression from another data extension via pVar variable.

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

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