
User Manual
Page 26
www.cuesystem.com
WebGUI
webguIserver
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 les 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 les
...
Events
Functions
Internet browser
Ethernet
Properties
Property Name Data Type Allowed Values Default Value Description
Connection Group
Port Long Any except 80 8080 Denes IP port for communication
with an internet browser.
SerialNumber ByteString From License Key le. Empty Serial number of WebGUI. It is
including in License Key le.
RegistrationNumber ByteString From License Key le. Emty Registration number of WebGUI. It is
including in License Key le.
Events
OnButtonPush(pushbuttonID As Long) As Process
This event is generated when the button is pushed. Button is identied by parameter pushbuttonid.
OnInputTextFormSubmit(inputtextformid As Long, ParamArray) As Process
This event is generated when the button Submit on InputTextForm is pressed. Object is identied 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.
Komentáře k této Příručce