Would it be possible to include an ATU tune feature in VarAC?
When working remotely through teamviewer, it would be useful to make sure that the ATU in the rig is at an optimal setting.
This feature is built into the ROS software so maybe it could be added to VarAC?
Hi Irad, Would it be possible to add a optional PTT delay after a frequency change ? As although CI-V works great with inbuilt radio tuner. I have different issue. I use a Ciro Mazzoni Baby loop the Loop tuner receives frequency data via CI-V from the radio and it then initiates a tuning cycle if the frequency has changed beyond the very tight bandwidth of the magnetic loop. This process invariably takes 3-4 seconds. if transmit is initiated during this cycle it can cause damage to the very expensive Loop tuner and potentially the radio. Since the great idea of slots this has become a issue unless I manually operate noting the slot number qsy and then tx once tuning has completed.
Here is how it is done in IC-7300. change marked in RED
[Icom IC-7300]
CmdType=HEX
PTTOn=FEFE94E01C0001FD
PTTOff=FEFE94E01C0000FD
ModeUSB= FEFE94E026000100FD
ModeUSB_D=FEFE94E02600010102FD
#For different USB-D filters, Replace ModeUSB_D value with:
#Filter1: FEFE94E02600010101FD
#Filter2: FEFE94E02600010102FD
#Filter3: FEFE94E02600010103FD
ModeFM=FEFE94E0260005FD
ModeFM_D=FEFE94E02600050102FD
SetFreq_Data_method=BCD
SetFreqVfoA_Cmd=FEFE94E02500{}FD,FEFE94E01C0102FD
SetFreqVfoA_param_length=10
SetFreqVfoA_hz_res=1
ReadFreqVfoA_Cmd=FEFE94E02500FD
ReadFreqVfoA_Result_Data_method=BCD
ReadFreqVfoA_Result_hz_res=1
ReadFreqVfoA_Result_Length=24
ReadFreqVfoA_Result_Freq_Start_Pos=13
ReadFreqVfoA_Result_Freq_Length=10
VarACExitCmd=
The VarAC CAT file is wide open for changes and enhancements.
If you know your ATU command (not all rigs have it) you can add it to your SetFreqVfoA_Cmd command in the cat command file. there are explenations about how to concat command together under the SetFreqVfoA_Cmd command (like settings filters, nothces etc). From that moment - every time you will switch frequenct, VarAC will auto-tune.