[WT-support] DXPED-HF-ALL CW and RTTY messages
Bob Wilson, N6TV
n6tv at arrl.net
Sun Nov 22 20:43:51 CET 2015
See
http://lists.f5mzn.org/pipermail/support/2014-July/083783.html
http://lists.f5mzn.org/pipermail/support/2010-April/079506.html
One could also assign a LUA script to each message key, and use Alt-C
message for RTTY, but "normal" messages for CW.
If you're in a hurry, this should get you started (you'll need about 9
copies of this to assign to F1 to F7, PLUS and Insert).
PlayCWorRTTYMsg1.wts:
-- Assign to F1 key
-- Program RTTY messages using Alt-C (Additional Msgs) menu.
local rc = 0
-- If RTTY mode, play Alt-C message, otherwise normal function key
-- processing
if (wtQso:GetModeId() == WT_MODE_RTTY) then
-- Play Alt-C Msg 1
wtKeyer:PlayAdditionalMsg(1)
-- No further keystroke processing
rc = -1
end
return rc
73,
Bob, N6TV
On Sun, Nov 22, 2015 at 8:29 AM, Jaakko Silanto <jsilanto at gmail.com> wrote:
> I was on Bonaire and using Win-Test in DXPED-HF-ALL mode.
> When programing memory suitable for RTTY (Options -> RTTY-> Standard
> messages)
>
> When change mode to CW, there is same messages as in RTTY even there is
> own menu for CW?
>
> How program separate messages for RTTY and CW in same all mode log
>
> OH1MA
> _______________________________________________
> Support mailing list
> support at win-test.com
> http://lists.f5mzn.org/cgi-bin/mailman/listinfo/support
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.f5mzn.org/pipermail/support/attachments/20151122/3f598fa9/attachment.html>
More information about the Support
mailing list