AMX 86 Frozen Dessert Maker User Manual


 
356
K
A
DAK
Generator Specifications
Each of your predefined tasks must be defined using keyword ...TDT. The order of
these definitions will determine their order of creation by AMX. If you do not wish to
predefine any tasks, delete the line with keyword ...TDT.
The parameters in each task definition are as follows.
TKPROC Task procedure name
TKTAG Task tag
ATTR Attributes
STACK Task stack size (bytes)
PRIORITY Task priority
SLICE Time slice interval
MB0 Mailbox 0 depth
MB1 Mailbox 1 depth
MB2 Mailbox 2 depth
MB3 Mailbox 3 depth
TKID Task id variable name
Note that the task tag must include exactly four displayable characters. Spaces and tabs
are not allowed.
Define all of your Restart Procedures in the order in which you wish them to be
executed. Note that you are only defining your own procedures. Restart Procedures
required by any of the AMX Managers will automatically be installed for you.
Define all of your Exit Procedures in the order in which you wish them to be executed.
If you have no Exit Procedures, omit the line containing keyword ...EXX.
Each of your predefined interval timers must be defined using the keyword ...TMR.
The order of these definitions will determine their order of creation by AMX. If you do
not wish to predefine any timers, delete the line with keyword ...TMR.
The parameters in each timer definition are as follows:
TMPROC Timer Procedure name
PERIOD Timer period in system ticks (0 = oneshot)
PARAM Parameter variable name
TMTAG Timer tag
TMID Timer id variable name
Note that the timer tag must include exactly four displayable characters. Spaces and tabs
are not allowed.