<?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>2W1ETN</title>
	<atom:link href="http://www.2w1etn.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2w1etn.com</link>
	<description>Damien Jorgensen - Radio Ham, Software Developer and Car Enthusiast</description>
	<lastBuildDate>Wed, 09 Dec 2009 10:50:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multi Screen Remote Desktop in Windows (multi/dual screen rdp)</title>
		<link>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/</link>
		<comments>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 12:43:46 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[dual monitor rdp]]></category>
		<category><![CDATA[multi monitors]]></category>
		<category><![CDATA[multiple monitors]]></category>
		<category><![CDATA[multiscreen]]></category>
		<category><![CDATA[multoscreen]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/</guid>
		<description><![CDATA[I have a client that needed access to both his screens from his home office PC. He was aware of options like LogMeIn but was reluctant to pay for an app which seems to want to charge you a subscription.


Â 
After hunting around on the net for a couple fo minutes the solution became apparent. You [...]]]></description>
			<content:encoded><![CDATA[<p>I have a client that needed access to both his screens from his home office PC. He was aware of options like LogMeIn but was reluctant to pay for an app which seems to want to charge you a subscription.
</p>
<p>
Â </p>
<p>After hunting around on the net for a couple fo minutes the solution became apparent. You can use Windows Remote Desktop/RDP to connect multi monitors.
</p>
<p>Save the RDP connection and then create a shortcut to:
</p>
<p><span style="font-size:12pt"><strong>mstsc.exe /span c:\1.rdp<br />
</strong></span></p>
<p>1.rdp being the RDP file saved from the Remote Desktop Connection app</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/multi-screen-remote-desktop-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding user for Linux Samba/SMD shares</title>
		<link>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/</link>
		<comments>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:20:35 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/</guid>
		<description><![CDATA[Samba uses tdbsam by default to manage SMB password, that&#8217;s the password used to logon over Windows Networking.


Â 
Adding and managing users

In this example, I will add a user called damien. You can add as many users as you need in the same way, just replace the username tom with the desired username in the commands.

useradd [...]]]></description>
			<content:encoded><![CDATA[<p>Samba uses <strong>tdbsam by default </strong>to manage SMB password, that&#8217;s the password used to logon over Windows Networking.
</p>
<p>
Â </p>
<p>Adding and managing users
</p>
<p>In this example, I will add a user called damien. You can add as many users as you need in the same way, just replace the username tom with the desired username in the commands.
</p>
<p><strong>useradd damien -m -G users<br />
</strong></p>
<p>Set a password for Damien in the Linux system user database. If the user Damien shall not be able to login to the Linux system, skip this step.
</p>
<p><strong>passwd damien<br />
</strong></p>
<p>-&gt; Enter the password for the new user
</p>
<p>Now add the user to the Samba user database.
</p>
<p><strong>smbpasswd -a damien<br />
</strong></p>
<p>-&gt; Enter the password for the new user</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/adding-user-for-linux-sambasmd-shares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Music on Hold working in Trixbox/Asterisk</title>
		<link>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/</link>
		<comments>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 13:41:02 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mpg123]]></category>
		<category><![CDATA[Trixbox]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/</guid>
		<description><![CDATA[OK So I&#8217;m running FreePBX 2.5.1 as comes with Trixbox. I go to get Music on Hold working and as with Open Source projects you need to get the little things like MOH working yourself.
If you have the same problem then you probably need to install mpg123.
From the Console logon as root and run the [...]]]></description>
			<content:encoded><![CDATA[<p>OK So I&#8217;m running <a href="http://www.freepbx.org" target="_blank">FreePBX 2.5.1</a> as comes with Trixbox. I go to get Music on Hold working and as with Open Source projects you need to get the little things like MOH working yourself.</p>
<p>If you have the same problem then you probably need to install <strong>mpg123</strong>.</p>
<p>From the Console logon as root and run the following:</p>
<div style="background: white; color:#555555; font-family:Courier New; font-size:10pt; padding:5px;">
rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm<br />
<em>or if using a non 64bit system then:</em><br />
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br />
yum install mpg123 sox</br><br />
mkdir /var/lib/asterisk/mohmp3<br />
chown asterisk:asterisk /var/lib/asterisk/mohmp3<br />
chmod 755 /var/lib/asterisk/mohmp3<br />
cp /var/lib/asterisk/moh/* /var/lib/asterisk/mohmp3/
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/getting-music-on-hold-working-in-trixboxasterisk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show ADSL Speed on Cisco Router</title>
		<link>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/</link>
		<comments>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:09:13 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[1721]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/</guid>
		<description><![CDATA[Obtaining the ADSL Sync speed from your Cisco Router is quite easy, just pass the following command


show dsl interface atm0

You&#8217;ll get something like the following back:


Â 

router#show dsl interface atm0



ATM0



Alcatel 20150 chipset information



                ATU-R (DS)       [...]]]></description>
			<content:encoded><![CDATA[<p>Obtaining the ADSL Sync speed from your Cisco Router is quite easy, just pass the following command
</p>
<div style="background: white; color:#555555; font-family:Courier New; font-size:10pt; padding:5px;">
show dsl interface atm0
</div>
<p>You&#8217;ll get something like the following back:
</p>
<p>
Â </p>
<p>
<pre><code>router#show dsl interface atm0
</code></pre>
</p>
<p>
<pre><code>ATM0
</code></pre>
</p>
<p>
<pre><code>Alcatel 20150 chipset information
</code></pre>
</p>
<p>
<pre><code>                ATU-R (DS)                      ATU-C (US)
</code></pre>
</p>
<p>
<pre><code>Modem Status:    Showtime (DMTDSL_SHOWTIME)
</code></pre>
</p>
<p>
<pre><code>DSL Mode:        ITU G.992.1 (G.DMT) Annex A
</code></pre>
</p>
<p>
<pre><code>ITU STD NUM:     0x01                            0x1
</code></pre>
</p>
<p>
<pre><code>Vendor ID:       'ALCB'                          'TSTC'
</code></pre>
</p>
<p>
<pre><code>Vendor Specific: 0x0000                          0x0000
</code></pre>
</p>
<p>
<pre><code>Vendor Country:  0x00                            0xB5
</code></pre>
</p>
<p>
<pre><code>Capacity Used:   100%                            62%
</code></pre>
</p>
<p>
<pre><code>Noise Margin:     5.5 dB                         19.0 dB
</code></pre>
</p>
<p>
<pre><code>Output Power:    20.0 dBm                        12.0 dBm
</code></pre>
</p>
<p>
<pre><code>Attenuation:     49.0 dB                         22.5 dB
</code></pre>
</p>
<p>
<pre><code>Defect Status:   None                            None
</code></pre>
</p>
<p>
<pre><code>Last Fail Code:  None
</code></pre>
</p>
<p>
<pre><code>Selftest Result: 0x00
</code></pre>
</p>
<p>
<pre><code>Subfunction:     0x15
</code></pre>
</p>
<p>
<pre><code>Interrupts:      1333 (0 spurious)
</code></pre>
</p>
<p>
<pre><code>PHY Access Err:  0
</code></pre>
</p>
<p>
<pre><code>Activations:     1
</code></pre>
</p>
<p>
<pre><code>LED Status:      ON
</code></pre>
</p>
<p>
<pre><code>LED On Time:     100
</code></pre>
</p>
<p>
<pre><code>LED Off Time:    100
</code></pre>
</p>
<p>
<pre><code>Init FW:         embedded
</code></pre>
</p>
<p>
<pre><code>Operation FW:    embedded
</code></pre>
</p>
<p>
<pre><code>SW Version:      3.8131
</code></pre>
</p>
<p>
<pre><code>FW Version:      0x1A04
</code></pre>
</p>
<p>
Â </p>
<p>
<pre><code>                 Interleave             Fast    Interleave              Fast
</code></pre>
</p>
<p>
<pre><code><span style="text-decoration:underline"><strong>Speed (kbps):          5856                0           448                 0
</strong></span></code></pre>
</p>
<p>
<pre><code>Cells:                15473                0        192329                 0
</code></pre>
</p>
<p>
<pre><code>Reed-Solomon EC:       7248                0             0                 0
</code></pre>
</p>
<p>
<pre><code>CRC Errors:               3                0             0                 0
</code></pre>
</p>
<p>
<pre><code>Header Errors:            2                0             0                 0
</code></pre>
</p>
<p>
<pre><code>Bit Errors:               0                0
</code></pre>
</p>
<p>
<pre><code>BER Valid sec:            0                0
</code></pre>
</p>
<p>
<pre><code>BER Invalid sec:          0                0
</code></pre>
</p>
<p>
Â </p>
<p>
<pre><code>LOM Monitoring : Disabled
</code></pre>
</p>
<p>
Â </p>
<p>
<pre><code>DMT Bits Per Bin
</code></pre>
</p>
<p>
<pre><code>00: 0 0 0 0 0 0 0 4 4 5 7 8 8 9 9 8
</code></pre>
</p>
<p>
<pre><code>10: 8 8 8 8 8 7 7 7 6 6 5 5 4 3 0 0
</code></pre>
</p>
<p>
<pre><code>20: 0 0 0 0 0 0 4 5 5 6 7 8 9 9 A A
</code></pre>
</p>
<p>
<pre><code>30: A B B B C C C D D D D D D D D D
</code></pre>
</p>
<p>
<pre><code>40: 0 D D D D D D D 2 D D D D D D D
</code></pre>
</p>
<p>
<pre><code>50: D D C D D C C C C D D D D C D D
</code></pre>
</p>
<p>
<pre><code>60: D C C C C C C C C C C C C B 8 B
</code></pre>
</p>
<p>
<pre><code>70: C C B C C C C C C C C C C B B B
</code></pre>
</p>
<p>
<pre><code>80: B B B A B B A A A A A A A A 8 A
</code></pre>
</p>
<p>
<pre><code>90: A 9 9 9 9 9 9 9 8 7 8 8 8 8 8 7
</code></pre>
</p>
<p>
<pre><code>A0: 7 5 7 7 7 5 7 8 8 8 8 8 8 8 7 7
</code></pre>
</p>
<p>
<pre><code>B0: 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 5
</code></pre>
</p>
<p>
<pre><code>C0: 5 5 5 5 5 4 4 4 4 4 2 2 0 0 0 0
</code></pre>
</p>
<p>
<pre><code>D0: 0 0 0 0 0 0 2 2 2 2 3 3 2 4 4 4
</code></pre>
</p>
<p>
<pre><code>E0: 4 4 4 4 4 4 4 4 4 4 3 4 3 3 3 3
</code></pre>
</p>
<p>
<pre><code>F0: 3 3 3 2 2 0 0 0 0 0 0 0 0 0 0 0
</code></pre>
</p>
<p>
Â </p>
<p>
<pre><code>DSL: Training log buffer capability is not enabled</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/show-adsl-speed-on-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking your Interface/s Status on Cisco IOS Routers</title>
		<link>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/</link>
		<comments>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:12:53 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/</guid>
		<description><![CDATA[If you want to get a brief overview of your Interface/s status on Cisco IOS then use
sh ip int brief

For more detailed information then run
sh ip int

]]></description>
			<content:encoded><![CDATA[<p>If you want to get a brief overview of your Interface/s status on Cisco IOS then use</p>
<p><span style="font-size:12pt"><strong>sh ip int brief<br />
</strong></span></p>
<p>For more detailed information then run</p>
<p><span style="font-size:12pt"><strong>sh ip int<br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/checking-your-interfaces-status-on-cisco-ios-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling HTTP Server on Cisco IOS Routers</title>
		<link>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/</link>
		<comments>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:05:34 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[1721]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[SDM]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/</guid>
		<description><![CDATA[Enabling the HTTP server on Cisco Routers is easily done using the console port or via an SSH connection.

You might wonder why you&#8217;d want the HTTP server running; well you need it if you want to install SDM (Cisco Router and Security Device Manager)


Â 
To enable the web server logon or connect via terminal

Then type the [...]]]></description>
			<content:encoded><![CDATA[<p>Enabling the HTTP server on Cisco Routers is easily done using the console port or via an SSH connection.
</p>
<p>You might wonder why you&#8217;d want the HTTP server running; well you need it if you want to install SDM (Cisco Router and Security Device Manager)
</p>
<p>
Â </p>
<p>To enable the web server logon or connect via terminal
</p>
<p>Then type the command
</p>
<p><span style="font-size:12pt"><strong>enable<br />
</strong></span></p>
<p>Then type
</p>
<p><span style="font-size:12pt"><strong>config<br />
</strong></span></p>
<p>Press enter to config from the terminal when prompted
</p>
<p><em>You should see a prompt like (Which is the config prompt):<br />
</em></p>
<p><span style="font-size:12pt"><em>Router(config)#<br />
</em></span></p>
<p>Enter the following commands
</p>
<p><span style="font-size:12pt"><strong>ip http server<br/>ip http secure-server<br/>ip http authentication local<br />
</strong></span></p>
<p>
Â </p>
<p>If you intend to install SDM or want to be able to access the router from SSH then you need to add a user account as below:
</p>
<p><span style="font-size:12pt"><strong>Username sdm privilege 15 password 0 sdm<br />
</strong></span></p>
<p>That will create a user with the username and password of SDM
</p>
<p>
Â </p>
<p>If you haven&#8217;t enabled SSH and or telnet do so using the following commands:<br/><span style="font-size:12pt"><strong>line vty 0 4<br/>login local<br/>transport input telnet ssh</strong></span><br/>
	</p>
<p>
Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/enabling-http-server-on-cisco-ios-routers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just removed your Outlook 2007 Profile?</title>
		<link>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/</link>
		<comments>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:07:35 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/</guid>
		<description><![CDATA[
Â 
So you just removed your Outlook 2007 profile, you&#8217;ve created a new profile but outlook wont open?
		
You&#8217;re getting an error similar to:Cannot start Microsoft Office Outlook. Cannot Open the Outlook Window

Its simple enough to fix, just run the follow flag on Outlook from the command prompt or run:


Â 
Outlook.exe /resetnavpane
]]></description>
			<content:encoded><![CDATA[<p>
Â </p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">So you just removed your Outlook 2007 profile, you&#8217;ve created a new profile but outlook wont open?<br/><br />
		</span></p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">You&#8217;re getting an error similar to:<br/><strong>Cannot start Microsoft Office Outlook. Cannot Open the Outlook Window<br />
</strong></span></p>
<p><span style="color:black; font-family:Verdana; font-size:9pt">Its simple enough to fix, just run the follow flag on Outlook from the command prompt or run:<br />
</span></p>
<p>
Â </p>
<p><span style="color:black; font-family:Verdana; font-size:9pt"><strong>Outlook.exe /resetnavpane</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/just-removed-your-outlook-2007-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling FFMPEG for Microsoft Windows</title>
		<link>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/</link>
		<comments>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 11:06:01 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/</guid>
		<description><![CDATA[Installing FFMPEG from the source in window platform is easy as you do for other window application. Here is the complete instructions how to build FFMPEG in windows. To install FFMPEG on windows you need to install third party MinGW and MSys library that is compatible with GCC. This library is required to build ffmpeg [...]]]></description>
			<content:encoded><![CDATA[<p>Installing FFMPEG from the source in window platform is easy as you do for other window application. Here is the complete instructions how to build FFMPEG in windows. <br/>To install FFMPEG on windows you need to install third party <strong>MinGW</strong> and <strong>MSys</strong> library that is compatible with <strong>GCC</strong>. This library is required to build ffmpeg in windows and support shell to run commands.
</p>
<p>Download <strong>MinGW</strong> and <strong>MSys</strong>
	</p>
<p>MinGW: <a href="http://gd.tuwien.ac.at/gnu/mingw/MinGW-5.0.0.exe">MinGW Direct download link</a>
	</p>
<p>MSys: <a href="http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe">MSys Direct download link</a>
	</p>
<p>SF Link: <a href="http://sourceforge.net/project/showfiles.php?group_id=2435">Sourceforge MinGW MSys Package Download Page</a>
	</p>
<p>FFMPEG: <a href="http://ffmpeg.org/download.html">FFMPEG </a>
	</p>
<p><img src="http://www.2w1etn.com/wp-content/uploads/2009/08/081109_1102_CompilingFF11.png" alt=""/>
	</p>
<p>
Â </p>
<h2>Building FFMPEG<br />
</h2>
<p>It is time to install ffmpeg. Extract downloaded ffmpeg archive in c: folder. If you have not downloaded yet please download now then run MSys.bat file from C:\msys\1.0\ folder. This location will be depend on you MinGW and MSys installation. In the command prompt run the following commands:
</p>
<p>$ cd c:/ffmpeg-0.4.7
</p>
<p>$ ./configure â€“extra-cflags=&#8221;-mno-cygwin -mms-bitfields&#8221; â€“extra-ldflags=&#8221;-Wl,â€“add-stdcall-alias&#8221; â€“enable-mingw32 â€“enable-shared â€“disable-a52 â€“disable-pp â€“disable-ffserver â€“disable-ffplay
</p>
<p>$ make</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/compiling-ffmpeg-for-microsoft-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflector 21</title>
		<link>http://www.2w1etn.com/index.php/2009/reflector-21/</link>
		<comments>http://www.2w1etn.com/index.php/2009/reflector-21/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 22:38:16 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[D-Star]]></category>
		<category><![CDATA[D-Star Repeaters]]></category>
		<category><![CDATA[GB3WE]]></category>
		<category><![CDATA[GB7CD]]></category>
		<category><![CDATA[Icom]]></category>
		<category><![CDATA[Midstar]]></category>
		<category><![CDATA[New Adapater]]></category>
		<category><![CDATA[Reflector21]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/reflector-21/</guid>
		<description><![CDATA[After a day of getting a new box setup Reflector 21 was go and has been working flawlessly all day on the 29th July 2009 (OK the time was out, NTP installed and that&#8217;s fixed).


	
GB7CD was the fat repeater connected to the new reflector, soon followed by the HotSpot based GB3WE.

Having GB3WE connected it seems [...]]]></description>
			<content:encoded><![CDATA[<p>After a day of getting a new box setup Reflector 21 was go and has been working flawlessly all day on the 29th July 2009 (OK the time was out, NTP installed and that&#8217;s fixed).
</p>
<p><a href="http://www.reflector21.com"><img src="http://www.2w1etn.com/wp-content/uploads/2009/07/072909_2338_Reflector211.jpg" alt=""/></a>
	</p>
<p>GB7CD was the fat repeater connected to the new reflector, soon followed by the HotSpot based GB3WE.
</p>
<p>Having GB3WE connected it seems quite clear that to a user connected via RF to GB7CD that users on GB2WE appear as though they were using any Icom repeater. Their call sign, and user message all get routed through, even in the Dplus log of GB7CD there is no noticeable difference.
</p>
<p>I don&#8217;t see how any objection could be based on little more than Myth that has prevented GB3WE and other node adapters being connected to the other UK Reflectors.
</p>
<p>The MidStar D-Star repeaters are to start using port B on Ref21, where they also intend to make use of node adapter based repeaters, to complement their current Icom based one. Â  Â
</p>
<p>I understand there has been a lot of interest in exactly where Reflector 21 is located and the kind of hardware and network connections used. Here is the low down, its located in London at a Blueconnex Data centre <br/>The hardware is a Quad Core Xeon, 4GB of Ram, Mirrored disks The network connectivity is provided currently by a Duplex 100Mbps port, which has the capacity to be a 1Gbps port, but I&#8217;ve turned it down on the switch, as I doubt we need 1Gbps.
</p>
<p>Internet Connectivity to most of the UK is via LINX which should provide a decent low hop count to ADSL lines which so many reflectors use. From other systems connected in different Datacentres around London, the average lag seems to be about 3ms, with about 10ms from Cardiff&#8217;s GB7CD over ja.net Â  Â
</p>
<p>By all means feel free to connect your node adapters to the reflector. If it doesn&#8217;t work disconnect it. We wont ban you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/reflector-21/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Interconnecting Batteries</title>
		<link>http://www.2w1etn.com/index.php/2009/interconnecting-batteries-2/</link>
		<comments>http://www.2w1etn.com/index.php/2009/interconnecting-batteries-2/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 15:35:31 +0000</pubDate>
		<dc:creator>2W1ETN</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.2w1etn.com/index.php/2009/interconnecting-batteries-2/</guid>
		<description><![CDATA[So I&#8217;ve decided I need more than one additional battery to power the computers and ham radio gear in my Range Rover. Question is just what is the best way to connect 3 leisure batteries together and charge them from the main alternator/battery.
Here is a diagram showing the traditional way of interconnecting 4 batteries to [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve decided I need more than one additional battery to power the computers and ham radio gear in my Range Rover. Question is just what is the best way to connect 3 leisure batteries together and charge them from the main alternator/battery.</p>
<p>Here is a diagram showing the traditional way of interconnecting 4 batteries to form one larger bank. This is a method that we <strong>still</strong> see in many installations.</p>
<p>Â </p>
<h2>Method 1</h2>
<div>
<table border="0" cellspacing="0" cellpadding="0" style="border:0px">
<tr >
<td style="padding-left: 7px; padding-right: 7px; border:0px;"><img src="http://www.2w1etn.com/wp-content/uploads/2009/07/070509_1532_Interconnec1.gif" alt="" /></td>
<td style="padding-left: 7px; padding-right: 7px; border:0px; ">Notice that the connections to the main installation are all taken from one end, i.e. from the end battery.Â </p>
<p>The interconnecting leads will have some resistance. It will be low, but it still exists, and at the level of charge and discharge currents we see in these installations, the resistance will be significant in that it will have a measurable effect.</p>
<p>Â </p>
<p>Typically the batteries are linked together with 35mm cable in a good installation (often much smaller in a poor installation). 35mm copper cable has a resistance of around 0.0006 Ohms per metre so the 20cm length between each battery will have a resistance of 0.00012 Ohms.</p>
<p>Â </p>
<p>This, admittedly, is close to nothing. But add onto this the 0.0002 Ohms for each connection interface (i.e. cable to crimp, crimp to battery post etc) and we find that the resistance between each battery post is around 0.0015 Ohms.</td>
</tr>
</table>
</div>
<p>If we draw 100 amps from this battery bank we will effectively be drawing 25 amps from each battery. Or so we think.</p>
<p>In actual fact what we find is that more current is drawn from the bottom battery, with the current draw getting progressively less as we get towards the top of the diagram.</p>
<p>The effect is greater than would be expected.</p>
<p>Whilst this diagram looks simple, the calculation is incredibly difficult to do completely because the internal resistance of the batteries affects the outcome so much.</p>
<p>However look at where the load would be connected. It is clear that the power coming from the bottom battery only has to travel through the main connection leads. The power from the next battery up has to travel through the same main connection leads but in addition also has to travel through the 2 interconnecting leads to the next battery. The next battery up has to go through 4 sets of interconnecting leads. The top one has to go through 6 sets of interconnecting leads. So the top battery will be providing much less current than the bottom battery.</p>
<p>During charging exactly the same thing happens, the bottom battery gets charged with a higher current than the top battery.</p>
<p>The result is that the bottom battery is worked harder, discharged harder, charged harder. It fails earlier. The batteries are not being treated equally.</p>
<p>Now in all fairness, many people say &#8220;but the difference is negligible, the resistances are so small, so the effect will also be small&#8221;.</p>
<p>The problem is that in very low resistance circuits (as we have here) <strong>huge</strong> differences in current can be produced by <strong>tiny</strong> variations in battery voltage. I&#8217;m not going to produce the calculations here because they really are quite horrific. I actually used a PC based simulator to produce these results because it is simply too time consuming to do them by hand.</p>
<p>Battery internal resistance = 0.02 Ohms<br />
Interconnecting lead resistance = 0.0015 Ohms per link<br />
Total load on batteries = 100 amps</p>
<p><strong>The bottom battery provides 35.9 amps of this.<br />
The next battery up provides 26.2 amps.<br />
The next battery up provides 20.4 amps.<br />
The top battery provides 17.8 amps.<br />
</strong></p>
<p>So the bottom battery provides over twice the current of the top battery.</p>
<p>This is an enormous imbalance between the batteries. The bottom battery is being worked over twice as hard as the top battery. The effects of this are rather complex and do not mean that the life of the bottom battery will be half that of the top battery, because as the bottom battery loses capacity quicker (due to it being worked harder) the other three batteries will start to take more of the load. But the net effect is that the battery bank, as a whole, ages much quicker than with proper balancing.</p>
<p>Â </p>
<h2>Method 2</h2>
<p>Â </p>
<div>
<table style="border-collapse:collapse; border:0px;" border="0">
<colgroup span="1">
<col style="width: 144px;" span="1"></col>
<col style="width: 494px;" span="1"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border:0px;"><img src="http://www.2w1etn.com/wp-content/uploads/2009/07/070509_1635_Interconnec1.gif" alt="" /></td>
<td style="padding-left: 7px; padding-right: 7px; border:0px; ">All that has changed in this diagram is that the main feeds to the rest of the installation are now taken from diagonally opposite posts.Â </p>
<p>It is simple to achieve but the difference in the results are truly astounding for such a simple modification.</p>
<p>Â </p>
<p>The connecting leads, in fact, everything else in the installation remains identical.</p>
<p>Â </p>
<p>Also, it doesn&#8217;t matter which lead (positive or negative) is moved, Whichever is easiest is the correct one to move.</p>
<p>Â </p>
<p>The results of this modification, when compared to the original diagram are shown below. Only that one single connection has been moved.</td>
</tr>
</tbody>
</table>
</div>
<p>Â </p>
<p>After this simple modification, with the same 100 amp load&#8230;.</p>
<p>The bottom battery provides 26.7 amps of this.<br />
The next battery up provides 23.2 amps.<br />
The next battery up provides 23.2 amps.<br />
The top battery provides 26.7 amps.</p>
<p>This is quite clearly a massive improvement over the first method. The batteries are much closer to being correctly balanced. However they are still not perfectly balanced.</p>
<p>How far is it necessary to go to get the matching equal?</p>
<p>Well, the better the quality of the batteries, the more important it becomes. The lower the internal resistance of the batteries, the more important it is to get them properly balanced.</p>
<p>So that now leaves the question of whether or not there is a wiring method to perfectly balance the batteries.</p>
<p>Before getting to that, it should be pointed out that doing the calculation is not actually required in order to arrive at the ultimate interconnection method. I simply did them to show the magnitude of the problem.</p>
<p>In order to get a better balancing it is simply necessary to get the number of interconnecting links as close as equal between each battery and the final loads.</p>
<p>In the first example the power from the bottom battery passed through no interconnecting links. The top battery passed through 6 links.</p>
<p>In the 2nd example (the much improved one), the power from the top and bottom battery both passed through a total of 3 links. That from the middle 2 batteries also both passed through 3 links which begs the question &#8220;why were they not therefore perfectly balanced?&#8221;. The answer is that some of the links have to pass more total current and this therefore increases the voltage drop along their length.</p>
<p>And now we get to the correctly wired version where all the batteries are perfectly balanced.</p>
<p>Â </p>
<h2>Method 3</h2>
<div>
<table style="border-collapse:collapse; border:0px;" border="0">
<colgroup span="1">
<col style="width: 255px;" span="1"></col>
<col style="width: 384px;" span="1"></col>
</colgroup>
<tbody>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border:0px;"><img src="http://www.2w1etn.com/wp-content/uploads/2009/07/070509_1635_Interconnec2.gif" alt="" /></td>
<td style="padding-left: 7px; padding-right: 7px; border:0px;">This looks more complicated.Â </p>
<p>It is actually quite simple to achieve but requires two extra interconnecting links and two terminal posts.</p>
<p>Â </p>
<p>Note that it is important that all 4 links on each side are the same length otherwise one of the main benefits (that of equal resistance between each battery and the loads) is lost.</p>
<p>Â </p>
<p>The difference in results between this and the 2nd example are much smaller than the differences between the 1st and 2nd (which are enormous) but with expensive batteries it might be worth the additional work. Most people (myself included) don&#8217;t consider the expense and time to be worthwhile unless expensive batteries are being fitted or if the number of batteries exceeds 8.</td>
</tr>
</tbody>
</table>
</div>
<p>Â </p>
<p>This method isn&#8217;t always so easy to install because of the required terminal posts. In some installations there is simply no room to fit these. So, thanks to a colleague, we can also present another wiring method that achieves perfect battery balancing.</p>
<p>Â </p>
<h2>Conclusion</h2>
<p>I&#8217;ll be opting for method two, as its simple to install, and with the three batteries I&#8217;m opting for the difference in amperage between batteries will be somewhat lower than as above. Once installed I&#8217;ll take a few photos</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2w1etn.com/index.php/2009/interconnecting-batteries-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
