Appendix A : Quick Reference
To help you get into the subject or quickly modify already existing Application
Program use this quick reference. If anything would be unclear or not precise
enough refer to specific chapter in a manual.
The quick reference is going to be build on a program example, explaining all
sections according to required order.
●
HEADER Section
HEADER
Quick_Ref
2007/04/15
18:34:59
dd/mm/yyyy
hh:mm:ss
;
LOG_false
.
BT_false
GL_section
END
Header section defines standard and constant settings for HDS, like date
format(line no. 5), time format(line no. 6), current date and time(lines no. 2 and 3) if
you need more information concerning HEADER Section refer to its chapter.
●
TABLE Section
TABLE
C_ID_ELEC;R;1;1;1;0000 0000 0000;;
BREED;S;0;1;1;00;00;
SEX;O;0;1;1;H,M,;M;
END
Table section is used to declare main table in HHR. It's simply a description of all
the columns in Table. First parameter is a column name, by this name you refer to
column in macros, second one is type, HDS allows you to use several types of
column (types of data stored in HHR's memory), the sixth parameter in column
definition is a mask definition. It is very important because this value decides how
the data will be displayed on HHR's LCD. If you need more information concerning
HEADER Section refer to its chapter.
●
GLOBAL Section
GLOBAL
0:FarmDolySheep
1:Veterinary0123
END
D01B2.4 HHR 3000 PRO Manual
49/75
Содержание HHR 3000 PRO
Страница 15: ...D01B2 4 HHR 3000 PRO Manual 15 75...
Страница 67: ...D01B2 4 HHR 3000 PRO Manual 67 75...