AW: Supportthread Becker Ready 43 Traffic, Active 43 Talk, Transit 43
Hi,
TMC works on my Z201 with
Becker Ready 43 software, but TMC setting screen has only auto-tuning and there is not the option to select manual control for radio frequencies. I found that in nav.set_480_272.ui there are the relative programming lines, but surely they don't work: do you know how to fix them since buttons appears to have manual control?
Thanks.
<CHECKBOX xxx template=checkbox_new_small_2_6phase focusindex=2 text="Auto-select station" boolmodel="tmc.auto_tuning" enabledmodel="tmc.auto_tuning_available" onrelease='.tmc.change_tuning_mode'>
<BUTTON xxx template=btn x=186 y=217 bmp="btn_tmc_arrow_back.bmp#4" enabledmodel="!tmc.auto_tuning" focusindex=3 onclick=sc_TMCFrequencyAppliedResetter onlongclick=sc_TmcParams_StartQuickDown onrelease='run sc_TmcParams_StopQuick, .tmc.tuner_step_down' onmouseleave=sc_TmcParams_StopQuick NORELEASEONLONGCLICK>
<BUTTON xxx template=btn x=332 y=217 bmp="btn_tmc_arrow_forward.bmp#4" enabledmodel="!tmc.auto_tuning" focusindex=4 onclick=sc_TMCFrequencyAppliedResetter onlongclick=sc_TmcParams_StartQuickUp onrelease='run sc_TmcParams_StopQuick, .tmc.tuner_step_up' onmouseleave=sc_TmcParams_StopQuick NORELEASEONLONGCLICK>
I found myself the solution. In sys.txt the following command is required:
[interface]
use_new_tmc=0
On using "1" means to have in TMC Navigation settings the "auto-select station" only.
On using "0" means to have in TMC Navigation settings the "auto-select station" + option for manual control of radio frequencies.
I've to verify, but I believe that the same command can be used on
Becker Ready/Active 50 or Revo software.