Generator Specifications
K
A
DAK
357
Each of your predefined semaphores must be defined using the keyword ...SEM. The
order of these definitions will determine their order of creation by AMX. If you do not
wish to predefine any semaphores, delete the line with keyword ...SEM.
The parameters in each semaphore definition are as follows:
SMVAL Initial semaphore value
- 1 for resource semaphore
>=0 for counting semaphore
SMTAG Semaphore tag
SMID Semaphore id variable name
Note that the semaphore tag must include exactly four displayable characters. Spaces and
tabs are not allowed.
Each of your predefined event groups must be defined using the keyword ...EVG. The
order of these definitions will determine their order of creation by AMX. If you do not
wish to predefine any event groups, delete the line with keyword ...EVG.
The parameters in each event group definition are as follows:
EVAL Initial value of 16 event flags (signed decimal number)
EVTAG Event group tag
EVID Event group id variable name
Note that the event group tag must include exactly four displayable characters. Spaces
and tabs are not allowed.