<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/89bce552-4243-4a63-b2e6-0bceb51a1e04.png</url>
		<title>Channel 9 - Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
		<link></link>
	</image>
	<description>Today&#39;s inspirational project shows how the Kinect and Kinect SDK is being used in some unusual ways. KINECT-PACThis project is an extension of some work I did last November that integrated gesture-based control with a Programmable Automation Controller (PAC). The purpose of this simple follow-on experiment is to demonstrate interactions between a control program running in a PAC and a Windows-based HMI program that uses both conventional mouse-based input and gesture input. A short video of this experiment can be viewed below. PACs are used extensively in automation and machine control applications. They can be programmed to perform advanced data acquisition and control tasks, and offer many flexible options for communicating with other hardware devices and SCADA/HMI systems. The concept I am trying to promote in my experimentation is the use of advanced natural user interface (NUI) devices like the Microsoft Kinect in automation and machine control applications. There are many practical uses for NUI technologies in industrial applications, where conventional &amp;quot;hands-on&amp;quot; human-machine interactions may otherwise prove to be difficult or potentially hazardous. This project was created with the recently released Kinect for Windows sensor and the Microsoft v1.0 commercial SDK. The hardware device used in this demonstration is a Snap PAC Learning Center courtesy of Opto 22 Corporation, which includes a PAC-R1 controller and I/O rack containing a mix of various input and output modules. The Learning Center provides a convenient platform for these types of experiments, as it includes switches, LEDs and other components for simulating real-world operating conditions. In this latest experiment I wrote a simple PAC program that monitors state transitions of an ON-OFF toggle switch. The toggle switch provides a voltage to one of the DC input modules on the rack, and another DC output module switches one of the panel LEDs on and off. The PAC program monitors both state transitions of the switch and the on/off status of the LED; if a switch-state change is detected, the program toggles the voltage to the LED. This could have easily been accomplished by directly mapping the input module to the output module, but the idea here is to allow an external HMI program to also interact with the I/O points. Project Information URL: http://bkbrown.com/projects-Opto2.html  Related is this project, which is kind of meta... UNITY GAME PROTOTYPEApril 2012 - This is a prototype for a 3D computer game that incorporates motion control using a Kinect sensor and real-world device control using a programmable automation controller (PAC). All character movement in the Unity game environment is controlled through right-hand gesture recognition. In this proof-of-concept, the panel lamp on the virtual instrument tracks the physical instrument lamp, regardless of whether control is from the toggle switches on the panel or from the virtual buttons. The buttons react to &amp;quot;collisions&amp;quot; with the green sphere hovering in front of the first person game character. The game&#39;s control scripts interact with the PAC hardware, which is also running a simple program for physical control of the panel lamp. Project Information URL: http://bkbrown.com/projects-Unity.html  Contact Information: Blog: http://bkbrown.com/index.html </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 15:24:07 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 15:24:07 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
		<description>
			<![CDATA[<p>On a similar topic, here's a link to my latest video showing a Kinect servo-controlled camera:</p><p><a href="http://www.youtube.com/watch?v=HyRy_04b0dY">http&#58;&#47;&#47;www.youtube.com&#47;watch&#63;v&#61;HyRy_04b0dY</a></p><p>This is the first stage of a larger project that will also incorporate speech recognition.</p><p>posted by bkbrowncom</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634727718719414048</link>
		<pubDate>Wed, 16 May 2012 13:31:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634727718719414048</guid>
		<dc:creator>bkbrowncom</dc:creator>
	</item>
	<item>
		<title>Re: Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634727718719414048?areaType=Blogs&amp;areaName=Coding4FunKinect">bkbrowncom</a>:That's pretty cool... Let me know when there's more to share, details, links, etc and I'll try to get it its own post here on the Gallery... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634727817529098266</link>
		<pubDate>Wed, 16 May 2012 16:15:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634727817529098266</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
		<description>
			<![CDATA[<p>I thought I'd take the recently released Kinect SDK v1.5 out for a drive and experiment with the facial tracking features using my servo-controlled webcam. Here's my first video clip:</p><p><a href="http://www.youtube.com/watch?v=EPWxGrKn-r0">http&#58;&#47;&#47;www.youtube.com&#47;watch&#63;v&#61;EPWxGrKn-r0</a></p><p>&nbsp;</p><p>posted by bkbrowncom</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634735074063625827</link>
		<pubDate>Fri, 25 May 2012 01:50:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634735074063625827</guid>
		<dc:creator>bkbrowncom</dc:creator>
	</item>
	<item>
		<title>Re: Kinect &amp; PAC&#39;s (Programmable Automation Controller)</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634735074063625827?areaType=Blogs&amp;areaName=Coding4FunKinect">bkbrowncom</a>:That's awesome!</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634735537986692692</link>
		<pubDate>Fri, 25 May 2012 14:43:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Kinect--PACs-Programmable-Automation-Controller#c634735537986692692</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
</channel>
</rss>