<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>N3QO &#187; n3qo</title>
	<atom:link href="http://n3qo.com/archives/tag/n3qo/feed" rel="self" type="application/rss+xml" />
	<link>http://n3qo.com</link>
	<description></description>
	<lastBuildDate>Sat, 17 Jul 2010 15:29:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Christmas in January!</title>
		<link>http://n3qo.com/archives/656</link>
		<comments>http://n3qo.com/archives/656#comments</comments>
		<pubDate>Fri, 29 Jan 2010 01:25:30 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[astatic]]></category>
		<category><![CDATA[d104]]></category>
		<category><![CDATA[Heathkit]]></category>
		<category><![CDATA[k3gmt]]></category>
		<category><![CDATA[n3qo]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=656</guid>
		<description><![CDATA[It&#8217;s like Christmas in January here at the N3QO station. Dave, K3GMT made a station donation of an Astatic D-104 microphone for Laurie&#8217;s Heathkit Rig. After wiring it up and cleaning up the switches, it makes for some nice compressed audio and matches the rig nicely.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s like Christmas in January here at the N3QO station. Dave, K3GMT made a station donation of an Astatic D-104 microphone for Laurie&#8217;s Heathkit Rig. After wiring it up and cleaning up the switches, it makes for some nice compressed audio and matches the rig nicely.</p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="D104" rel="flickr-mgr" href="http://www.flickr.com/photos/n3qo/4312159701/"><img class="flickr-medium aligncenter" src="http://farm5.static.flickr.com/4050/4312159701_e142017566.jpg" alt="D104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/656/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DXspider US callsign database</title>
		<link>http://n3qo.com/archives/608</link>
		<comments>http://n3qo.com/archives/608#comments</comments>
		<pubDate>Wed, 23 Dec 2009 05:50:44 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[DX Spider]]></category>
		<category><![CDATA[callsign database]]></category>
		<category><![CDATA[dxspider]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[G1TLH]]></category>
		<category><![CDATA[gen_usdb_data.pl]]></category>
		<category><![CDATA[n3qo]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[usdb]]></category>
		<category><![CDATA[usdbraw.gz]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=608</guid>
		<description><![CDATA[While troubleshooting the filtering functions of my DXspider installation, I found there was very little documentation on how to get filtering to actually work. For the uninitiated, browse to the bottom of this post if you only require an updated version of usdbraw.gz from 12/23/09. First I started with G1TLH&#8217;s download documentation. It references a [...]]]></description>
			<content:encoded><![CDATA[<p>While troubleshooting the filtering functions of my DXspider installation, I found there was very little documentation on how to get filtering to  actually work. For the uninitiated, browse to the bottom of this post if you only require an updated version of <strong>usdbraw.gz</strong> from 12/23/09.</p>
<p>First I started with <a target=_blank href="http://www.dxcluster.org/download/">G1TLH&#8217;s download documentation</a>. It references a file named <strong>usdbraw.gz</strong> which was unfortunately unavailable at the time. After a brief google search, I found the file, expecting it to only contain states and cities, but instead it IS the US FCC callsign database. The newest one I found was from 2004. Importing this database would make state filtering spuratic at best since so many new callsigns have been issued in the US of the course of the last 5 years and DXspider would only filter callsigns it knew about.</p>
<p>The FCC provides a <a target=_blank href="http://wireless.fcc.gov/uls/data/complete/l_amat.zip">daily updated database archive</a> on their site available for download. Their database structure by itself is not compatible with DXspider and requires massaging of the data to ready it for import.</p>
<p>A huge find in this process was G1TLH&#8217;s <a target=_blank href="http://www.koders.com/perl/fidF2BFC11A1E860B9FAA7C5E9250D8A48FA630AA40.aspx?s=spider">USDB generation script</a>. Dirk&#8217;s script takes the compressed FCC archive and converts it into DXspider format which happens to be output as <strong>usdbraw.gz</strong>.</p>
<p>Taken that process, then reverting back to the <a target=_blank href="http://www.dxcluster.org/download/">download documentation</a>, then importing the database renders a newly up-to-date reference to apply state filters against.</p>
<p>This is great, but new callsigns are generated daily and I wanted to keep DXspider as up-to-date as possible with little to no administrative intervention from me. Introduce a little scripting and the use of cron.</p>
<p>My shell scripting skills a disasterous at best but it does function as advertised. I named my script <strong>usdb-update.sh</strong> and wrote it in <strong>/spider/local_cmds</strong>. It seemed to be the most obvious place for it at the time. Now let&#8217;s step through the script:</p>
<li>We start with the usual shell scripting stuff. Let&#8217;s set variables to our paths. Just in case one day we want to move all this stuff to a new location, it makes life a little easier.</li>
<p><code>#!/bin/sh<br />
SPIDERDATA=/spider/data<br />
SPIDERPERL=/spider/perl</code></p>
<li>Let&#8217;s download the the FCC database via <strong>wget</strong> and store it in <strong>/spider/data</strong>. Don&#8217;t mind formating below&#8230;</li>
<p><code>wget -P $SPIDERDATA http://wireless.fcc.gov/uls/data/complete/l_amat.zip</code></p>
<li>I placed Dirk&#8217;s script in <strong>/spider/perl</strong> will all the other scripts. Let&#8217;s call that script against our newly downloaded FCC database and convert it into something DXspider can understand. This actually creates the <strong>usdbraw.gz</strong> file you&#8217;ve probably been scavenging the internet for. It stores it in <strong>/spider/data</strong></li>
<p><code>$SPIDERPERL/gen_usdb_data.pl $SPIDERDATA/l_amat.zip</code></p>
<li>Now take that output and create the USDB from it.</li>
<p><code>$SPIDERPERL/create_usdb.pl $SPIDERDATA/usdbraw.gz</code></p>
<li>Now cleanup our mess. Disk space is valuable.</li>
<p><code>rm $SPIDERDATA/l_amat.zip<br />
rm $SPIDERDATA/usdbraw.gz</code></p>
<p>At this point if all has gone swimmingly you have the US callsign database waiting for you in DXspider. We now have to load it to make it available to our cluster users.</p>
<p>Telnet to your cluster, login as your privileged callsign and load the database:<br />
<b>load/usdb</b></p>
<li>OK we&#8217;re functional, but let&#8217;s automate it starting in reverse. Edit your <strong>/spider/local_cmd/crontab</strong> and append the following entry:</li>
<p><code>30 5 * * * run_cmd('load/usdb')</code><br />
So my cron entry above executes the command <strong>load/usdb</strong> within the cluster environment every day at 5:30AM GMT.</p>
<p>Since the previous cron entry only works within the cluster environment, I need to execute the data collection process external to DXspider.</p>
<li>Log into the shell of your DXspider server as the sysop user and create your crontab (typing crontab -e).</li>
<p><code>[sysop@dxspider1 ~]$ crontab -e</code><br />
Append the following entry into the sysop user&#8217;s crontab<br />
<code>00 5 * * * /spider/local_cmd/usdb-update.sh</code></p>
<li>Save and close your cron.</li>
<p>I&#8217;ve decided to run the usdb-update.sh we detailed earlier at 5:00AM GMT. In practice I&#8217;ve found the data collection and processing only took 5 minutes so to execute the actual load of the database in DXspider 30 minutes later was plenty of time. This allows for internet or server slowness. Feel free to set these times however it suits your needs.</p>
<p>Below are the files I&#8217;ve referenced in the above documentation:<br />
<a target=_blank href="http://www.n3qo.com/files/N3QO_dxspider.zip">G1TLH&#8217;s gen_usdb_data Perl script and my data collection script</a><br /><br />
<a target=_blank href="http://www.n3qo.com/files/usdbraw.gz">usdbraw.gz created 12/23/09</a><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>-.-.  &#8211; -.-  -.. .  -.  &#8230;- &#8211;  &#8211; -.-  &#8211; - -</title>
		<link>http://n3qo.com/archives/587</link>
		<comments>http://n3qo.com/archives/587#comments</comments>
		<pubDate>Sun, 20 Dec 2009 15:53:21 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Shack Stuff]]></category>
		<category><![CDATA[bencher]]></category>
		<category><![CDATA[by1]]></category>
		<category><![CDATA[cw]]></category>
		<category><![CDATA[morse code]]></category>
		<category><![CDATA[n3qo]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=587</guid>
		<description><![CDATA[On Dec 11, my Bencher BY-1 paddle arrived and I&#8217;ve been practicing code ever since. So far I can send around 20 WPM, but I&#8217;m having a hell of a time decoding. For the non-hams, the title says CQ de N3QO.]]></description>
			<content:encoded><![CDATA[<p>On Dec 11, my Bencher BY-1 paddle arrived and I&#8217;ve been practicing code ever since. So far I can send around 20 WPM, but I&#8217;m having a hell of a time decoding. For the non-hams, the title says CQ de N3QO.<br /><br />
<a href="http://www.flickr.com/photos/n3qo/4175798413/" title="image" class="flickr-image aligncenter" rel="flickr-mgr" ><img src="http://farm3.static.flickr.com/2700/4175798413_5ea8aea873.jpg" alt="image" class="flickr-medium"  /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/587/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow at N3QO</title>
		<link>http://n3qo.com/archives/579</link>
		<comments>http://n3qo.com/archives/579#comments</comments>
		<pubDate>Sun, 20 Dec 2009 15:37:41 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Shack Stuff]]></category>
		<category><![CDATA[6btv]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[n3qo]]></category>
		<category><![CDATA[northeast]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[vertical antenna]]></category>
		<category><![CDATA[winter]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=579</guid>
		<description><![CDATA[Off to the right you can see my Hustler 6-BTV vertical sitting in 7&#8243; of show. It&#8217;s been over a month since my last entry, so what better time to do some bulk posting!]]></description>
			<content:encoded><![CDATA[<p>Off to the right you can see my Hustler 6-BTV vertical sitting in 7&#8243; of show.<br /><br />
<a href="http://www.flickr.com/photos/n3qo/4199680603/" title="Snow at N3QO" class="flickr-image aligncenter" rel="flickr-mgr" ><img src="http://farm3.static.flickr.com/2570/4199680603_c0740238d1.jpg" alt="Snow at N3QO" class="flickr-medium"  /></a><br /><br />
It&#8217;s been over a month since my last entry, so what better time to do some bulk posting!</p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/579/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antenna switch panel</title>
		<link>http://n3qo.com/archives/553</link>
		<comments>http://n3qo.com/archives/553#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:36:40 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Antenna Stuff]]></category>
		<category><![CDATA[alpha-delta]]></category>
		<category><![CDATA[antenna switch]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[n3qo]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=553</guid>
		<description><![CDATA[After building my desk rack a few months back, it&#8217;s time to actually start using it. My plan was to have anything shared between operators to be place in the middle of the desk or in the rack. One of these things is antenna switching. Starting with 2 Alpha Delta switches I already had, I [...]]]></description>
			<content:encoded><![CDATA[<p>After building my desk rack a few months back, it&#8217;s time to actually start using it. My plan was to have anything shared between operators to be place in the middle of the desk or in the rack. One of these things is antenna switching.</p>
<p>Starting with 2 Alpha Delta switches I already had, I went out and bought 2 3U blank rack panels. I drilled out the panels for screw mounting, control switch and GAS fuse. I have enough room now for 6 switches. I also created labels in Microsoft Visio for the panels.</p>
<p>The idea is to assign an antenna to each individual switch, which is where you would select the radio. On the next row, you would select your antenna on a specific radio switch.<br />
<a href="http://www.flickr.com/photos/41588097@N02/4068920326/" title="Antenna switch panel" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2554/4068920326_935cf81798_s.jpg" alt="Antenna switch panel" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4068920342/" title="Antenna switch panel" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3488/4068920342_562be2c7df_s.jpg" alt="Antenna switch panel" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4068167991/" title="Antenna switch panel" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2664/4068167991_097d62aa70_s.jpg" alt="Antenna switch panel" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4068920348/" title="Antenna switch panel" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2445/4068920348_1ab3356a06_s.jpg" alt="Antenna switch panel" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4067883137/" title="Antenna Switch Panel" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3513/4067883137_3213373aac_s.jpg" alt="Antenna Switch Panel" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4067883147/" title="Antenna Switch Labels" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2445/4067883147_774851195c_s.jpg" alt="Antenna Switch Labels" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/4067883151/" title="Antenna Switch Labels" rel="flickr-mgr[72157622717618076]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2481/4067883151_a714d70872_s.jpg" alt="Antenna Switch Labels" class="flickr-medium" />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/553/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009 W3OK Field Day</title>
		<link>http://n3qo.com/archives/497</link>
		<comments>http://n3qo.com/archives/497#comments</comments>
		<pubDate>Wed, 26 Aug 2009 00:15:32 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Contesting]]></category>
		<category><![CDATA[Radio Club Related]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[arrl]]></category>
		<category><![CDATA[field day]]></category>
		<category><![CDATA[k3gmt]]></category>
		<category><![CDATA[kb3ctx]]></category>
		<category><![CDATA[kb3sik]]></category>
		<category><![CDATA[ke3aw]]></category>
		<category><![CDATA[n3inj]]></category>
		<category><![CDATA[n3qo]]></category>
		<category><![CDATA[w3ok]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=497</guid>
		<description><![CDATA[I finally got the field day photos up on flickr.]]></description>
			<content:encoded><![CDATA[<p>I finally got the field day photos up on flickr.<br />
<a href="http://www.flickr.com/photos/41588097@N02/3856909937/" title="Installing a 15 meter dipole" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3496/3856909937_d2a1a7b937_s.jpg" alt="Installing a 15 meter dipole" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856462763/" title="Awaiting the other end of my 15 meter antenna" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2514/3856462763_e671948be9_s.jpg" alt="Awaiting the other end of my 15 meter antenna" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856456609/" title="KB3CTX working 40 meter" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2456/3856456609_f41b3a1f47_s.jpg" alt="KB3CTX working 40 meter" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856460397/" title="KB3CTX working 40 meter" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2669/3856460397_8cb32dc955_s.jpg" alt="KB3CTX working 40 meter" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856455783/" title="K3GMT, N3QO, N3INJ, KE3AW working HF" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3528/3856455783_45231dc99b_s.jpg" alt="K3GMT, N3QO, N3INJ, KE3AW working HF" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857202378/" title="N3QO sleeping already." rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2596/3857202378_ee06cdcd74_s.jpg" alt="N3QO sleeping already." class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857201650/" title="N3QO making adjustments" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2590/3857201650_14b7d8c36a_s.jpg" alt="N3QO making adjustments" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856411689/" title="KB3SIK being overly excited at field day." rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3155/3856411689_392ab2dc04_s.jpg" alt="KB3SIK being overly excited at field day." class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857196032/" title="Field Day sunset" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2530/3857196032_b0d937cfbf_s.jpg" alt="Field Day sunset" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857195302/" title="Late night PSK" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2422/3857195302_f54ee0d522_s.jpg" alt="Late night PSK" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856403135/" title="Working 20m RTTY" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2469/3856403135_90c724f532_s.jpg" alt="Working 20m RTTY" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857194202/" title="2AM M&M binge" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3501/3857194202_d3cd41dd4e_s.jpg" alt="2AM M&M binge" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856400827/" title="The logbook" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2535/3856400827_cd8f335446_s.jpg" alt="The logbook" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3857191760/" title="CQ Field Day" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2468/3857191760_5333f16069_s.jpg" alt="CQ Field Day" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856401561/" title="RTTY waterfall" rel="flickr-mgr[72157622018569465]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2673/3856401561_e03c253637_s.jpg" alt="RTTY waterfall" class="flickr-medium" />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/497/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>N3QO Desk</title>
		<link>http://n3qo.com/archives/472</link>
		<comments>http://n3qo.com/archives/472#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:23:56 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Shack Stuff]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[desk]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[kb3sik]]></category>
		<category><![CDATA[n3inj]]></category>
		<category><![CDATA[n3qo]]></category>

		<guid isPermaLink="false">http://n3qo.com/?p=472</guid>
		<description><![CDATA[One of the trickiest parts about building a shack is how to set everything up that is both easy to use, makes the best use of the space and can facilitate additional operators (+1). Since upgrading to my HF privileges in March, it was just me and my 746. In short time my YL, Laurie [...]]]></description>
			<content:encoded><![CDATA[<p>One of the trickiest parts about building a shack is how to set everything up that is both easy to use, makes the best use of the space and can facilitate additional operators (+1). Since upgrading to my HF privileges in March, it was just me and my 746. In short time my YL, Laurie (KB3SIK) obtained her General license and soon had her own HF rig. An L-shaped desk wasn&#8217;t going to cut it if we both wanted to operate. At least electrically we could do it with the help of 2 antennas and a set of ICE filters, but ergonomically it just wasn&#8217;t happening.</p>
<p>For the last 2 months I had this idea for as stacked desk design in my head. Just this last weekend I finally executed on the build. It measures 8ft wide and can facilitate 3-4 radios in 2-3 operating positions. I also wanted to later design in a 19&#8243; rack under the main desktop for central power supplies, antenna patching/switching, audio processing, etc. The grounding wire interconnected the Alpha Delta switches is NOT the final setup. With some input from Jon (N3INJ), I&#8217;ll be using copper strapping as the final station ground bus.<br />
<a href="http://www.flickr.com/photos/41588097@N02/3853649224/" title="Rough cut" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3422/3853649224_d9032df299_s.jpg" alt="Rough cut" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852858403/" title="Scribing the lines" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3470/3852858403_ebc10cbd4d_s.jpg" alt="Scribing the lines" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3853647452/" title="Cut and sanded." rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2673/3853647452_9cc0d15357_s.jpg" alt="Cut and sanded." class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852856391/" title="Cut and sanded." rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3449/3852856391_d06abcde6d_s.jpg" alt="Cut and sanded." class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852855415/" title="Side support with crossbrace cuts" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2474/3852855415_4151323e9e_s.jpg" alt="Side support with crossbrace cuts" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852854479/" title="Side support with crossbrace cuts" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2607/3852854479_5390a63fe4_s.jpg" alt="Side support with crossbrace cuts" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3853636508/" title="Assembled" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3419/3853636508_87fbe7e490_s.jpg" alt="Assembled" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3853637820/" title="Initial fit of workspace" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3464/3853637820_464a2d3bae_s.jpg" alt="Initial fit of workspace" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852846709/" title="Initial fit of workspace" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3509/3852846709_347e786536_s.jpg" alt="Initial fit of workspace" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3852844997/" title="After staining." rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2431/3852844997_5bdc081f90_s.jpg" alt="After staining." class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3854102672/" title="Installed" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2587/3854102672_4a9240b16e_s.jpg" alt="Installed" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3853314417/" title="N3QO position" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2512/3853314417_f3532c6eea_s.jpg" alt="N3QO position" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3856915107/" title="IMG_0810" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm4.static.flickr.com/3496/3856915107_59d423e479_s.jpg" alt="IMG_0810" class="flickr-medium" />
</a>
<a href="http://www.flickr.com/photos/41588097@N02/3853313113/" title="Antenna switching" rel="flickr-mgr[72157622008059137]" class="flickr-image" >
	<img src="http://farm3.static.flickr.com/2539/3853313113_5796347108_s.jpg" alt="Antenna switching" class="flickr-medium" />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/472/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KB3ELT is now N3QO</title>
		<link>http://n3qo.com/archives/267</link>
		<comments>http://n3qo.com/archives/267#comments</comments>
		<pubDate>Wed, 27 May 2009 22:33:58 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[FCC]]></category>
		<category><![CDATA[kb3elt]]></category>
		<category><![CDATA[n3qo]]></category>
		<category><![CDATA[vanity call sign]]></category>

		<guid isPermaLink="false">http://kb3elt.net/?p=267</guid>
		<description><![CDATA[The FCC completed my vanity call sign request today. I am now N3QO.]]></description>
			<content:encoded><![CDATA[<p>The FCC completed my vanity call sign request today. I am now N3QO.</p>
]]></content:encoded>
			<wfw:commentRss>http://n3qo.com/archives/267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
