...
Done
Full Name | Description | Unit | Default value | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| The working directory in which recordings are made. A symbolic constant #APPDIR# can be used to specify the application directory, e.g. #APPDIR#/my_work | - | #APPDIR#/icom/work | |||||||||
| dp | dp |
| Directory to which closed audio recordings are moved. A symbolic constant #APPDIR# can be used to specify the application directory, e.g. #APPDIR#/my_done | - | #APPDIR#/icom/done_audio | ||||||
| Path | Directory to which closed data recordings (e.g. with GPS data) are moved. A symbolic constant #APPDIR# can be used to specify the application directory, e.g. #APPDIR#/my_done | - | #APPDIR#/icom/done_data | ||||||||
| Waiting for the recording to close. If this timeout expires and no more recording data has been received during it, the recording file is closed and moved to the Done Path directory. | sec.mss | 3.000 | |||||||||
| Enabling detailed debugs about receiving and analyzing data. | YES/NO | NO |
...
Value type | I/O tag address | New value | Description |
---|---|---|---|
TxtI | IP_ADDR | New recording | The IP address of the sending repeater |
Ci | SRC_SYSCODE | New recording | Stores the System Code of the sender (1-16382) |
Ci | SRC_SITECODE | New recording | Stores the transmitters' Site Code (1-250) |
Ci | SRC_PREFIXID | New recording | Stores the Prefix ID of the transmitter (1-30) |
Ci | SRC_UNIT_ID | New recording | Stores the Unit ID of the transmitter (1-2000) |
Ci | SRC_RPTR_NO | New recording | Stores the transmitter's Repeater No. (1-30) |
Ci | DST_SYSCODE | New recording | Stores the System Code of the destination (1-16382) |
Ci | DST_SITECODE | New recording | Stores the Site Code of the destination (1-250) |
Ci | DST_PREFIXID | New recording | Stores the Prefix ID of the destination (1-30) |
Ci | DST_UNIT_ID | New recording | Stores the Unit/Group ID of the destination (1-2000,2047) |
Ci | CALL_TYPE | New recording | Call type (1-group call, 4-individual call) |
TxtI | FILE_READY | End of recording | The name of the closed file in the Done Path directory |
TxtI | ERROR | Error occurrence | Fatal error processing UDP packet, the packet is dropped |
TxtI | WARNING | Warning occurenceoccurrence | Minor error while processing UDP packet, processing continues |
GPS data processing | |||
Ci | GPS_PREFIXID | GPS data | Stores the Prefix ID of the transmitter (1-30) |
Ci | GPS_UNIT_ID | GPS data | Stores the Unit ID of the transmitter (1-2000) |
Ci | GPS_DATA | GPS data | Parsed GPS sentence (without ending <CR><LF>) |
TxtI | GPS_FILE | GPS data | The name of the closed file with raw GPS data in the Done Path directory (the file can be deleted since the parsed GPS data is in the I/O tag with the address GPS_DATA). |
...