Project

General

Profile

Actions

Bug #8797

closed

Non-standard DCS Tone codes

Added by William Ingram over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/07/2021
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
All
Debug Log:
I read the instructions above:

Description

Greetings;
Is there a way to modify the DCS code list. They are starting to use NON Standard DCS codes on repeaters in my area. Is there a way to manually enter a DCS code, or edit the list within CHIRP to add the new codes? The new codes are 024, 124, 224. Thank you in advance for your time.
Sincerely;
Bill

Actions #1

Updated by Jim Unroe over 4 years ago

  • Status changed from New to Incomplete
  • Platform changed from Windows to All

The chirp_common.DTCS_CODES list can be added to and subtracted from by the driver author in order to match the selections that are available in the radio. For example the the driver for the UV-5R adds the DTCS 645 code to the chirp_common.DTCS_CODES list to match the list of DCS codes that the UV-5R (and UV-5R like radios) support.

UV5R_DTCS = sorted(chirp_common.DTCS_CODES + [645])

The Leixen driver adds DTCS 017, 050 and 645 to the chirp_common.DTCS_CODES list to match what the radio supports.

DTCS_CODES = [17, 50, 645] + chirp_common.DTCS_CODES

Adding any additional codes would not be worthwhile because the radio does not support them.

Some radios do allow programming a 1024 (512 + and 512 -) DTCS codes. CHIRP supports all 1024 codes for those radios.

One thing that I learned recently is that many of the DTCS codes are not unique. The digital code generated is actually the same as one or more other codes. For example, the following codes are basically interchangeable: +224, +313, +506, +574, -073, -640. I was amazed when I took 2 radios and programmed one with a channel using DTCS code set to 506N and the other with the same frequency and the DTCS code set to 073R and was able to communicate between the 2 radios.

So accessing a repeater that is using the non-standard +224, +313, +574 or -640 DTCS code can be accessed by programming either the standard +506 or the -073 DTCS code.

Unfortunately there are no standard DTCS code "matches" for the non-standard +024 and +124 DTCS codes.

See this "DPL / DCS Information":http://www.onfreq.com/syntorx/dcs.html page for more information.

Jim KC9HI

Actions #2

Updated by Bernhard Hailer about 4 years ago

  • Status changed from Incomplete to Closed

Answers provided.

Actions

Also available in: Atom PDF