2.3.6 Graphics\Library\Clocks
2.3.6.1 Display Settings
Section |
Option |
Selection |
---|---|---|
Properties |
Display Type |
Overlay |
Allow Multiple Running Copies |
No |
|
Cache after Displaying |
No |
|
Title Bar |
Yes |
|
System Menu |
Yes |
|
Minimize Button |
Yes |
|
Maximize Button |
No |
|
Size to Main Window at Runtime |
No |
|
Show last Acquired Value |
Yes |
|
Use Current Size |
No (Size in Pixels: 680 x 544) |
|
Allow Display to be Resized |
Yes: When Resized - Scale |
|
Use Current Position |
No (Position in Pixels: 392 x 0) |
|
Security Code |
* |
|
Background Color |
0x808000 |
|
Behavior |
Startup Command |
|
Shutdown Command |
||
Input Field Not Selected Text Color |
0x0 |
|
Input Field Not Selected Fill Color |
0xC0C0C0 |
|
Input Field Selected Text Color |
0xFFFFFF |
|
Input Field Selected Fill Color |
0x800000 |
|
Beep on Press of Interactive Object |
No |
|
Highlight when Cursor Passes Over Interactive Objects |
Yes Highlight Color: 0x0 |
|
Highlight Color of Objects with Input Focus |
0xFF00 |
|
Display On-screen Keyboard |
No |
2.3.6.2 Animated Display Objects
Object Name |
Grouping |
X |
Y |
Property |
Expression |
---|---|---|---|---|---|
Group25 |
++Group25 |
17 |
11 |
||
Polygon |
| |
154 |
62 |
Polygon: Rotation Control |
system\minute |
Polygon |
| |
154 |
80 |
Polygon: Rotation Control |
if system\hour >= 12 then (system\hour - 12 + (system\minute/60)) else (system\hour + (system\minute/60)) |
Group1 |
| ++Group1 |
154 |
21 |
||
Group1 |
| | |
154 |
21 |
Group: Rotation Control |
system\second |
Group1 |
| +-Group1 |
||||
Group25 |
+-Group25 |
||||
Group15 |
++Group15 |
369 |
13 |
||
Polygon |
| |
509 |
33 |
Polygon: Rotation Control |
system\minute |
Polygon |
| |
509 |
55 |
Polygon: Rotation Control |
if system\hour >= 12 then ((system\hour * 10) - 120 + (system\minute / 6)) else ((system\hour * 10) + (system\minute / 6)) |
Group15 |
+-Group15 |
||||
Group19 |
++Group19 |
6 |
380 |
||
StringDisplay1 |
| |
22 |
395 |
String Display |
system\Time |
Group19 |
+-Group19 |
||||
StringDisplay2 |
24 |
465 |
String Display |
system\Time |
|
Group24 |
++Group24 |
221 |
380 |
||
Group23 |
| ++Group23 |
252 |
395 |
||
NumericDisplay1 |
| | |
252 |
397 |
Numeric Display |
system\Month |
NumericDisplay2 |
| | |
305 |
397 |
Numeric Display |
system\DayOfMonth |
NumericDisplay3 |
| | |
353 |
397 |
Numeric Display |
system\year mod 100 |
Group23 |
| +-Group23 |
||||
Group24 |
+-Group24 |
||||
Group26 |
++Group26 |
249 |
465 |
||
NumericDisplay7 |
| |
249 |
467 |
Numeric Display |
system\Month |
NumericDisplay8 |
| |
302 |
467 |
Numeric Display |
system\DayOfMonth |
NumericDisplay9 |
| |
350 |
467 |
Numeric Display |
system\year mod 100 |
Group26 |
+-Group26 |
||||
Group31 |
++Group31 |
435 |
380 |
||
Group33 |
| ++Group33 |
456 |
395 |
||
NumericDisplay16 |
| | |
456 |
397 |
Numeric Display |
system\Month |
NumericDisplay17 |
| | |
509 |
397 |
Numeric Display |
system\DayOfMonth |
NumericDisplay18 |
| | |
557 |
397 |
Numeric Display |
system\year |
Group33 |
| +-Group33 |
||||
Group31 |
+-Group31 |
||||
Group34 |
++Group34 |
456 |
465 |
||
NumericDisplay19 |
| |
456 |
467 |
Numeric Display |
system\Month |
NumericDisplay20 |
| |
509 |
467 |
Numeric Display |
system\DayOfMonth |
NumericDisplay21 |
| |
557 |
467 |
Numeric Display |
system\year |
Group34 |
+-Group34 |
2.3.6.3 Database Tags Used by the Component
Tag Name |
Tag Type |
Tag Description |
---|---|---|
system\DayOfMonth |
Analog |
Day of Month |
system\hour |
Analog |
Hour of day (0 - 23) |
system\minute |
Analog |
Minutes (0 - 59) |
system\Month |
Analog |
Month |
system\second |
Analog |
Seconds (0 - 59) |
system\Time |
String |
System time string |
system\year |
Analog |
Year |