Wednesday, 22 June 2016

Wouxun KG-UV950P Programming Issue

This is an old one and I wasn't aware that Wouxun had issued a fix for it. Essentially when channels are programmed from the keypad on the speaker mic or on the radio itself, accessing and scanning those channels is not a problem. However, when using the KG-UV950P Commander programming software provided by the manufacturer, the radio does not display all of the channels.

Symptoms

When attempting to program more than two channels into the rig using the Commander programming software, the radio seems to only acknowledge the first two channels programmed and will only display and scan those channels. All frequencies entered into the programming software can be stored to and retrieved from the radio, however only the first two frequencies will be displayed and accessible from the radio when it is in operation. For example try programming frequencies into a dozen or so channels using the programming software and write the file to the radio. The rig will only display and scan the first two channels programmed into it. All other channels are not displayed or accessible.

My Workaround

Was to use the keypad to program a bunch of channels copying them into vacant memory locations. It is time consuming and is a repetitive key pressing method but it worked. Then program using the old Commander software as usual. However that is all to change as seen from the solution below.

Cause

This issue occurs when the KG-UV950P Commander programming software is used on a computer with Microsoft Windows Vista, Windows 7 or Windows 8 installed. I'm led to believe that it does not occur when the software is installed on a computer with the now unsupported Windows XP.

Solution

The website BuyTwoWayRadios.com contacted Wouxun and worked with them to troubleshoot and resolve the issue. Wouxun then sent a fix to BuyTwoWayRadios.com and they determined that it did resolve the issue. Wouxun then released a new version of the KG-UV950P Commander with this fix to Buy Two Way Radios for distribution. Although this fix is not on Wouxun's own website which I find very odd. Why not have the current software on their own site?

To update KG-UV950P Commander, follow these simple instructions:

1. Download KG-UV950 Commander R2.V1.02 from BuyTwoWayRadios.com here
2. Uninstall the old version of KG-UV950P Commander from your computer.
3. Reboot your computer.
4. Install KG-950P Commander R2.V1.02.

My results

The new Command R2.V1.02 (2.5K) does actually work using Windows 7 and Windows 10. I haven't tested Windows 8 but if you are still running that you need to upgrade to Windows 10 now anyway.

73 de Terry G8YPH

Wednesday, 1 June 2016

Wouxun KG-UV950P review - Part 8 - Squelch

After using the rig for a couple of years I am still frustrated by its squelch control. This, like most of the settings, is controlled by altering a programmable setting. To do it you press key 9 which has the SQL legend on it. Then you use the main rotary control or one of the number keys to set squelch between 0 and 9, then finally pressing the MENU button.
In practice I have found that the squelch breaks with a regular on/off on/off, almost like a load ticking noise, when there is a weak station in range. This becomes annoying after a while as it is just a noise you can do without.

To open the squelch completely you either have to set it at 0 or press the side button on the microphone.

I prefer continuously variable analog squelch controls and one of my ancient FM 1970s transceivers is eminently better than this rig. Most of the time I leave the Wouxun at squelch 9 as this seems to cause the less noise. Although you miss out on weak stations with this setting.


Thursday, 26 May 2016

6 metres is up

Today is 26 May 2016. I keep an eye on propagation predictions and current conditions using various websites. One of them is HRDLOG.NET which has current conditions shown in graphical format. This is a small piece of code that can be pasted into your own website to display this if you like, indeed I have it on this blog. Details on the HRDLOG.net website on how to do this.

Look how high the 6m bar is


4 metres is open too but I don't yet have a rig for that band

I noticed 6 metres was showing a lot of activity so I tuned the rig over to it. Lo and behold there were a load of stations both distant and close so I changed the antenna to my 6m vertical.

QSO after QSO followed for a couple of hours in the afternoon. Suddenly out of the VHF doldrums comes decent working.

Monday, 23 May 2016

Ham Radio Deluxe announces JT modes in their DM780 module

The management at HRD demoed a version of HRD containing JT65, JT9 and WSPR modes at Dayton. Not sure of what decoder they are using nor any more details of how it has been designed.
We'll see if it lives up to the hype when it finally gets released. Until then I will carry on using JT65-HB8HQX with JTAlert,


Sunday, 17 April 2016

FT450D and Ham Radio Deluxe - Macro for switching to low power, initiating TX, tune external ATU, resetting back to original power.

As some operators of the FT450D know there is a CS button that can be programmed to do a number of useful features. Unfortunately Yaesu in their wisdom omitted this button from being controlled with a CAT command. So using a program such as Ham Radio Deluxe you can't press this button with a mouse click.
I have programmed my particular CS button to initiate a low power carrier to enable the antenna to be tuned. Note this is not the same as the TUNE button which initiates the tuning of the internal ATU.

I had been looking for ages to try and find a way of doing this then I thought of macros that are available from within Ham Radio Deluxe (other programs may also have this feature and the following commands also apply).

Most of my working is on digital modes such as JT65 or PSK31. This is normally transmitted on USB regardless of the band so I set out doing this:


  • Change the mode to AM (or CW - my LDG RT-100 works ok on any mode but they recommend AM)
  • Set the power at 5 watts
  • Trigger the transmitter. This enables you to press any external ATU tune buttons or if like me you have a carrier triggered fully automatic remote ATU - nothing.
  • Set the mode back to USER U (USB audio fed to the rig via the data socket)
  • Set the power back to its original setting - in my case 30 watts


The CAT commands to do this are below

MD03;
EX048005;
TX1;
TX;
TX1;
TX;
TX0;
MD0C;
EX048030;

I put multiple TX1 TX commands in as HRD seemed to just switch TX power on and off almost simultaneously. So the addition of a couple more TX commands resulted in what I was looking for and latched TX on until I pressed the macro button again..
Save this as a macro in Ham Radio Deluxe and assign it to a button. (read the HRD manual to do this).
30 Watts and AM TUNE Buttons added


In use here is what I do


One click does the first part of the macro resulting in the TX button being set. Another press of the button switches off the TX and resets everything (apart from the power) back to the original settings.  Because there appeared to be a bug somewhere in having the the EX048005; and EX048030; commands in the same macro I wrote another separate macro to set the power to 30 watts.
If you use HRD try it out. If you have another CAT control program the same command should also work.

HRD Specific Macro Method

There is also another way to do this using HRD's own Macro commands but this is specific to HRD (not the CAT macro command editor)
In the Macro editor create a new macro
Add the following commands in

TYPE                            TITLE             VALUE
Advanced/Slide             RF Power        5
Dropdown Button                                  Mode: AM
Standard Button              TX                 Switch ON
Standard Button              TX                 Switch OFF
Dropdown Button                                  Mode: USER-U

AM Tune Macro


Set power to 30W



Friday, 1 April 2016

Logbook #1 completed - 36 years after it was started

In my blog entry from August 2015 g8yph.blogspot.com/2015/08/logbooks-and-logging-in-uk.html I posed the question to myself "I wonder when the logbook will be completed". Well the day has come and it was filled by the station RX1CV Sergo in Russia at 0929UTC on April 1st 2016.
This was almost 36 years after I started it as a teenager back in October 1980.

The first contact was Fred G8TLB who is now G4TJU a few minutes after I received the license through the post on October 4th 1980. I remember that first QSO as it was a nervous time taking the steps for the initial time speaking on air. I'm sure everybody has gone through that.

There are lots of gaps in my logbook, sometimes years without operating, others were exclusively logged electronically when operating on packet radio. Remember that? I'm not sure it still exists. Most of the off times were due to changes in circumstances, job commitments, family commitments, changes in lifestyle where I didn't have time for the hobby.

And here were are so many years later with a brand new blank logbook.

Hopefully it won't take as long to fill logbook #2!......




Wednesday, 23 March 2016

LDG RT-100/RC-100 Combo Review Part 2

If you want a fit and forget ATU that works then this one is for you. Since installing the ATU I no longer think about tuning up as it does it automatically and seamlessly. As many readers know I operate primarily using DigiModes. These are normally less than 30 watts and my Yaesu FT-450D can be adjusted to operate on any power level between 5 to 100 watts.
The ATU is rated at 30W on high duty cycle modes like PSK or JT65 for instance. I always have the power levels set less than this as it is not necessary to have high powers to work world wide DX.

As mentioned in the previous article I have not been able to get my UNUN end fed antenna to match on 80m at all despite the ATU being right at the feed point. So for now I have dismissed 80m until I make a suitable antenna. But the ATU is superb on all other bands to 6m and it tunes automatically without any user intervention. This can be overridden with the TUNE button on the RC-100 (essentially hold it down for more than 1 second when transmitting and it will force a tuning cycle).

So just to underline this is a fantastic piece of equipment and ideal for matching a multiband antenna to your feedline/rig.