Screen overview
281
1SVC 440 795 M1100
“Date Formats” tab
In the Date format tab select the language and one of four
formats. This does not depend on the language set on the
display system.
“Visibility” tab
The Visibility tab makes it possible to switch the element to
invisible via an associated variable.
Example program 1 – Different display types and
invisible switching of a screen
The program consists of eight screens that you can select via
cursor buttons
Í and Ú. The screen change was defined in
the button editor (a section “Button editor”, page 317).
“German” is the language setting in all eight screens. The
first six screens show the options for date and time display,
the seventh screen shows all four formats simultaneously
and invisible switching is implemented with the eighth
screen.
Standard path: C:\Program files\CL-SOFT\Samples\
Program:
Date_a_Time_Prog_01.e60
Screen 1:
Format: DD.MM:YYYY
Double display format, therefore only day and month visible
in display!
Screen 2:
Format: DD.MM:YYYY
Normal display format, therefore year also visible in display!
Screen 3:
Format: DD.MM:YY HH:MM
Normal display format, also display of time in hours and
minutes!
Screen 4:
Format: HH:MM
Display of hour and minute, double display format.