Webgui textboxes, Bargraphs – CUE WebGUI User Manual

Page 14

Advertising
background image

User Manual

Page 14

www.cuesystem.com
[email protected]

WebGUI

TextBoxes

Every TextBox is identified by ID. For TextBoxes displayed above use following functions of WebGUIServer

WebServer1.SetTextBoxText(1, “Hello“)

// Sets TextBox 1 text to value Hello

WebServer1.SetTextBoxText(2, txtHello)

// Sets TextBox 2 text to value from resource txtHello

Bargraphs

Every BarGraph is identified by ID. For BarGraphs displayed above use following functions of

WebGUIServer

WebServer1.SetBarGraphValue(1, 30)

// Sets BarGraph 1 to value 30

WebServer1.SetBarGraphValue(2, 50)

// Sets BarGraph 2 to value 50

Advertising