TSV Editor Help

  

Hint: Navigate to the TSV entry by double-clicking on the entry in the Call History table or the Active Frequency table. The script cannot (currently) navigate to range values.

Saving Data

After editing, click Save Talkgroups or Save Source IDs. The TSV file will be written to the server, and the Reload TSV command will be sent automatically to OP25.

Force TSV Reload:

Important: After creating a new entry, click Save. After deleting an entry or multiple enteries, click Save. If not, the changes will be abandoned.

Creating and Deleting Enteries

Talkgroup IDs

Talkgroup ID Field
Can be one of either 1) specific value 2) range of values 3) wildcard values:

Specific Value: 123456
Matches ID 123456

Range of Value: 123*
Match any ID starting with 123

Range of Value: 123...
Match 123456 but not 1234567 (length is checked) (dot dot dot )
Range of Value: 1234-1250
Matches the range (inclusive of first and last)

Priority / Color Field - Talkgroups

A three value 0 through 999 where the first digit represents priority and the last 2 digits represent the CSS color code. (See Config tab, Show Colors button in the OP25 ui.)

Example: 502: Priority 5, color 02 - 914:Priority 9, Color 12 Higher priority value (9) = greatest priority.

   Display color codes for use in TSV files.

Source IDs

Source ID Field
Can be one of either 1) specific value 2) range of values 3) wildcard values:

Specific Value: 123456
Matches ID 123456
Range of Value: 123*
Match any ID starting with 123
Range of Value: 123...
Match 123456 but not 1234567 (length is checked) (dot dot dot )
Range of Value: 1234-1250
Matches the range (inclusive of first and last)

Priority / Color Field - Sources

A single value 0 through 99 corresponding to the CSS colors. (See Config tab, Show Colors button in the OP25 ui.)