Filter selection on spot click - Icom rigs
Posted: 29 Apr 2016, 00:43
I have seen this asked before, and a recent request for this feature brought me to do some research on the question of how to control which filter is selected when double clicking on a spot with an Icom rig under CAT control. This applies to the IC-7600 and other recent ICOM rigs.
As it is now, any time you double click on a spot, OmniRig changes the mode and by default, to FIL2, regardless of which filter you had last set for that mode or band. But some people might like the default action to change to FIL1 or FIL3. Of course, you could change the parameters of the filters for the 7600 so that the desired filter bandwidth is set to FIL2 as a work around.
But by doing a bit of editing of your IC7600v2.ini file, or other ICOM model .ini file, you can change which filter is selected per mode. Other recent Icom rigs should be similar with an appropriate change to the CI-V address in the OmniRig file, as long as they recognize the CI-V 26 command.
In this example I have changed the default filter for both CW modes. This uses the new "26" CI-V command which was implemented with the v2 firmware upgrade for the IC-7600, so it will not work without that update.
First, backup your copy of IC-7600v2.ini file - which is located in the (Drive):\Program Files (x86)\Afreet\OmniRig\Rigs folder.
Then edit the file, replacing the CW lines as follows in the Set Mode section:
[pmCW_U]
; CW-R
Command=FEFE7AE0.26.00.03.00.01.FD
ReplyLength=16
Validate=FEFE7AE02600030001FD.FEFEE07AFBFD
[pmCW_L]
; CW Normal
Command=FEFE7AE0.26.00.07.00.01.FD
ReplyLength=16
Validate=FEFE7AE02600070001FD.FEFEE07AFBFD
The key to the above commands is 26=cmd, 00=Main, 03=CW, 00=Date mode OFF, 01=FIL1 set to 03 for FIL3
Similar changes can be made to other modes, substituting the mode var of 03 and 07 with the appropriate mode code. See your rigs .ini file and the IC-7600 Ver. 2.00 Firmware Information sheet, or your Rigs CI-V documentation for specific mode codes and specifics on this command - https://www.icom.co.jp/world/support/do ... index.html
If you have question or need assistance with changing your ini file, let me know and I can walk you through it, or provide a new ini file for your needs.
Doug - W7DRM
4/29/16 - edit - corrected details, had left Date mode element out of command. dm
As it is now, any time you double click on a spot, OmniRig changes the mode and by default, to FIL2, regardless of which filter you had last set for that mode or band. But some people might like the default action to change to FIL1 or FIL3. Of course, you could change the parameters of the filters for the 7600 so that the desired filter bandwidth is set to FIL2 as a work around.
But by doing a bit of editing of your IC7600v2.ini file, or other ICOM model .ini file, you can change which filter is selected per mode. Other recent Icom rigs should be similar with an appropriate change to the CI-V address in the OmniRig file, as long as they recognize the CI-V 26 command.
In this example I have changed the default filter for both CW modes. This uses the new "26" CI-V command which was implemented with the v2 firmware upgrade for the IC-7600, so it will not work without that update.
First, backup your copy of IC-7600v2.ini file - which is located in the (Drive):\Program Files (x86)\Afreet\OmniRig\Rigs folder.
Then edit the file, replacing the CW lines as follows in the Set Mode section:
[pmCW_U]
; CW-R
Command=FEFE7AE0.26.00.03.00.01.FD
ReplyLength=16
Validate=FEFE7AE02600030001FD.FEFEE07AFBFD
[pmCW_L]
; CW Normal
Command=FEFE7AE0.26.00.07.00.01.FD
ReplyLength=16
Validate=FEFE7AE02600070001FD.FEFEE07AFBFD
The key to the above commands is 26=cmd, 00=Main, 03=CW, 00=Date mode OFF, 01=FIL1 set to 03 for FIL3
Similar changes can be made to other modes, substituting the mode var of 03 and 07 with the appropriate mode code. See your rigs .ini file and the IC-7600 Ver. 2.00 Firmware Information sheet, or your Rigs CI-V documentation for specific mode codes and specifics on this command - https://www.icom.co.jp/world/support/do ... index.html
If you have question or need assistance with changing your ini file, let me know and I can walk you through it, or provide a new ini file for your needs.
Doug - W7DRM
4/29/16 - edit - corrected details, had left Date mode element out of command. dm