FTM-6000 CSV Format
This is a description of the file format expected by Yaesu's ADMS-13 software.
Fields
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
channel | rx freq | tx freq | tx offset | offset dir | mode | tag | name | tone mode | ctcss freq | dcs code | user ctcss | tx power | scan | step | narrow | clock shift | comment | zero |
- channel -- this is the channel number, from 1 to 999. There should be 999 lines in your csv file.
- rx frequency in MHz, in the form
nnn.nnnn
- tx frequency in MHz, in the form
nnn.nnnn
- tx offset in KHz, in the form
n.nnnn
- offset direction; this can be:
-RPT
+RPT
OFF
(for simplex)
- mode:
FM
AM
- tag -- when
ON
, display channel name; whenOFF
, display only rx frequency. This is actually a global setting (i.e., it must be the same for all channels). One of:ON
OFF
- name -- the channel name (max 6 characters)
- tone mode -- set the tone squelch type. Can be one of:
OFF
TONE
-- send a PL tone on transmitTONE SQL
-- send a PL tone on transmit and require a PL tone on receiveDCS
-- use DCSREV TONE
-- open when tone is not receivedPR FREQ
PAGER
- ctcss frequency, in the form
nnn.n Hz
- dcs code, in the form
nnn
- user ctcss frequency, in the form
nnn Hz
ornnnn Hz
- tx power, one of:
HIGH
MID
LOW
- scan -- whether or not to include this channel when scanning. One of:
YES
NO
- step in KHz, in the form
n.nKHz
ornn.nKHz
- narrow, one of:
ON
OFF
- clock shift, one of:
ON
OFF
- comment
- unknown, always
0
in exports
Example file
1,145.23000,145.23000,0.60000,-RPT,FM,ON,BARC,TONE,88.5 Hz,,,MID,YES,5.0KHz,OFF,OFF,https://www.barc.org/,0
2,449.72500,449.72500,5.00000,-RPT,FM,ON,MIT,TONE,114.8 Hz,,,MID,YES,12.5KHz,OFF,OFF,https://w1mx.mit.edu/,0
3,146.04000,146.04000,0.60000,+RPT,FM,ON,WARA-V,TONE,136.5 Hz,,,MID,YES,5.0KHz,OFF,OFF,https://walthamara.org/,0
4,444.07500,444.07500,5.00000,+RPT,FM,ON,WARA-U,TONE,88.5 Hz,,,MID,YES,12.5KHz,OFF,OFF,https://walthamara.org/,0
5,,,,,,,,,,,,,,,,,,0
.
.
.
999,,,,,,,,,,,,,,,,,,0