EasyManua.ls Logo

MEN G233 - Display Configuration; Timer Configuration; Table 1. HTML Tags: Control Tag for Display Configuration; Table 2. HTML Tags: Control Tag for Timer Configuration

MEN G233
25 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Functional Description
20G233-00 E1
2017-10-20
Page 20
3.3.2 Display Configuration
Table 1. HTML tags: control tag for display configuration
For example:
3.3.3 Timer Configuration
Table 2. HTML tags: control tag for timer configuration
For changing the timer settings, the G233 has to be turned off and started again. Each
timeout can be deactivated by setting the time to 0.
For example:
Tag Attributes Possible Values
display orientation
horizontal
vertical (default)
flipped
yes (default)
no
<head>
<title>Start Page</title>
<display orientation="horizontal" flipped="yes"><display>
</head>
Tag Attributes Possible Values Description Default
timer timeConnection Time value in
seconds
Timeout t1: Time the application will
wait if the web server can't be reached
after a user input.
After t1 has run out, the application will
issue the following message if no user
input occurs:
Connection to Server failed. Do you
want to retry
5
timeNoInput Time value in
seconds
Timeout t2: After t2 has run out, the
application will issue the following
message if no user input occurs:
Application will end in xx sec! Press
any button to continue
120
timeWarning Time value in
seconds
Timeout t3: Time the application will
wait after issuing the message to turn
off the display before actually turning
off.
15
<head>
<timer timeConnection="5" timeNoInput="30" timeWarning="10"></timer>
</head>