<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>TRC Data Center - Demos, Example Code, Widgets</title>
		<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/</link>
		<description />
		<language>en</language>
		<ttl>60</ttl>
		<image>
			<title>TRC Data Center - Demos, Example Code, Widgets</title>
			<url>http://forums.trossenrobotics.com/ambience/misc/rss.jpg</url>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/</link>
		</image>
		<item>
			<title>Roborealm Example Blue Object Tracking</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/roborealm-example-blue-object-tracking-146/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/roborealm-example-blue-object-tracking-146/</guid>
			<description><![CDATA[Tracks a blue object in roborealm.... <span class="smallfont">[<a href="demos-example-code-widgets-6/roborealm-example-blue-object-tracking-146/">Read More</a>]</span>]]></description>
			<pubDate>Mon, 26 Oct 2009 00:51:45</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>ROBOTMAN</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Lynxmotion Biped Scout Excel Spreadsheet</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/lynxmotion-biped-scout-excel-spreadsheet-139/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/lynxmotion-biped-scout-excel-spreadsheet-139/</guid>
			<description />
			<pubDate>Tue, 27 Jan 2009 05:03:50</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>tom_chang79</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Robot Gripper with Force Feedback using Phidgets</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/robot-gripper-with-force-feedback-using-phidgets-111/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/robot-gripper-with-force-feedback-using-phidgets-111/</guid>
			<description><![CDATA[NOTE: There are much better ways of solving this problem and I wrote this code well over a year ago, so please be gentle with your comments:)<br />
<font size="4"><u><b><br />
Overview</b></u></font><br />
C# example taking the readings from any standard 0-5VDC analog sensor plugged into port #0 on a <a href="http://www.trossenrobotics.com/store/p/5341-InterfaceKit-8-8-8.aspx" target="_blank">Phidgets 8/8/8 Interface Kit</a>. Once activated, the servo continues to move until the specified analog sensor value is reached<br />
<br />
<br />
<font size="4"><u><b>PARTS LIST</b></u></font><br />
1 -... <span class="smallfont">[<a href="demos-example-code-widgets-6/robot-gripper-with-force-feedback-using-phidgets-111/">Read More</a>]</span>]]></description>
			<pubDate>Mon, 29 Sep 2008 13:42:46</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>Alex</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Phidgets Control Relations with GDI+ and C# .NET</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgets-control-relations-with-gdi-and-c-net-108/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgets-control-relations-with-gdi-and-c-net-108/</guid>
			<description><![CDATA[Here is an example for all the Phidget users out there. This is a C# solution.  All of my posts are a work in progress and source code is open to any need or use.<br />
<br />
<b><u>Minimum Requirements:</u></b><ul><li>Visual Studio 2008 C#</li>
<li>.NET Framework 3.5</li>
</ul><br />
<font color="Blue"><b><i>This project does not require any Phidgets Hardware.</i></b></font><br />
<br />
This is an example of how to create a visual representation of a relationship between two controls placed on a windows form.<br />
<br />
For example,  A robotic arm normally requires <b... <span class="smallfont">[<a href="demos-example-code-widgets-6/phidgets-control-relations-with-gdi-and-c-net-108/">Read More</a>]</span>]]></description>
			<pubDate>Sun, 17 Aug 2008 04:47:27</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>Semicton</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>GDI+ Phidgets Servo Control GUI and C# .NET</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/gdi-phidgets-servo-control-gui-and-c-net-107/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/gdi-phidgets-servo-control-gui-and-c-net-107/</guid>
			<description><![CDATA[My first upload.  This is a user drawn GDI+ control for a Phidgets servo written in C#.  The control is intended to replace the standard track bar control that most people use to control their own phidget servos via a GUI.  Over time, I created many versions of this control. A few versions of this control directly controlled a phidget servo on a phidgetservo board within the user control itself.   Over time, I finally realized it would be best to simply create the control as a graphical user... <span class="smallfont">[<a href="demos-example-code-widgets-6/gdi-phidgets-servo-control-gui-and-c-net-107/">Read More</a>]</span>]]></description>
			<pubDate>Sun, 17 Aug 2008 00:53:08</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>Semicton</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>ClickHere</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/clickhere-64/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/clickhere-64/</guid>
			<description><![CDATA[This will allow the control of 8 servos using two phidget4 servo controllers.<br />
<br />
You will have to alter the serial numbers of the PhidgetServo object to match yours.<br />
<br />
DB... <span class="smallfont">[<a href="demos-example-code-widgets-6/clickhere-64/">Read More</a>]</span>]]></description>
			<pubDate>Mon, 7 Jul 2008 21:04:11</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>darkback2</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Wireless Gamepad</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/wireless-gamepad-61/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/wireless-gamepad-61/</guid>
			<description><![CDATA[This file contains contains Alex's Joystick code along with modified code from<br />
Allen and Calvin. This code allows the user to use a wireless Logitech Gamepad <br />
to control Multiple Phidget 4 Servo Controllers. The code is still being worked and improved.<br />
With that being said, I hope you enjoy the code and improvements are Welcome.<br />
The code is changing constantly and is becoming more adjusted to what I personally need<br />
for my project, But I still think it will give a base for others to build upon.<b... <span class="smallfont">[<a href="demos-example-code-widgets-6/wireless-gamepad-61/">Read More</a>]</span>]]></description>
			<pubDate>Fri, 27 Jun 2008 18:19:40</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>ctx32</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>MotionJstickPhidge.zip</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/motionjstickphidgezip-49/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/motionjstickphidgezip-49/</guid>
			<description><![CDATA[This demo project is a combination of the AForge.NET Motion Detection Algorithms sample and Alex Ward's CSharpUSBJoystick demo. It also uses the Phidgets.NET library. It provides a pan &amp; tilt setup slaved directly to a usb joystick, and a video window on the main form that features AVIs, USB camera input, JPEG streams via TCP/IP, or MPEG streams via TCP/IP with 5 modes of overlayed motion detection for a wide variety of video hardware compatability. It can also be easily adapted to any... <span class="smallfont">[<a href="demos-example-code-widgets-6/motionjstickphidgezip-49/">Read More</a>]</span>]]></description>
			<pubDate>Mon, 9 Jun 2008 23:42:40</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>indy007</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Phidgets-MultipleIFKitExample.zip</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgets-multipleifkitexamplezip-47/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgets-multipleifkitexamplezip-47/</guid>
			<description><![CDATA[This example<i><font size="1">(*)</font></i> shows how to wrap a phidgets object inside a User Control wrapper.  Then use the Phidgets manager to automatically insert and connect to the appropriate control.  In this example, I have attached my wrapper for an Interface Kit, but other wrappers can be built for all Phidgets controls.  This process allows the devices to be automatically detected and associated to the application real time.  It reduces the need to hard code serial numbers and allows, virtually, an unl... <span class="smallfont">[<a href="demos-example-code-widgets-6/phidgets-multipleifkitexamplezip-47/">Read More</a>]</span>]]></description>
			<pubDate>Thu, 5 Jun 2008 18:10:51</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>elcray</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>Reading values from a joystick using C# 2005 Express and DX9 DirectInput</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/reading-values-from-a-joystick-using-c-2005-express-and-dx9-directinput-43/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/reading-values-from-a-joystick-using-c-2005-express-and-dx9-directinput-43/</guid>
			<description><![CDATA[This is an application that uses C# 2005 Express (free download <a href="http://www.microsoft.com/express/vcsharp/" target="_blank">here</a>) and the DX9 DirectInput class to read values from a joystick/gamepad. <br />
<br />
<b>STEPS:</b><br />
<ul><li>Download and extract zip file</li>
<li>run CsharpUSBJoystick.exe</li>
</ul><br />
To view the code, open the folder &quot;CsharpUSBJoystick&quot; and open CsharpUSBJoystick.sln solution file in Visual C# 2005 Express.<br />
<br />
<b>08/07/02 Change: </b>No code changes, just changed the contact and company information. I noticed that I still had the old Phidgets US... <span class="smallfont">[<a href="demos-example-code-widgets-6/reading-values-from-a-joystick-using-c-2005-express-and-dx9-directinput-43/">Read More</a>]</span>]]></description>
			<pubDate>Wed, 28 May 2008 14:28:32</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>Alex</dc:creator>
			<language>en</language>
		</item>
		<item>
			<title>PhidgetServo and C# 2005: Move Servos with Keyboard</title>
			<link>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgetservo-and-c-2005-move-servos-with-keyboard-37/</link>
			<guid>http://forums.trossenrobotics.com/datacenter/demos-example-code-widgets-6/phidgetservo-and-c-2005-move-servos-with-keyboard-37/</guid>
			<description><![CDATA[This is a quick demo to show how to move servos on the PhidgetServo controller using just your keyboard. <br />
<br />
Steps to get up and running:<br />
<br />
<ol style="list-style-type: decimal"><li>If you don't already have it, download <a href="http://msdn2.microsoft.com/en-us/express/aa975050.aspx" target="_blank">C# 2005 Express</a>.</li>
<li>Download and extract the attached zip.</li>
<li>Open MoveServosWithKeyboard.sln Solution File to view the form and code.</li>
<li>Hit F5 to run the application.</li>
<li>Enjoy:D</li>
</ol>Feel free to post here in the comments if you find any errors or have any questions!... <span class="smallfont">[<a href="demos-example-code-widgets-6/phidgetservo-and-c-2005-move-servos-with-keyboard-37/">Read More</a>]</span>]]></description>
			<pubDate>Tue, 29 Apr 2008 19:25:16</pubDate>
			<category>Demos, Example Code, Widgets</category>
			<dc:subject>Demos, Example Code, Widgets</dc:subject>
			<dc:creator>Alex</dc:creator>
			<language>en</language>
		</item>
	</channel>
</rss>
