Webguiserver, Overview, Properties – CUE WebGUI User Manual

Page 26: Events, 26 w, Guis, Erver, 26 overview 26 properties 26 events, Webgui

Advertising
background image

User Manual

Page 26

www.cuesystem.com
[email protected]

WebGUI

w

eb

guIs

erver

Overview

WebGUIServer is a device driver connected to _TCPServer port of the CUEunit. It serves for

communication with internet browser (client) and it uses web page files stored in the CUEunit. In addition

this driver generates events (OnPushButton, ...) and it has functions for object current value settings

and reading (bargraphs, ...).
All application programming connected to web pages is done using events and functions of this driver.

CUEunit

WebGUIServer

User Module

Filestorage

Web page files

...

Events

Functions

Internet browser

Ethernet

Properties

Property Name

Data Type

Allowed Values

Default Value Description

Connection Group
Port

Long

Any except 80

8080

Defines IP port for communication

with an internet browser.

SerialNumber

ByteString

From License Key file. Empty

Serial number of WebGUI. It is

including in License Key file.

RegistrationNumber

ByteString

From License Key file. Emty

Registration number of WebGUI. It is

including in License Key file.

Events

OnButtonPush(pushbuttonID As Long) As Process
This event is generated when the button is pushed. Button is identified by parameter pushbuttonid.

OnInputTextFormSubmit(inputtextformid As Long, ParamArray) As Process
This event is generated when the button Submit on InputTextForm is pressed. Object is identified by

parameter inputtextformid.
Input texts are passed using ParamArray. InputText 1 is passed as ParamArray[1], ..., InputText 8 is

passed as ParamArray[8].
For more details about InputTextForm object see chapter WebGUIGraphicCollection / InputTextForm.

Advertising