Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 5 Ďalej »

Supported device types and versions
Communication line configuration
Communication station configuration
I/O tag configuration
Literature
Changes and modifications
Document revisions


Supported device types and versions



The ICOM Voice Recorder protocol is intended for recording digital audio communication of ICOM repeaters (in AMBE2+ format). From the ICOM side, recording is supported for repeaters UC-FR5300 in multisite trunking mode, with firmware Revision 1.50 (NXDN)Beta.

In the configuration of the system master repeater in the settings in the "Recording" section, it is necessary to configure "Recording Server IP Address" to the address of the computer with the D2000 KOM process and "Recording Server Port" to the UDP port number where the D2000 KOM process will listen. Subsequently, all repeaters will start sending copies of UDP packets with sound to the specified address and port.


Audio data received from the repeater is sorted and stored in individual files - one file for each call. At the start of a call, the D2000 KOM process publishes information to the input I/O tags (if they exist). After the end of the call, it will publish information about the closed recording to the I/O tag with the address FILE_READY, without waiting for confirmation from the ESL script, therefore it is advisable to implement handling with by a Server Event using the ON CHANGE action, or by a trigger event with a configured request queue, or with multiple execution enabled script (ENABLE action) so that values are handled even when there is a large number of changes.

The file (.dat) can then be converted to a standard audio file (.wav) using the conversion utility (dat2wav.exe) by Ipesoft. It can work with the hardware AMBE2+ codec (CT-24 module from ICOM) or with the software AMBE2+ codec (with lower sound quality).

If GPS data (radio transmitter positions) are detected in UDP packets, these are published in I/O tags with GPS_* addresses upon detection of the end of the GPS sentence.

Communication line configuration



Category of communication line:

  • TCP/IP-UDP
    Set the Host parameter to the IP address entered in the UC-FR5300 repeater configuration, or you can enter the address ALL or * if the D2000 KOM process should listen on all available network interfaces.
    Set the Port parameter to the UDP port number specified in the repeater configuration.
    Backup server parameters are not used.
    Note: if the computer with the D2000 KOM process contains an active firewall, it is necessary to allow incoming UDP packets to the configured IP address and port


Communication station configuration



  • Communication protocol ICOM Voice Recorder.
  • The station address is not configured.

Station protocol parameters

The following station protocol parameters can be specified:


Full NameDescriptionUnitDefault value

Work Path

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

Done Path

Directory to which closed recordings are moved. A symbolic constant #APPDIR# can be used to specify the application directory, e.g. #APPDIR#/my_done

-#APPDIR#/icom/done

Recording Timeout

Waiting for 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.mss3.000

Full Debug

Enabling detailed debugs about receiving and analyzing data.YES/NONO


I/O tag configuration



Possible value types of I/O tag: TxtI, Ci.


The I/O tags can be configured on the station according to the following table:


Value typeI/O tag address New valueDescription
TxtIIP_ADDRNew recordingThe IP address of the sending repeater
CiSRC_SYSCODENew recordingStores the System Code of the sender (1-16382)
CiSRC_SITECODENew recordingStores the transmitters' Site Code (1-250)
CiSRC_PREFIXIDNew recordingStores the Prefix ID of the transmitter (1-30)
CiSRC_UNIT_IDNew recordingStores the Unit ID of the transmitter (1-2000)
CiSRC_RPTR_NONew recordingStores the transmitter's Repeater No. (1-30)
CiDST_SYSCODENew recordingStores the System Code of the destination (1-16382)
CiDST_SITECODENew recordingStores the Site Code of the destination (1-250)
CiDST_PREFIXIDNew recordingStores the Prefix ID of the destination (1-30)
CiDST_UNIT_IDNew recordingStores the Unit/Group ID of the destination (1-2000,2047)
CiCALL_TYPENew recordingCall type (1-group call, 4-individual call)
TxtIFILE_READYEnd of recordingThe name of the closed file in the Done Path directory
TxtIERRORError occurrenceFatal error processing UDP packet, the packet is dropped
TxtIWARNINGWarning occurenceMinor error while processing UDP packet, processing continues
GPS data processing
CiGPS_PREFIXIDGPS dataStores the Prefix ID of the transmitter (1-30)
CiGPS_UNIT_IDGPS dataStores the Unit ID of the transmitter (1-2000)
CiGPS_DATAGPS dataGPS sentence
TxtIGPS_FILEGPS dataThe name of the closed file with raw GPS data in the Done Path directory
(the file can be deleted since the pure GPS data is in the I/O tag with the address GPS_DATA).

The format of the file name published in the I/O tags with the addresses FILE_READY and GPS_FILE is as follows:

yyyy-dd-mm-hh-mi-ss_Host_SrcSysCode_SrcSiteCode_SrcPrefixId_SrcUnitId_SrcRptrNo_DstSysCode_DstSiteCode_DstPrefixId_DstUnitId_CallType.dat

where yyyy-dd-mm-hh-mi-ss is the timestamp of the start of the call, Host is the IP address of the repeater, and the other parts of the name (SrcSysCode, SrcSiteCode, SrcPrefixId, etc.) are obvious from the table of addresses of the I/O tags.

Examples of names (odd parts of the name are highlighted):

  • 2022-20-10-10-01-00_10.136.183.35_00001_008_001_00464_002_00001_008_001_01000_004.dat
  • 2022-20-10-08-22-33_10.134.163.35_00001_014_001_00591_002_00001_014_001_01000_004.dat

Literature



Changes and modifications



  • Ver. 1.0 - September 12, 2022 - Document creation
  • Ver. 1.1 - January 9, 2023 - Support for GPS data parsing


Document revisions



  • Ver. 1.0 - September 9th, 2022 - Document creation.


  • Žiadne štítky