;=====================================================================
;General info about the text tables:
;
Name of the table:!xx!
;
Separating character of the entries:, (comma)
;
Maximal 16 characters pro Entry
;
Warning:, do not forget(comma) after the last entry!
;====================================================================
;-- Text table day of the week (WTG Su..Sa) 7 entries -------------------
!WT!Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,
;--------------------------------------------------------------------
;-- Weekday modus 1 entry ---------------------------------------
!DW!0..3
;--------------------------------------------------------------------
;-- Text table months (Jan..Dec) 12 entries -----------------------
!MO!Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec,
;--------------------------------------------------------------------
;-- Text table season (Win,Sum,UTC) 3 entries ---------------------
!SA!Win,Som,UTC,
;--------------------------------------------------------------------
;-- Text table season change announcement --------------------
;-- (no announcement, announcement) 2 entries
!AK!0,1,
;--------------------------------------------------------------------
;-- Text table season status ---------------------------------------
;-- (0 = no announcement, winter
;--
1 = announcement, winter
;--
2 = no announcement, summer
;--
3 = announcement, summer) 4 entries
!ST!A,B,C,D,
;--------------------------------------------------------------------
;-- Text table AM/PM flag 2 entries -------------------------------
!AM!am,pm,
;1.Entry
AM/PM flag=0 d.h. 00:00..11:59
;2.Entry
AM/PM flag=1 d.h. 12:00..23:59
;--------------------------------------------------------------------
;-- Text table synchronization alarm 2 entries --------------------
!SY!ok,alarm,
;1.Entry
synchronization ok
;2.Entry
synchronization s-failure
;--------------------------------------------------------------------
;-- File End ---
!EE!
;-- Name of the file (optional) ----
@nnn...
;nnn...File name, maximum 12 characters and a final
;
<CR>.The name can also be omitted, in this
;
case CTC 'NONAMEx.TEL'appears in the directory.
;
;IMPORTANT:
;
1) The name must stand AFTER the file end!EE!.
;
;
2) If a file with the same name is loaded on to the
;
CTC, such as one stored on the CTC, the stored one
;
will be OVERWRITTEN.
;
;
;e.g.
!EE!
;
@TELEDEF.TEL
;
;last line
;--------------------------------------------------------------------
;last line (guarantees a <CR> after the file name)
© MOBATIME
; 0 :0 = Sunday, 1 = Monday,...6 = Saturday
; 1 :1 = Sunday, 2 = Monday,...7 = Saturday
; 2 :6 = Sunday, 0 = Monday,...5 = Saturday
; 3 :7 = Sunday, 1 = Monday,...6 = Saturday
97 / 112
801104.07