Cue WebGUI Instrukcja Użytkownika Strona 13

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 30
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 12
User Manual
Page 13
www.cuesystem.com
WebGUI
Programming
Overview
All communication with web pages is done through device WebGUIServer which serves events and
function for user programming.
Folowing chapters describe examples how to use events and functions of the server. For more details see
chapter WebGUIServer.
PushButtons
WebGUIServer generates event OnPushButton with parameter pushbuttonID.
Page 1, ID = 1
Page 2, ID = 2
Private Process WEBServer1_OnButtonPush( pushbuttonid As Long ) Link WEBServer1.OnButtonPush
Select pushbuttonid
Case 1 // Code executed after pressing PushButton 1 on Page 1
Case 2 // Code executed after pressing PushButton 2 on Page 1
Case 3 // Code executed after pressing PushButton 3 on Page 2
Case 4 // Code executed after pressing PushButton 4 on Page 2
End Select
End Process
Przeglądanie stron 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 29 30

Komentarze do niniejszej Instrukcji

Brak uwag