Project

General

Profile

DevelopersToneModes » History » Version 4

Dan Smith, 05/07/2012 01:29 PM

1 4 Dan Smith
{{toc}}
2 1 Dan Smith
h1. Tone Modes in CHIRP
3
4 2 Dan Smith
h2. (None)
5 1 Dan Smith
6
An empty Memory.tmode means that no tone is transmitted or received
7
8
h2. Tone
9
10
A Memory.tmode of "Tone" means that the radio will transmit a single sub-audible tone, according to the Memory.rtone value. In this mode, the receiver is carrier squelch.
11
12
h2. TSQL
13
14 3 Dan Smith
A Memory.tmode of "TSQL" means that the radio will transmit a sub-audible tone, according to either the Memory.rtone or Memory.ctone value. In this mode, the receiver uses tone squelch with the same value as the transmitter. If the radio's feature set includes "has_ctone" (most Icom and Kenwood radios) then the value used in this case is Memory.ctone. Otherwise, use Memory.rtone.
15 1 Dan Smith
16
h2. DTCS
17
18
A Memory.tmode of "DTCS" means that the radio will transmit a DCS code, according to Memory.dtcs. In this mode, the receiver uses DTCS squelch with the same value of Memory.dtcs.
19
20
h2. Cross
21
22
A Memory.tmode of "Cross" means that the radio will use an asymmetric squelch configuration according to the value of Memory.cross_mode:
23
24
h3. Tone->Tone
25
26
A cross_mode of "Tone->Tone" means the radio will use sub-audible tones for transmit and receive, the values of which are Memory.rtone and Memory.ctone respectively.
27
28
h3. Tone->DTCS
29
30
A cross mode of "Tone->DTCS" means that the radio will use a sub-audible tone for transmit, according to Memory.rtone, and a DCS code for receiver squelch, according to Memory.dtcs.
31
32
h3. DTCS->Tone
33
34
A cross mode of "DTCS->Tone" means that the radio will use a DCS code for transmit, according to Memory.dtcs, and a sub-audible tone for receiver squelch, according to Memory.ctone.
35
36
h3. ->Tone
37
38
A cross mode of "->Tone" means that the radio will not transmit a sub-audible tone, but will enable tone squelch on the receiver according to the value of Memory.ctone.
39
40
h3. ->DTCS
41
42
A cross mode of "->DTCS" means that the radio will not transmit a sub-audible tone, but will enable DCS squelch on the receiver according to the value of Memory.dtcs
43 3 Dan Smith
44
h1. Radio Behavior
45
46
h2. Icom/Kenwood style
47
48
Most (maybe all?) Icoms and Kenwoods behave in a specific way. They store two tone values, one of which gets used in Tone mode, and the other which gets used in TSQL (CTCSS) mode. No Icom (that I'm aware of) can use the two values for separate TX and RX tones, nor can *most* Kenwoods. However, at least the Kenwood D72 can operate this way.
49
50
h2. Yaesu style
51
52
Most Yaesu radios store just a single tone value, which gets used regardless of whether or not the radio is in Tone or TSQL mode.
53
54
h3. Commercial style (Wouxun, Baofeng, etc)
55
56
These radios store separate TX and RX tones all the time (and often overload the same field for DTCS and tone values, storing a flag if the value is not to be used). These are effectively in "Cross" mode all the time, but CHIRP detects the common modes and provides the appearance of the other radios (emulating Tone, TSQL, and DTCS where possible).