[WT-support] FW:

Helmut Mueller helmut at photo42.de
Wed Feb 24 12:48:18 CET 2010


Hi Bob.

 

That looks intresting. I will have a play with it and let you know the
outcome. I have located the commands in the manual meanwhile.



I have a IC-7700 and IC-7000.



Thanks

 

Helmut

 

 <http://www.df7zs.de> www.df7zs.de 

 

From: Helmut Mueller [mailto:helmut at cqg.com] 
Sent: Mittwoch, 24. Februar 2010 12:31
To: helmut at photo42.de
Subject: 

 

On Tue, Feb 23, 2010 at 1:14 AM, Helmut Mueller <
<http://www.f5mzn.org/cgi-bin/mailman/listinfo/support> helmut at
photo42.de> wrote:
 
>  I am preparing for WPX Phone and i am wondering if it is possible to use
> WT scripts to play ICOM Voicekeyer's just like the K3 ones using CAT
> interface?
> 
 
Yes, I think it should be possible for some models.  What model of Icom do
you have?
 
Here's a script that *may* work for playing DVR (DVK) message M1 on an
Icom-7800 at the default address 6A, with the default controller address E0:
 
-- Icom IC-7800 Script to play DVR Message M1
-- Written by N6TV, 23 Feb 2010
if (wtQso:IsModePhone()) then          -- If SSB or FM contact
   wtRadio:SendHex("FEFE6AE01A0201FD") -- Play M1
   return -1                           -- No further keystroke procesing
else                                   -- Else, not phone
   return 0                            -- Normal keystroke procesing
end
 
I'd appreciate it if someone with an IC-7800 could try it.  Just save the
lines above to a file named PlayM1.wts in your WT4 Scripts folder (File |
Explore | Scripts /directory), assign it to F1 using Tools | Scripts Manager
| Properties | Define.  Then open a phone log and press F1 to see if it
plays DVR message M1.
 
If you have an IC-7700 at default address 74, try:
 
-- Icom IC-7700 Script to play DVR Message M1
-- Written by N6TV, 23 Feb 2010
if (wtQso:IsModePhone()) then          -- If SSB or FM contact
   wtRadio:SendHex("FEFE74E01A0201FD") -- Play M1
   return -1                           -- No further keystroke procesing
else                                   -- Else, not phone
   return 0                            -- Normal keystroke procesing
end
 
If it works, I should be able to recreate most of the scripts I've done for
the K3 for the IC-7800 and IC-7700.
 
73,
Bob, N6TV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.win-test.com/pipermail/support/attachments/20100224/08f61d08/attachment.htm>


More information about the support mailing list