Promotic

Bar - property of the PmgBarBox object

Description:
Returns reference to the internal PmgBar object.
Syntax:
Object Bar
Note:
Property access for read only.
 
This property is also functional in Web panels.
Example:
Setting of the value and limits. It is presumed, that the oBarBox variable is set as the object of the PmgBarBox type.
JavaScriptVBScriptSelect and copy to clipboard

var oBarBox = pMe.Items("/BarBox0");
oBarBox.Bar.Value = 100;
oBarBox.Bar.ValueMin = 50;
oBarBox.Bar.ValueMax = 1000;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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