Project

General

Profile

MemoryEditorColumns » History » Version 8

Dan Smith, 05/27/2013 02:39 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
Users unfamiliar with programming radios are encouraged to enable *Hide Unused Fields* mode in the *View* menu. Also. enabling *Smart Tone Modes* 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
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
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
h2. DTCS Pol
44
45
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.
46
47
h2. Duplex
48
49
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.
50
51
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).
52
53
If the duplex is set to *off* then transmission on this channel will be disabled (if the radio supports this capability).
54
55
Note that for simplex channels, this should be set to *(None)* and repeater channels should have this set to either *+*, *-*, or *split*.
56 5 Dan Smith
57
h2. Offset
58
59
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.
60
61
h2. Mode
62
63
This controls the transmit and receive mode of the channel. The following lists the common values and their meanings:
64
65 6 Dan Smith
* *FM*: "Wide" FM for two-way communications (i.e. 5 kHz deviation)
66
* *NFM*: "Narrow" FM for two-way communications (i.e. 2.5 kHz deviation)
67
* *WFM*: "Wide" FM for broadcast communications (i.e. ~100 kHz deviation)
68
* *AM*: "Narrow" AM for two-way communications (i.e. aircraft band in the US)
69
* *DV*: Icom's digital D-STAR mode
70 5 Dan Smith
71
h2. Tune Step
72
73
The tuning step used to channelize the receive frequency.
74
75
h2. Skip
76
77
The scan skip mode for the channel. The values and their meanings are:
78
79
* *S*: Skip this channel during scan
80
* *P*: This channel is a priority
81 7 Dan Smith
82
h2. Cross Mode
83
84
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:
85
86
* *Tone*: CTCSS tones are used. Transmit tone is taken from the *Tone* column, receive tone from the *ToneSql* column.
87
* *DTCS*: DTCS/DCS codes are used. Transmit code is taken from the *DTCS Code* column, receive code from the *RX DTCS Code* column.
88
* <blank>: Indicates that no method is used for this, either transmit or receive.
89
90
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:
91
92
* *Tone->Tone*: This means use the *Tone* value for transmit tone, and the *ToneSql* value for receive squelch
93
* *Tone->DTCS*: This means use the *Tone* value for transmit tone, and the *RX DTCS Code* code for receive squelch