Neat Feature of Ham Radio Deluxe

I recently installed Ham Radio Deluxe software, this software allows remote control of my rig as well as a whole host of other functions and features, working through these I stumbled across a neat little feature, that is the ability to automatically post to your web site details of the frequency, mode and time last seen using the rig at regular intervals, I retained the default of every 5 minutes.

An example of the output can be seen here on my site.

Setup is fairly straightforward, the main details you must have are your host upload details and password, I use Notepad++ to edit and create pages, using this I added the following text and saved as radio.html:

2E0DDI was last seen on frequency ###-frequency-###MHz using ###-mode-### mode with a Kenwood ###-radio-### Multi Band Transceiver at ###-timestamp-### – Data automatically updates every 5 minutes when using Ham Radio Deluxe Software.

Once Ham Radio Deluxe is downloaded and the connection and control is established with the radio, go to Tools >> Web Page Updates.

In this panel, enter the location of the html document previously created, your host name, directory you want to upload the document to, (I simply placed it in the root directory – /web), fill in your user id and password, then press the test upload button, if all is well, the detail box will show success, if transfer fails, re-check your settings.

Hopefully your still with me :-), so the next bit is to insert the information which is being uploaded into your web page, the raw information looks like this on my site.

Where you want this to display, add this to the page using iframes –

iframe src=”http://www.your web site/radio.html” frameborder=”0″ width=”700″ height=”75″>/iframe>

In order to show the code I had to remove the < from in front of the first iframe and also in front of the ending /iframe – place the < back in front for the frame to work, (if I’d left the < in, you would have seen a blank frame in the blog page as the information was trying to be gathered from a non existent source of www. your web site) That’s it, hope you found it useful, the feature does only work when you are working through the Ham Radio Deluxe software, but it is quite a nice addition to your site. When I get my antenna sorted, I will add a contact log to my web site, again this can be automated through this software. 73