[chirp_devel] FT70 - CHIRP Modes
Hi,
The FT70 driver is progressing.
Each FT70 memory channel stores a "Mode" Either DN, VW, FM, AM - The exact encoding of this I am working out, but that is another issue(!)
CHIRP memory column displays Mode as
FM: "Wide" FM for two-way communications (i.e. 5 kHz deviation) NFM: "Narrow" FM for two-way communications (i.e. 2.5 kHz deviation) WFM: "Wide" FM for broadcast communications (i.e. ~100 kHz deviation) AM: "Narrow" AM for two-way communications (i.e. aircraft band in the US) DV: Icom's digital D-STAR mode
AUTO - The others are clear but what about AUTO? and DIG - is this a catch all?
ValueError: `DN' is not in valid list: ['WFM', 'FM', 'NFM', 'AM', 'NAM', 'DV', 'USB', 'LSB', 'CW', 'RTTY', 'DIG', 'PKT', 'NCW', 'NCWR', 'CWR', 'P25', 'Auto', 'RTTYR', 'FSK', 'FSKR', 'DMR']
There are no CHIRP options for DN or VW or C4FM, so how should we best "map" CHIRP memory column modes to the FT70? and ensure data imports work sensibly too.
Suggestions please.
Thanks!!!
Regards Nicolas
On 2018-03-02 14:35, Nicolas Pike via chirp_devel wrote:
Hi
Nice work!
There are no CHIRP options for DN or VW or C4FM, so how should we best "map" CHIRP memory column modes to the FT70?
I have no say in this but we should discuss if amending MODES in chirp_common.py is an option to allow for the new modes "DN" and "VW".
How is AMS handled in this radio? Is it a setting that is stored on a per-channel level? If so, I guess the driver should also be able to handle that, in order to maximize the "Fusion" experience...
Regards
Matt
There are no CHIRP options for DN or VW or C4FM, so how should we best
"map" CHIRP memory column modes to the FT70?
I have no say in this but we should discuss if amending MODES in chirp_common.py is an option to allow for the new modes "DN" and "VW".
How is AMS handled in this radio? Is it a setting that is stored on a per-channel level? If so, I guess the driver should also be able to handle that, in order to maximize the "Fusion" experience...
Regards
Matt
Thanks. AMS on/off is stored per memory channel - will default to on and handled in memory extras. The radio settings store what AMS does, i.e TX Auto, TX DN, TX VW or TX FM. I don't think this finer control of AMS is stored per channel - but have not checked! DMR and DV are in the CHIRP list so adding C4FM seems logical. Then perhaps mem extras takes care of setting VW? Also need to look at how the data imports are handled as more repeaters support several modes, but can only - it seems report one. I have a particular interest in this as I am involved in the RepeaterBook project.
Regards Nicolas
participants (2)
-
Mathias Weyland
-
Nicolas Pike