Promotic

Value - property of the PmgNumber object

Description:
Displayed value.
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.
 
If it is written into this property and if this property is linked to the data binding PP, AP, SP, OP or GP, then this value is transferred also into the source of this binding.
The data type of the property is defined in the "Data type of entered value" configurator and can be Double or Long.

This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oNumber = pMe.Items("/Nmb");

var value = oNumber.Value;   // Reading from the property
oNumber.Value = 70;   // Writing into the property

History:
Pm9.00.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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