Project

General

Profile

MemoryEditorColumns » History » Version 15

Jim Unroe, 05/27/2013 07:31 PM

1 1 Dan Smith
h1. Understanding CHIRP's columns
2
3 3 Dan Smith
{{>toc}}
4
5 8 Dan Smith
This document is intended to help users understand the meaning of each column in the channel editor. In most cases, the default value for a column can be used if you don't know what the meaning of the column is.
6
7 9 Dan Smith
Users unfamiliar with programming radios are encouraged to enable *Hide Unused Fields* mode in the *View* menu. Also, enabling *Smart Tone Modes* in the same location can be rather helpful for reducing confusion.
8 1 Dan Smith
9
h2. Loc
10
11
This is the location or "channel number" of the memory. The limits of what can be in this field are defined by your radio.
12
13
h2. Frequency
14
15
This defines the receive frequency of the channel in Megahertz. If Duplex is set to None, then it is also the transmit frequency of the channel.
16 3 Dan Smith
17
h2. Name
18
19 14 Jim Unroe
This is the alphanumeric label for the memory, as displayed on the front panel. The length and valid characters are defined by what the radio is capable of supporting.
20 3 Dan Smith
21
h2. Tone Mode
22
23
This sets the mode used to transmit or receive squelch tones (or related selective calling technologies). The following explains what the options means:
24
25 4 Dan Smith
* *(None)*: No tone or code is transmitted, receive squelch is open or carrier-triggered.
26
* *Tone*: A single CTCSS tone is transmitted, receive squelch is open or carrier-triggered. The tone used is that which is set in the *Tone* column.
27
* *TSQL*: A single CTCSS tone is transmitted, receive squelch is tone-coded to the _same_ tone. The tone used is that which is set in the *ToneSql* column.
28
* *DTCS*: A single DTCS/DCS code is transmitted, receive squelch is digitally tone-coded to the _same_ code. The code used is that which is set in the *DTCS Code* column.
29
* *Cross*: A complex arrangement of squelch technologies is in use. See the definition of the *Cross Mode* column for details.
30
31
h2. Tone
32
33
This sets the CTCSS tone to be transmitted if the *Tone Mode* is set to *Tone*. In *Cross* mode, it has additional meanings (see description of *Cross Mode* for more details).
34
35
h2. ToneSql
36
37
This sets the CTCSS tone to be transmitted and used for receiver squelch if the *Tone Mode* is set to *TSQL*. In *Cross* mode it has additional meanings (see description of *Cross Mode* for more details).
38
39
h2. DTCS Code
40
41
This sets the DTCS code to be transmitted and used for receiver squelch if the *Tone Mode* is set to *DTCS*. In *Cross* mode it has additional meanings (see description of *Cross Mode* for more details).
42
43 15 Jim Unroe
h2. DTCS Rx Code
44
45
This sets the DTCS code to be used for receiver squelch if the radio supports this capability and *Tone Mode* is set to *Cross* (see description of *Cross Mode* for more details).
46
47 4 Dan Smith
h2. DTCS Pol
48
49
This sets the DTCS polarity of the transmitted code and the code used for the receive squelch any time DTCS is used for transmit or receive squelch. The first character pertains to the transmit polarity and the second pertains to receive polarity. The corresponding character is N for normal or R for reversed (aka "inverted") polarity.
50
51
h2. Duplex
52
53 12 Jim Unroe
This sets the duplex mode of the channel. If set to *(None)* then the transmit and receive frequencies are the same. If set to either *+* or *-* (plus or minus) then the transmit frequency will be either above or below (respectively) the receive frequency by the value of the *Offset* field.
54 4 Dan Smith
55
If the duplex is set to *split* then the *Offset* field should contain the absolute transmit frequency to be used (if the radio supports this capability).
56
57
If the duplex is set to *off* then transmission on this channel will be disabled (if the radio supports this capability).
58
59
Note that for simplex channels, this should be set to *(None)* and repeater channels should have this set to either *+*, *-*, or *split*.
60 5 Dan Smith
61
h2. Offset
62
63 10 Jim Unroe
This sets the amount of difference between the transmit and receive frequencies used for the channel if *Duplex* is not *(None)* or *off* (in which case it is ignored). If the *Duplex* is set to a shift direction, then the *Offset* field should be set to the amount (in Megahertz) above or below the receive frequency to shift to find the transmit frequency. If *Duplex* is set to *split* then the *Offset* field should be set to an absolute transmit frequency.
64 5 Dan Smith
65
h2. Mode
66
67
This controls the transmit and receive mode of the channel. The following lists the common values and their meanings:
68
69 6 Dan Smith
* *FM*: "Wide" FM for two-way communications (i.e. 5 kHz deviation)
70
* *NFM*: "Narrow" FM for two-way communications (i.e. 2.5 kHz deviation)
71
* *WFM*: "Wide" FM for broadcast communications (i.e. ~100 kHz deviation)
72
* *AM*: "Narrow" AM for two-way communications (i.e. aircraft band in the US)
73
* *DV*: Icom's digital D-STAR mode
74 5 Dan Smith
75
h2. Tune Step
76
77
The tuning step used to channelize the receive frequency.
78
79
h2. Skip
80
81
The scan skip mode for the channel. The values and their meanings are:
82
83
* *S*: Skip this channel during scan
84
* *P*: This channel is a priority
85 7 Dan Smith
86
h2. Cross Mode
87
88
This field controls the squelch behavior of the channel when the *Tone Mode* is set to *Cross*. Each value consists of two technologies separated by an arrow (*->*). The value to the left of the arrow controls the selective-call method used on transmit, while the one to the right of the arrow controls the receive squelch. The possible values are:
89
90
* *Tone*: CTCSS tones are used. Transmit tone is taken from the *Tone* column, receive tone from the *ToneSql* column.
91 13 Jim Unroe
* *DTCS*: DTCS/DCS codes are used. Transmit code is taken from the *DTCS Code* column, receive code from the *DTCS Rx Code* column.
92 7 Dan Smith
* <blank>: Indicates that no method is used for this, either transmit or receive.
93
94
The *Cross Mode* field allows addressing more commercial modes of squelch operation, such as using different tones or codes for transmit and receive. For example:
95
96
* *Tone->Tone*: This means use the *Tone* value for transmit tone, and the *ToneSql* value for receive squelch
97 13 Jim Unroe
* *Tone->DTCS*: This means use the *Tone* value for transmit tone, and the *DTCS Rx Code* code for receive squelch