<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MP3Car.com - FB Documentation and Tutorials</title>
		<link>http://www.mp3car.com/vbulletin/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Sun, 26 May 2013 03:57:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://www.mp3car.com/images/misc/rss.png</url>
			<title>MP3Car.com - FB Documentation and Tutorials</title>
			<link>http://www.mp3car.com/vbulletin/</link>
		</image>
		<item>
			<title>HVAC temp actuator</title>
			<link>fb-documentation-and-tutorials/155234-hvac-temp-actuator.html</link>
			<pubDate>Thu, 07 Feb 2013 16:53:38 GMT</pubDate>
			<description>I am working on using the Fusion Brain to control the HVAC in my car.  The one last thing I have left to figure out is, the temp control.  I did some...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I am working on using the Fusion Brain to control the HVAC in my car.  The one last thing I have left to figure out is, the temp control.  I did some looking and found I should be able to use the actuator from an Audi A6 (which I just ordered)(the actuator, not the car) to allow the FB to move the temp cable.  My question that I don't quite understand is...  <br />
<br />
How do these actuators work?  Do they use a timed on/off function.  Like does the actuator get power for X secconds which moves the temp cable, or is it more based on voltage, (x volts out is one setting, y volts out is another).  My gut says its timing, but need to know for sure, or need direction of where I can find out.  lol  I tried to see if I could find a schematic of the electrical etc from a 2004 A6 but didn't find much out...<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>jjohnston</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=155234</guid>
		</item>
		<item>
			<title><![CDATA[How to Code for FuseGL using the power of C# [EXTREMELY USEFUL DOCUMENTATION]]]></title>
			<link>fb-documentation-and-tutorials/155194-how-to-code-for-fusegl-using-the-power-of-c-extremely-useful-documentation.html</link>
			<pubDate>Mon, 28 Jan 2013 06:14:36 GMT</pubDate>
			<description>FuseGL is the software used to control the Fusion Brain that is provided by me at Fusion Control Centre.  
 
The most powerful and unique feature of...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->FuseGL is the software used to control the Fusion Brain that is provided by me at Fusion Control Centre. <br />
<br />
The most powerful and unique feature of FuseGL software that took over 2 years to get working is something that nobody will ever see. But what it allows is for you to write code using Microsoft's .NET language of C# that controls the Fusion Brain and other aspects of FuseGL without having to re-invent the innards every time. It also allows a community to grow by sharing these code files (*.cs extensions). Once you write one, it will become easier. And by using Microsoft's power tool, Visual Studio, it is almost like using telepathy after getting down the basics. So even though it is not required, I highly recommend it and will direct this tutorial as if you have downloaded it. You can use Notepad if you prefer, but you loose all the really cool features that Visual Studio has to offer. The biggest such power is &quot;Intellisense&quot; which automatically starts to fill out what you are typing as you are typing. This is something you should do on your development PC, and then when finished move to your CarPC or Home Automation PC. There is no harm to have it on any computer, but it is a hefty installation from Microsoft at 2.4GB of disk space and about 200MB worth of internet downloads.<br />
<br />
So first things first, you will need to download FuseGL from my website. All the links are the same, but packaged either raw or in an archive format. Your choice which one you choose.<br />
<br />
EXE [18.8MB]: fusioncontrolcentre.com/FuseGL/FuseGL.exe<br />
RAR [11.1MB]: fusioncontrolcentre.com/FuseGL/FuseGL.rar<br />
ZIP [11.4MB]: fusioncontrolcentre.com/FuseGL/FuseGL.zip<br />
<br />
You will need at least version 1.0.0.469 of FuseGL for this to work which most people should. The best way to tell the version number is by looking at the version tab under the properties of the exe. Open a windows explorer window and browse to the executable's location. Then right click and choose &quot;Properties&quot; from the list (usually on the bottom):<br />
<br />
<img src="http://image-host.us/images/000bcheckfuseglproperties___qwcKpdg6PZ.jpg" border="0" alt="" /><br />
<br />
Then go to the &quot;Details&quot; tab, and look under &quot;<i>File Version</i>&quot;:<br />
<img src="http://image-host.us/images/000cfuseglfileversiondetails___XxXXEaw8Bl.jpg" border="0" alt="" /><br />
<br />
1.0.0.470 is up to date, so we can use it. Another way to check is to run the EXE. After it loads and the display appears, close the program and look for the file <i>FuseGL_Trace.txt</i> made in the applications root directory. The first line will look something like:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Fusion Control Centre -- FuseGL {1.1.0.470}</code><hr />
</div>If your version is old, then allow it to update. Connect your machine to the internet, and run FuseGL. Wait a little bit after you launch it and you should see a little popup window saying there is an update available:<br />
<img src="http://image-host.us/images/000dfuseglupdateavailable___ZD7Mmg0FTj.jpg" border="0" alt="" /><br />
<br />
Let it download automatically. It will then close the application, update, and then re-launch itself. Then check the exe to make sure the version number is correct.<br />
<br />
You will also need 1 other DLL [FB_USB_2011.dll] that is bundled in the exe, but you will want separately. You can download that here: <a href="http://www.fusioncontrolcentre.com/FuseGL_Help/FB_USB_2011.dll" target="_blank">http://www.fusioncontrolcentre.com/F...B_USB_2011.dll</a><br />
<br />
The other important tool you need is Visual Studio C# Express. You can download Visual Studio 2010 C# Express for <b>FREE</b> from this page: <a href="http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express" target="_blank">http://www.microsoft.com/visualstudi...d-2010-express</a><br />
<img src="http://image-host.us/images/000downloadvisualstudio___dOcP0B0rGC.jpg" border="0" alt="" /><br />
<br />
If you want the direct link and do not want to find it yourself, then click here: <a href="http://go.microsoft.com/?linkid=9709939" target="_blank">http://go.microsoft.com/?linkid=9709939</a><br />
<br />
This will download &quot;vcs_web.exe&quot;:<br />
<img src="http://image-host.us/images/001downloadfile___Q218MwRPNY.jpg" border="0" alt="" /><br />
<br />
Then run that exe and it will start loading:<br />
<img src="http://image-host.us/images/002runfile___NT92ztYIlm.jpg" border="0" alt="" /><br />
<br />
Eventually this window will pop up to start the installation of Visual Studio 2010 C#:<br />
<img src="http://image-host.us/images/003installvisualstudio___zXS8wJ83DC.jpg" border="0" alt="" /><br />
<br />
Read and accept the license terms. If you don't except the license terms, you will have a very painful learning curve in another tool suite:<br />
<img src="http://image-host.us/images/004licenseterms___Aq4t6H686U.jpg" border="0" alt="" /><br />
<br />
You do not need any of the optional components, but they don't hurt. It is up to you, I chose to deselect them:<br />
<img src="http://image-host.us/images/005optional___FVIIeB0PAM.jpg" border="0" alt="" /><br />
<br />
Let's you know it is a big download at 158MB and will take 2.4GB of disk space. It is totally worth it. I would keep the installation folders default, it keeps it easier in the future for plugins if you so want them:<br />
<img src="http://image-host.us/images/006destinationfolder___dSuH579YNK.jpg" border="0" alt="" /><br />
<br />
It will then start the download and installation process. It will probably take 20+ minutes on an average computer:<br />
<img src="http://image-host.us/images/007downloadprogress___kH2RcmVvL6.jpg" border="0" alt="" /><br />
<br />
After it downloads, it will begin installing:<br />
<img src="http://image-host.us/images/008installingvs___2uCLZBsJ3h.jpg" border="0" alt="" /><br />
<br />
You will more than likely need to reboot your machine in the middle of installation. Follow the prompt:<br />
<img src="http://image-host.us/images/009reboot___RNM0i3CxOl.jpg" border="0" alt="" /><br />
<br />
Wait wait wait... You did reboot right? If you are like me, you take reboot warnings and requirements as loose suggestions and ignore them completely. Yes you actually need to reboot. If you do not see your starting splash logo, you didn't do it right. Reboot all the way. Yes it is painful but you need to do it. Sorry:<br />
<img src="http://image-host.us/images/010yesyouneedit___hxXZCPleAt.jpg" border="0" alt="" /><br />
<br />
It should just pick up your installation where it left off:<br />
<img src="http://image-host.us/images/011pickup___8T43lZX2AX.jpg" border="0" alt="" /><br />
<br />
Eventually it will finish installing:<br />
<img src="http://image-host.us/images/012eventuallyfinishes___QlL29KFhlz.jpg" border="0" alt="" /><br />
<br />
Now run the program:<br />
<img src="http://image-host.us/images/013runtheprogram___sb22enw3G.jpg" border="0" alt="" /><br />
<br />
The first time you run it the splash may stay a while and you might see a setup of your initial workspace:<br />
<img src="http://image-host.us/images/014starting___7tJ43v0D4W.jpg" border="0" alt="" /><br />
<img src="http://image-host.us/images/015firststart___dkL1uuUETB.jpg" border="0" alt="" /><br />
<br />
Now you are ready to start coding. This is where you should start if you revisit this tutorial later with everything already installed. I <b>HIGHLY</b> recommend actually typing in the code, not copy and pasting. This will let you see what the intellisense is doing and you might get better ideas. You can read the meta data and so on and gain experience rather then just going through the motions and remaining confused.<br />
<br />
So make a new Project. Go to &quot;File&quot; then &quot;New Project&quot; from the top menu bars:<br />
<img src="http://image-host.us/images/016newproject___LJDFDgajB8.jpg" border="0" alt="" /><br />
<br />
Make sure that &quot;Visual C#&quot; is chosen as your template and then choose &quot;Class Library&quot; from the pane on the right. Name it something more useful then the default of &quot;ClassLibrary1.cs&quot;. I'm naming mine HVAC_Control_Example<br />
<img src="http://image-host.us/images/017classlibrary___wDFuEbPq1.jpg" border="0" alt="" /><br />
<img src="http://image-host.us/images/017bnewname___wSeQRuFGH0.jpg" border="0" alt="" /><br />
<br />
Eventually you will get something like this:<br />
<img src="http://image-host.us/images/018newproject___7VmvvTOgR7.jpg" border="0" alt="" /><br />
<br />
This is the default class view where you will be able to code. Right now it defaults to a generic class name and adds some default &quot;using&quot; statements that it thinks you might like or need. Lets change that class name to something more meaningful like &quot;HVAC_Example&quot;. Left click to select &quot;Class1.cs&quot; from the Solution Explorer, the pane on the right.<br />
<img src="http://image-host.us/images/019selectclass1___mamKM9lk2U.jpg" border="0" alt="" /><br />
<br />
Then right click and select Rename from the menu:<br />
<img src="http://image-host.us/images/020rename___2QfAFlgpV.jpg" border="0" alt="" /><br />
<br />
Remember to keep the *.cs, this is IMPORTANT! You will notice how Visual Studio is smart and asks you if you want to rename other things. Say yes please Bill Gates:<br />
<img src="http://image-host.us/images/021renameyes___UxYqupRbkx.jpg" border="0" alt="" /><br />
<br />
Notice in the code area that &quot;Class1&quot; has been changed to &quot;HVAC_Example&quot;. It has happened in other areas too that we won't go into as it is not too important. But just accept it and like it:<br />
<img src="http://image-host.us/images/022notice___IlR2qlXwGz.jpg" border="0" alt="" /><br />
<br />
Now we need to add references. One reference to FuseGL itself, and another to a DLL that FuseGL uses that you downloaded earlier (FB_USB_2011.dll). Left click the &quot;References&quot; tree node in the Solution Explorer, then right click, then choose &quot;Add Reference&quot; from the drop down menu. <br />
<img src="http://image-host.us/images/023addreference___u6FOdsVtfQ.jpg" border="0" alt="" /><br />
<br />
My exe and dll are located in a folder called &quot;FuseGL&quot; on the desktop. So select &quot;Browse&quot; from the tab, navigate to that location and then add those files. You can add them individually or select multiple files like any windows explorer window by holding shift or control to select groups and multiple files.<br />
<img src="http://image-host.us/images/024addreferences___6LWAYOz8iL.jpg" border="0" alt="" /><br />
<br />
After they add you will see them in the References tab in the Solution Explorer if you expand the tree<br />
<img src="http://image-host.us/images/025showinsolexplorer___itPLUPhvk3.jpg" border="0" alt="" /><br />
<br />
Now they exist in our project. This tells our code that we may or may not reference these files. But if we do, you can look for them in the locations we selected (my Desktop/FuseGL folder). If you move the location of the references, you will need to change the reference location. Now we can use these by typing in full class names. That is not always convenient, so lets add some using statements. These are like shortcuts. So if your file had &quot;<i>a.b.c.d.1.2.e</i>&quot; you would have to say that whole thing every time you wanted to reference it. But sometimes you might just want to say &quot;<i>2.e</i>&quot;. In that case your &quot;using&quot; statement would go down from &quot;a.b.c.d.1&quot;. It is like a little shortcut to save on typing. Some Visual Studio plugins resolve these automatically like ReSharper which is worth the money if you do this all day long like I do. So to begin with you should have at least these using statements already:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;</code><hr />
</div>These are found on the top of your code (they <b><u>must</u></b> go at the top of the file before anything else other than comments, like copyright stuff):<br />
<img src="http://image-host.us/images/026usingstatements___2Yg1qf9PeG.jpg" border="0" alt="" /><br />
<br />
Now lets add these:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">using FB_USB_2011;<br />
using FuseGL.GUI;</code><hr />
</div>You may notice a couple things. First, caps are important. FuseGL is not the same as fusegl. So typing is important. If you mistype something you will see angry lines like these:<br />
<img src="http://image-host.us/images/027angrylines___DQu6FgZm5o.jpg" border="0" alt="" /><br />
<br />
This means you have an error. It will also show up in the error window. But we can't see that because it is not enabled by default. Lets enable it. Go to View, Other Windows, Error List<br />
<img src="http://image-host.us/images/028errorwindow___br2Ana0DL.jpg" border="0" alt="" /><br />
<br />
Now you will see the Error Window below like this:<br />
<img src="http://image-host.us/images/029errorwindow___lPrrJsQGu.jpg" border="0" alt="" /><br />
<br />
Notice how it shows the description of the error, what file it is in, what line it is on, and even the column of the character the error starts with... Pretty impressive for a compiler. If you have never done this before, you may not realize just how glorious this is. In the old days, even a few years ago if you had an error it may compile but then just not work. Now it will tell you many ways. You can get the description by just hovering over the angry lines in the text as well.<br />
<br />
Another thing you may have noticed is that if you typed &quot;FuseGL&quot; properly, as soon as you hit the &quot;dot&quot; (<b><u>.</u></b>), a window popped up. This is intellisense that I was talking about earlier.<br />
<img src="http://image-host.us/images/030intellisense___E75GxGs6wA.jpg" border="0" alt="" /><br />
<br />
This is where the meat and potatoes is. You can learn everything you need by poking around these menus. You cannot type in &quot;FuseGL.Zebra&quot;. Well you could but you would get an angry underline, and a compile error so nothing will work. You know that you can type in &quot;FuseGL.Configurator&quot;, &quot;FuseGL.FusionBrainOnline&quot;, &quot;FuseGL.GUI&quot;, &quot;FuseGL.Input&quot;, &quot;FuseGL.Logic&quot;, or &quot;FuseGL.Update&quot; and that's all. You don't get this from Notepad. So you could type in the same thing and have it work in Notepad, you wont get this great map that narrows it down from anything you can possible type on a keyboard to these 6 options. It makes coding so much easier, safer, and <b>faster!</b><br />
<br />
So something that is periodically good to check (and Visual Studio does it automatically for you too) is to make sure your code still works after you make some changes. You can tell this by performing a &quot;build&quot;. We won't actually use the output that the compiler makes, but if it builds here, it will work in FuseGL unless you have a logical error. But syntactically it will be correct. You know you are missing a semi-colon somewhere (something Visual Studio checks for even) or put a bracket in the wrong spot. So go to Debug, then Build Solution from the top menu bar:<br />
<img src="http://www.image-host.us/images/031buildsolution___foigp9sjVR.jpg" border="0" alt="" /><br />
<br />
If it works, and you are on a fast computer, the only indication that it worked is the tiny little &quot;Build Successful&quot; message in the bottom left corner of the window. If you have a slower PC, you might see it say building with a progress bar, but once it is done this is what will remain. If you made a coding error and something bad happens, the Error List we made display before will show you the lines and descriptions of the errors. Keep in mind that in general you may have an error that masks other errors. So it may show 1 error because you have 1 really bad error. When you fix that, then you have 10 errors. It could not find those 10 errors before because that 1 bad error was preventing it from knowing. So only when you have 0 errors, do you actually have no errors. 1 error means, you have at least 1 error.<br />
<img src="http://image-host.us/images/032buildsuceeded___bbIsu9pVl.jpg" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=155194</guid>
		</item>
		<item>
			<title>My Fusion Brain Project, need some help.</title>
			<link>fb-documentation-and-tutorials/155151-my-fusion-brain-project-need-some-help.html</link>
			<pubDate>Mon, 21 Jan 2013 03:15:51 GMT</pubDate>
			<description>I have a FB v6.  I am going to use it to control my Air in my car.  There are a few things I need help figuring out how to make work. 
 
1) Fan Speed...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have a FB v6.  I am going to use it to control my Air in my car.  There are a few things I need help figuring out how to make work.<br />
<br />
1) Fan Speed - I currently have digital outputs programmed to control relays for fan speed.  My problem is, I need outputs 1-4 to only allow 1 on at a time.  If I touch the Fan Low button, I want it to turn on and display a different button background when on.  If I press it a 2nd time I want it to turn off and have the image go back to the off image.  In addition if Output 1 (fan low) is on, and I press Output 3 (fan high) I would like output 1 to automatically turn off since another output is on...<br />
<br />
2) Temp Control - I am going to program my temp control as up and down buttons, but I need to figure out how to have those buttons link to a text output, so as I turn the temp up, I want numbers 60, 61, 62 etc to go up and down (showing non accurate temp, but to give a rough idea of increase or decrease of temp setting)<br />
<br />
3) Embedding programs - Is there a way to have a completely separate program display in my fusion brain window?  like web browser, or email, etc.  <br />
<br />
Any help and guidance anyone could provide is greatly appreciated!<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>jjohnston</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=155151</guid>
		</item>
		<item>
			<title>Coding Variables for multi buttons 1 on all others off.</title>
			<link>fb-documentation-and-tutorials/155138-coding-variables-for-multi-buttons-1-on-all-others-off.html</link>
			<pubDate>Fri, 18 Jan 2013 17:29:51 GMT</pubDate>
			<description>I have the v6 FB.   
 
I have outputs 1-4 set to control relays.  I only want 1 of them on at a time.  SO...  I would like to figure out how to set...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have the v6 FB.  <br />
<br />
I have outputs 1-4 set to control relays.  I only want 1 of them on at a time.  SO...  I would like to figure out how to set it up to allow for that.  So if output 2 is on, and I press the button on the screen which would turn on output 4, I want it to somehow know output 2 is on, so it will turn that off before turning output 4 on...  if that makes any sense.<br />
<br />
I wasnt sure if in FuseGL I would add them as buttons or variables, and if variables, how do I do that, because all that shows up in FuseGL under variables is &quot;.../&quot;<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>jjohnston</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=155138</guid>
		</item>
		<item>
			<title>FuseGL Manual - Work in Progress</title>
			<link>fb-documentation-and-tutorials/151239-fusegl-manual-work-in-progress.html</link>
			<pubDate>Sat, 09 Jun 2012 15:17:15 GMT</pubDate>
			<description><![CDATA[I got my Fusion Brain v6 from Nick last week. It's been two years since I played with a Brain, and that was a v3 working with MDX, so this new Brain...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I got my Fusion Brain v6 from Nick last week. It's been two years since I played with a Brain, and that was a v3 working with MDX, so this new Brain and its software is a completely new thing for me. I'm not a coder at all, so I need to document everything I do with the Brain to make sure I know what to do later. For that purpose, here's a Basic Guide to getting your Fusion Brain v6 working with FuseGL.<br />
<br />
I'll comment on any bugs I find along the way in <a href="http://www.mp3car.com/fusion-brain/146903-fusion-brain-version-6-beta-testing-32.html#post1475855" target="_blank">another thread here</a>. As I learn new things and FuseGL develops, hopefully this thread will grow in the same way.<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.mp3car.com/vbulletin/images/attach/doc.gif" alt="File Type: doc" />
	<a href="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/66566d1339323328-fusegl-manual-work-in-progress-fusegl-manual-getting-started.doc">FuseGL Manual - Getting Started.doc</a> 
(908.0 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>Grrrmachine</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=151239</guid>
		</item>
		<item>
			<title>Need help to control HVAC system</title>
			<link>fb-documentation-and-tutorials/147003-need-help-to-control-hvac-system.html</link>
			<pubDate>Wed, 09 Mar 2011 01:37:44 GMT</pubDate>
			<description>I am looking to buy a fusion Brain and program it to control my HVAC in my car (old car 1991).  Does anyone have a turtorial that can help, or can...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I am looking to buy a fusion Brain and program it to control my HVAC in my car (old car 1991).  Does anyone have a turtorial that can help, or can anyone point me in the right direction of how to start?  I have never done anything like this before...<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>jjohnston</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=147003</guid>
		</item>
		<item>
			<title>Control fan speed with PWM and dependent on temp</title>
			<link>fb-documentation-and-tutorials/146841-control-fan-speed-with-pwm-and-dependent-on-temp.html</link>
			<pubDate>Mon, 28 Feb 2011 01:43:48 GMT</pubDate>
			<description><![CDATA[I thought I'd start a new topic for this.  
 
2K1 pointed to this as a solution for using PWM to control fan speed but could someone point me in the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I thought I'd start a new topic for this. <br />
<br />
2K1 pointed to this as a solution for using PWM to control fan speed but could someone point me in the right direction to get the fan speed so it changes based on the ambient temperature in my computer case?<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Hardware wise, you can just hook it up directly. Power it off of the pins, and the ground is switched, modulating the speed. <br />
<br />
Programming wise:<br />
<br />
Software PWM:<br />
&lt;iochannel id=&quot;Digital Output 0&quot; port=&quot;15&quot; brain=&quot;my fusion brain 0&quot; type=&quot;digital_output&quot;&gt;<br />
&lt;defaults defaultstate=&quot;off&quot;&gt;&lt;/defaults&gt;<br />
&lt;options mode=&quot;standard&quot;&gt;<br />
&lt;pulse duty_cycle=&quot;50&quot; period=&quot;XX&quot;&gt;&lt;/pulse&gt;<br />
&lt;/options&gt;<br />
&lt;/iochannel&gt;<br />
<br />
Hardware PWM:<br />
&lt;iochannel id=&quot;Digital Output 0&quot; port=&quot;15&quot; brain=&quot;my fusion brain 0&quot; type=&quot;digital_output&quot;&gt;<br />
&lt;defaults defaultstate=&quot;off&quot;&gt;&lt;/defaults&gt;<br />
&lt;options mode=&quot;pwm&quot;&gt;<br />
&lt;pulse duty_cycle=&quot;50&quot; period=&quot;XX&quot;&gt;&lt;/pulse&gt;<br />
&lt;/options&gt;<br />
&lt;/iochannel&gt;
			
		<hr />
	</div>
</div><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>rEegLer</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=146841</guid>
		</item>
		<item>
			<title>need help with mdx/using my FB</title>
			<link>fb-documentation-and-tutorials/142528-need-help-with-mdx-using-my-fb.html</link>
			<pubDate>Wed, 07 Jul 2010 00:39:54 GMT</pubDate>
			<description><![CDATA[I'm new to this i have absolutely no experience with this. My friend introduced me to the fusion brain and we're trying to make it work. using mdx i...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm new to this i have absolutely no experience with this. My friend introduced me to the fusion brain and we're trying to make it work. using mdx i cant even figure out how to make a button. i've been lurking the site for hours reading and reading. can someone help me make a button using mdx just to turn on a relay using my FB. thank you my email is <a href="mailto:kylekonvick@gmail.com">kylekonvick@gmail.com</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>kylekonvick</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=142528</guid>
		</item>
		<item>
			<title>How to use the MOSFET Power Board</title>
			<link>fb-documentation-and-tutorials/141642-how-to-use-the-mosfet-power-board.html</link>
			<pubDate>Wed, 19 May 2010 07:58:10 GMT</pubDate>
			<description>Image: http://www.fusioncontrolcentre.com/FusionStore//catalog/images/pwm/pwm_003.jpg  
 
Pins 1 and 2 are connected together, and need to be...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/pwm/pwm_003.jpg" border="0" alt="" /><br />
<br />
Pins 1 and 2 are connected together, and need to be supplied with the same voltage as what you are switching. Pin #4 controls the MOSFET on the left when grounded, and pin #3 controls the MOSFET on the right when grounded.<br />
 <br />
The Fusion Brain works with switched grounds. So when you connect the FB to the MOSFET board, connect the + side to the &quot;bottom&quot; pin and the - side to the &quot;top&quot; pin. The drains of the MOSFET are on the outside bottom 4 pins, and the sources are the middle two. <br />
 <br />
For best operation, the sources should be tied to ground, (it needs to be the same ground as the Fusion Brain). Then your load gets power normally, and the ground of your load is connected to the drain pin on the MOSFET. So when the Fusion Brain turns on an output, the pin is grounded, and the MOSFET allows current to flow through the power source, to the load, to the MOSFET, and to ground completing the circuit and turning on the load.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=141642</guid>
		</item>
		<item>
			<title>Looking for some sample configs light sensor</title>
			<link>fb-documentation-and-tutorials/140450-looking-for-some-sample-configs-light-sensor.html</link>
			<pubDate>Wed, 31 Mar 2010 01:04:17 GMT</pubDate>
			<description><![CDATA[I'm Looking for some sample config files to do some very basic functions. 
1. make a photo sensor trigger a relay when reaching a certain light level...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm Looking for some sample config files to do some very basic functions.<br />
1. make a photo sensor trigger a relay when reaching a certain light level ( for automatic headlights)<br />
2. use various voltage inputs trigger different relay outputs ie  1.5v triggers relay 1, 2.5v trigger relay 2, 3.5 relay 3<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>mrxb06</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=140450</guid>
		</item>
		<item>
			<title>uninstall the software</title>
			<link>fb-documentation-and-tutorials/138725-uninstall-the-software.html</link>
			<pubDate>Mon, 18 Jan 2010 03:17:50 GMT</pubDate>
			<description>I like the products and the software, BUT 
I find it a bit eager of the developers that this software includes an automatic updater. How do I turn...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I like the products and the software, BUT<br />
I find it a bit eager of the developers that this software includes an automatic updater. How do I turn off this &quot;feature&quot;<br />
It is just a tad disturbing that when I tried uninstalling the software, the &quot;updater&quot; is <u>still </u>running. Can I trust this software not to be involved in spyware/malware?  I like updates to be an option.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>partgypsy</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=138725</guid>
		</item>
		<item>
			<title><![CDATA[can't run configurator]]></title>
			<link>fb-documentation-and-tutorials/130620-cant-run-configurator.html</link>
			<pubDate>Thu, 19 Mar 2009 03:57:24 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
trying to test out the software before my purchase.  I'm currently running windows vista (blah) and logged in as the administrator.   
...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hey guys,<br />
<br />
trying to test out the software before my purchase.  I'm currently running windows vista (blah) and logged in as the administrator.  <br />
<br />
after a fresh install and reboot i try to run configurator and i get the following error:<br />
&quot;MDX Configurator does not have the neccessary permissions to write the registery.  Please close the program and run as an administrator&quot;<br />
<br />
i hit ok and get:<br />
&quot;FCC Uber MDX Configurator has stopped working&quot;  <br />
and it asks if i want to check online for a solution or close the program<br />
and here are the details:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">escription:<br />
&nbsp; Stopped working<br />
<br />
Problem signature:<br />
&nbsp; Problem Event Name:&nbsp; &nbsp; &nbsp; &nbsp; CLR20r3<br />
&nbsp; Problem Signature 01:&nbsp; &nbsp; &nbsp; &nbsp; fcc uber mdx configurator.exe<br />
&nbsp; Problem Signature 02:&nbsp; &nbsp; &nbsp; &nbsp; 1.0.0.247<br />
&nbsp; Problem Signature 03:&nbsp; &nbsp; &nbsp; &nbsp; 49aa2039<br />
&nbsp; Problem Signature 04:&nbsp; &nbsp; &nbsp; &nbsp; mscorlib<br />
&nbsp; Problem Signature 05:&nbsp; &nbsp; &nbsp; &nbsp; 2.0.0.0<br />
&nbsp; Problem Signature 06:&nbsp; &nbsp; &nbsp; &nbsp; 471ebc5b<br />
&nbsp; Problem Signature 07:&nbsp; &nbsp; &nbsp; &nbsp; 3404<br />
&nbsp; Problem Signature 08:&nbsp; &nbsp; &nbsp; &nbsp; 15a<br />
&nbsp; Problem Signature 09:&nbsp; &nbsp; &nbsp; &nbsp; System.UnauthorizedAccess<br />
&nbsp; OS Version:&nbsp; &nbsp; &nbsp; &nbsp; 6.0.6000.2.0.0.256.6<br />
&nbsp; Locale ID:&nbsp; &nbsp; &nbsp; &nbsp; 1033</code><hr />
</div>i'm stumped, any help?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>scott_fx</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=130620</guid>
		</item>
		<item>
			<title>Rotate Images, Logic Builder, Counters</title>
			<link>fb-documentation-and-tutorials/128249-rotate-images-logic-builder-counters.html</link>
			<pubDate>Wed, 07 Jan 2009 08:13:40 GMT</pubDate>
			<description><![CDATA[Hey Nick, I just got the Fusion Brain a few days ago. This thing kicks ***, great job, it's smaller than I imagined and is just really well designed....]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hey Nick, I just got the Fusion Brain a few days ago. This thing kicks ***, great job, it's smaller than I imagined and is just really well designed. The software must have taken a really long time to develop because it's VERY thorough and VERY well thought out (The board too! Awesome work Tim). Bravo to you both. My dad is a Ph.D. in electrical engineering with over 120 patents and even he is drooling over the fusion brain. I showed him the graph (Voltage/Time) and the multi-image and he was wondering if it's possible to have a graph that is Voltage/Voltage for 2 separate inputs (potentiometers)... kinda like an etch-a-sketch. He says if I can figure that out he has a lot of applications for it or something. Anyway<br />
<br />
Right now I'm playing with multi-images and just all the different ways to display my data, however I cannot get rotate images to work. I drew an arrow in photoshop that I intended to rotate, per your post at this thread: <a href="!m99716!http://www.mp3car.com/vbulletin/fusion-brain/99716-new-usb-input-output-board-fusion-brain-66.html" target="_blank">http://www.mp3car.com/vbulletin/fusi...-brain-66.html</a><br />
<br />
But I don't know where to add the code (where is this &quot;Skin file&quot; ?) Even still, I think the configurator should be able to let me add in the rotate image through the software. Is it broken right now or something? When will it work again because I'm going to be using this for some gauges. <br />
<br />
Thanks!<br />
<br />
Also, there are 13 analogue inputs on my fusion brain, how come in the software I can only choose from ports 0-9? What about the other 3 ports available?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>keyvan</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=128249</guid>
		</item>
		<item>
			<title>How to Add a Temperature Sensor and Convert to Fahrenheit</title>
			<link>fb-documentation-and-tutorials/127870-how-to-add-a-temperature-sensor-and-convert-to-fahrenheit.html</link>
			<pubDate>Tue, 23 Dec 2008 22:31:59 GMT</pubDate>
			<description>http://www.fusioncontrolcentre.com/tutorials/Temperature_Fahrenheit_Tutorial/Temperature_Fahrenheit_Tutorial_skin.swf 
 
That is the direct link to...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><a href="http://www.fusioncontrolcentre.com/tutorials/Temperature_Fahrenheit_Tutorial/Temperature_Fahrenheit_Tutorial_skin.swf" target="_blank">http://www.fusioncontrolcentre.com/t...orial_skin.swf</a><br />
<br />
That is the direct link to the tutorial swf file.<br />
<br />
Flash Player 7 or higher is needed<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=127870</guid>
		</item>
		<item>
			<title>Fusion Brain Version 4 Manual</title>
			<link>fb-documentation-and-tutorials/127777-fusion-brain-version-4-manual.html</link>
			<pubDate>Fri, 19 Dec 2008 20:11:20 GMT</pubDate>
			<description>http://www.mp3car.com/products/FB_4_Manual.pdf</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><a href="http://www.mp3car.com/products/FB_4_Manual.pdf" target="_blank">http://www.mp3car.com/products/FB_4_Manual.pdf</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=127777</guid>
		</item>
		<item>
			<title>07 Scion tC Steering Wheel Control Guide</title>
			<link>fb-documentation-and-tutorials/127357-07-scion-tc-steering-wheel-control-guide.html</link>
			<pubDate>Fri, 05 Dec 2008 20:17:51 GMT</pubDate>
			<description><![CDATA[I wasn't sure where to put this, but I was thinking that once people have successfully completed an install that is vehicle specific, maybe it will...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I wasn't sure where to put this, but I was thinking that once people have successfully completed an install that is vehicle specific, maybe it will be of use to have a section for it.<br />
<br />
Anyway, on with the show.<br />
<br />
<font size="6">Steering Wheel Controls for (07) Scion tC</font><br />
==================================================<br />
<b><font size="3">NOTE: Different years may have different color wires, but the locations and values should be the same. YMMV</font></b><br />
<br />
<b><font size="4">Finding the wires</font></b><br />
First, we need to find the white plug containing the SWC wires.  You can safely eliminate the possibility of it being the power plug or the speaker plug.  This should only leave one (or two if you have the iPod controls).<br />
<br />
This is the plug. The Orange, Green, and Pink wires are what we need. Notice the three wires are basically separate from the rest.<br />
<a href="http://www.mp3car.com/vbulletin/vbimghost.php?do=displayimg&amp;imgid=8158" target="_blank"><img src="http://www.mp3car.com/vbulletin/imagehosting/thum_2957549397e019cdb3.jpg" border="0" alt="" /></a><br />
<br />
You'll be needing to splice in those wires.  At this point you have the option of either cutting them or merely tapping into them so that you may use the stock radio later on. I chose to leave the plug functional, so I stripped a bit of the wire away and soldered some wires to give me slack.<br />
<br />
<font size="4">Finding the resistance</font><br />
For this you may follow Solution D, but keep in mind that we have three, count em 3 wires.  This means that the VOL+, VOL+, SEEK+, and SEEK- are on one wire (pink) and MODE is another (green), with orange being common (ground).<br />
<br />
Again, the colors may be different for each years.  <a href="http://www.scionlife.com/forums/viewtopic.php?t=138455&amp;sid=ae948a8be28807d60b7469e8a2ee5799" target="_blank">Here is a link to some wiring diagrams </a>[scionlife.com]<br />
<br />
In my case, just over 100kOhm was the highest I recorded for either. This makes purchasing simple, as one pack of resistors should work.  That being said, I happen to have some other values lying around and tried them out.<br />
<br />
My final configuration that has given me the best separation of voltages is this:<br />
Pink (VOL+, etc) gets 5k and green (MODE) gets 100k. Why this works I honestly don't know. :lol:<br />
<br />
5k:<br />
<a href="http://www.mp3car.com/vbulletin/vbimghost.php?do=displayimg&amp;imgid=8159" target="_blank"><img src="http://www.mp3car.com/vbulletin/imagehosting/thum_29575493987d377ee0.jpg" border="0" alt="" /></a><br />
<br />
100k:<br />
<a href="http://www.mp3car.com/vbulletin/vbimghost.php?do=displayimg&amp;imgid=8160" target="_blank"><img src="http://www.mp3car.com/vbulletin/imagehosting/thum_29575493987ebf1a4b.jpg" border="0" alt="" /></a><br />
<br />
3 Pin wires w/resistors all pretty:<br />
<a href="http://www.mp3car.com/vbulletin/vbimghost.php?do=displayimg&amp;imgid=8161" target="_blank"><img src="http://www.mp3car.com/vbulletin/imagehosting/thum_2957549398810317b5.jpg" border="0" alt="" /></a><br />
<br />
The 5k resistor gets soldered in between your +5VDC from the FB output and the FB input. (Red and black wires to make it easy) Solder the Pink wire to the input side as well. Same for the 100k, but use the Green wire. The copper braided wires get grounded to wherever your PC or FB are grounded.<br />
<br />
<b><font size="4">And now the software side of things</font></b><br />
I now get these values in MDX:<br />
<br />
On SWC1 (Steering Wheel Control Analog port 0)<br />
<ul><li style="">No press: ~4.89v</li><li style="">VOL+       0.91</li><li style="">VOL-       2.04</li><li style="">SEEK+     0.00</li><li style="">SEEK-      0.39</li></ul><br />
<br />
On SWC2 (Steering Wheel Control Analog port 1)<br />
<ul><li style="">No press: ~2.50</li><li style="">MODE      0.00</li></ul><br />
<br />
COM objects work now for RR. Make sure you have the latest FCC and Configurator.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;<br />
&lt;FusionControlCentreConfiguration version=&quot;3.0&quot; author=&quot;Ninja Kitty Wizard of Doom&quot; date_created=&quot;Thursday, December 04, 2008 at 10:24:13 PM&quot; last_modified=&quot;Friday, December 05, 2008 at 2:33:57 PM&quot;&gt;<br />
<br />
&nbsp; &lt;require&gt;<br />
&nbsp; &lt;!-- Begin Function Instances --&gt;<br />
&nbsp; &lt;!-- End Function Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Fusion Font Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;font name=&quot;Verdana&quot; originalSize=&quot;25&quot; font_config=&quot;content\fonts\Verdana.xml&quot;&gt;&lt;/font&gt;<br />
&nbsp; &lt;!-- End Fusion Font Instances --&gt;<br />
&nbsp; &lt;/require&gt;<br />
<br />
&nbsp; &lt;speech enabled=&quot;false&quot; global_politeness=&quot;true&quot;&gt;<br />
&nbsp; &lt;!-- Begin System Speech Instances --&gt;<br />
&nbsp; &lt;!-- End System Speech Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin System Speech Definition Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;system_definitions&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/system_definitions&gt;<br />
&nbsp; &lt;!-- End System Speech Definition Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Custom Speech Definition Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;custom_definitions&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/custom_definitions&gt;<br />
&nbsp; &lt;!-- End Custom Speech Definition Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Custom Query Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;custom_queries&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/custom_queries&gt;<br />
&nbsp; &lt;!-- End Custom Query Instances --&gt;<br />
&nbsp; &lt;/speech&gt;<br />
<br />
&nbsp; &lt;general&gt;<br />
&lt;!-- Begin Debug Instances --&gt;<br />
&nbsp; &nbsp; &lt;debug status=&quot;off&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;window type=&quot;variables&quot;&gt;&lt;/window&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;window type=&quot;ifthen&quot;&gt;&lt;/window&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;virtual_brain id=&quot;my fusion brain 0&quot;&gt;&lt;/virtual_brain&gt;<br />
&nbsp; &nbsp; &lt;/debug&gt;<br />
&nbsp; &lt;!-- End Debug Instances --&gt;<br />
<br />
&lt;com status=&quot;enabled&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;executable_commands&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;external_COM_id id=&quot;RoadRunner.SDK&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;command internal_id=&quot;RoadRunnerCommand_PLAY&quot; external_command=&quot;Execute&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter order=&quot;0&quot; external_command_parameter=&quot;PLAY&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/command&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;command internal_id=&quot;RoadRunnerCommand_NEXT&quot; external_command=&quot;Execute&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter order=&quot;0&quot; external_command_parameter=&quot;NEXT&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/command&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;command internal_id=&quot;RoadRunnerCommand_PREV&quot; external_command=&quot;Execute&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter order=&quot;0&quot; external_command_parameter=&quot;PREV&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/command&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;command internal_id=&quot;RoadRunnerCommand_VOL+&quot; external_command=&quot;Execute&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter order=&quot;0&quot; external_command_parameter=&quot;VOL+&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/command&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;command internal_id=&quot;RoadRunnerCommand_VOL-&quot; external_command=&quot;Execute&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter order=&quot;0&quot; external_command_parameter=&quot;VOL-&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/command&gt;<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/external_COM_id&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/executable_commands&gt;<br />
&nbsp; &lt;/com&gt;<br />
&nbsp; &lt;!-- Begin Remote Control Configuration --&gt;<br />
&nbsp; &nbsp; &lt;remote status=&quot;disabled&quot; user_name=&quot;default&quot; port=&quot;4242&quot;&gt;&lt;/remote&gt;<br />
&nbsp; &lt;!-- End Remote Control Configuration --&gt;<br />
&nbsp; &lt;/general&gt;<br />
<br />
&nbsp; &lt;graphics&gt;<br />
&nbsp; &lt;!-- Begin Global Graphic Settings --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;main_display designed_for_size=&quot;800,600&quot; show_at_size=&quot;800,600&quot; menubar=&quot;sizeable&quot; RunInSystemTray=&quot;True&quot; MinimizeToSystemTray=&quot;True&quot;&gt;&lt;/main_display&gt;<br />
&nbsp; &lt;!-- End Global Graphic Settings --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Background Images --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;background_image style=&quot;stretch&quot; imagefilepath=&quot;content\images\background_images\background.jpg&quot; page=&quot;0&quot;&gt;&lt;/background_image&gt;<br />
&nbsp; &lt;!-- End Background Images --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Static Images --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;staticimage&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;image path=&quot;content\images\static_images\button_larger.png&quot;&gt;&lt;/image&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;display size=&quot;355,70&quot; location=&quot;37,119&quot; page=&quot;0&quot; z_order=&quot;0.9&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/staticimage&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;staticimage&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;image path=&quot;content\images\static_images\button_larger.png&quot;&gt;&lt;/image&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;display size=&quot;355,70&quot; location=&quot;412,119&quot; page=&quot;0&quot; z_order=&quot;0.9&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/staticimage&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;staticimage&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;image path=&quot;content\images\static_images\logo.png&quot;&gt;&lt;/image&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;display size=&quot;556,27&quot; location=&quot;123,44&quot; page=&quot;0&quot; z_order=&quot;0.9&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/staticimage&gt;<br />
&nbsp; &lt;!-- End Static Images --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Variable Location Images --&gt;<br />
&nbsp; &lt;!-- End Variable Location Images --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Graph Instances --&gt;<br />
&nbsp; &lt;!-- End Graph Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Display Buttons --&gt;<br />
&nbsp; &lt;!-- End Display Buttons --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Multi Images --&gt;<br />
&nbsp; &lt;!-- End Multi Images --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Text Labels --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;text_label id=&quot;Text_Label_SWC1&quot; text=&quot;SWC1: &quot; auto_monitor=&quot;variable&quot; auto_monitorTarget=&quot;variable_swc1&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;font font_id=&quot;verdana&quot; font_size=&quot;25&quot; colour=&quot;255,255,255,255&quot;&gt;&lt;/font&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;display location=&quot;37,119&quot; page=&quot;0&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;config decimals=&quot;2&quot; max_size=&quot;355,70&quot;&gt;&lt;/config&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/text_label&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;text_label id=&quot;Text_Label_SWC2&quot; text=&quot;SWC2: &quot; auto_monitor=&quot;variable&quot; auto_monitorTarget=&quot;variable_swc2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;font font_id=&quot;verdana&quot; font_size=&quot;25&quot; colour=&quot;255,255,255,255&quot;&gt;&lt;/font&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;display location=&quot;412,119&quot; page=&quot;0&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;config decimals=&quot;2&quot; max_size=&quot;355,70&quot;&gt;&lt;/config&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/text_label&gt;<br />
&nbsp; &lt;!-- End Text Labels --&gt;<br />
&nbsp; &lt;/graphics&gt;<br />
<br />
&nbsp; &lt;io&gt;<br />
&nbsp; &lt;!-- Begin Fusion Brain Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;brain id=&quot;My Fusion Brain 0&quot;&gt;brain id 0&lt;/brain&gt;<br />
&nbsp; &lt;!-- End Fusion Brain Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Timer Setup --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;timer id=&quot;input&quot; interval=&quot;30&quot;&gt;&lt;/timer&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;timer id=&quot;output&quot; interval=&quot;30&quot;&gt;&lt;/timer&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;timer id=&quot;gui&quot; interval=&quot;30&quot;&gt;&lt;/timer&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;timer id=&quot;logic&quot; interval=&quot;30&quot;&gt;&lt;/timer&gt;<br />
&nbsp; &lt;!-- End Timer Setup --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Digital Output Instances --&gt;<br />
&nbsp; &lt;!-- End Digital Output Instances --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Analogue Input Instances --&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;iochannel id=&quot;SWC1&quot; port=&quot;0&quot; brain=&quot;my fusion brain 0&quot; type=&quot;analogue_input&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;options history=&quot;5&quot; auto_average=&quot;true&quot;&gt;&lt;/options&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/iochannel&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;iochannel id=&quot;SWC2&quot; port=&quot;1&quot; brain=&quot;my fusion brain 0&quot; type=&quot;analogue_input&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;options history=&quot;5&quot; auto_average=&quot;true&quot;&gt;&lt;/options&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/iochannel&gt;<br />
&nbsp; &lt;!-- End Analogue Input Instances --&gt;<br />
&nbsp; &lt;/io&gt;<br />
<br />
&nbsp; &lt;logic&gt;<br />
&nbsp; &lt;!-- Begin Logging Setup --&gt;<br />
&nbsp; &nbsp; &lt;all_logging&gt;<br />
&nbsp; &nbsp; &lt;/all_logging&gt;<br />
&nbsp; &lt;!-- End Logging Setup --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Variable Declarations --&gt;<br />
&nbsp; &nbsp; &lt;all_variables&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;variable name=&quot;variable_swc1&quot;&gt;0&lt;/variable&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;variable name=&quot;variable_swc2&quot;&gt;0&lt;/variable&gt;<br />
&nbsp; &nbsp; &lt;/all_variables&gt;<br />
&nbsp; &lt;!-- End Variable Declarations --&gt;<br />
<br />
&nbsp; &lt;!-- Begin Logic Declarations --&gt;<br />
&nbsp; &nbsp; &lt;all_statements&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;100&quot; id=&quot;Logic for SWC1&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;variable do=&quot;set&quot; name=&quot;Variable_SWC1&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC1&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/variable&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;100&quot; id=&quot;Logic for SWC2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;variable do=&quot;set&quot; name=&quot;Variable_SWC2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC2&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/variable&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;100&quot; id=&quot;SW Vol UP Logic&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;boolean_operation type=&quot;between ii&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.83&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC1&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.90&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/boolean_operation&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;then&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;do function=&quot;external command&quot; functionTargetID=&quot;RoadRunnerCommand_VOL+&quot; vote_opinion=&quot;VOL+&quot; vote_priority=&quot;Medium&quot;&gt;&lt;/do&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/then&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;100&quot; id=&quot;SW Vol DOWN Logic&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;boolean_operation type=&quot;between ii&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;2.0&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC1&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;2.09&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/boolean_operation&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;then&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;do function=&quot;external command&quot; functionTargetID=&quot;RoadRunnerCommand_VOL-&quot; vote_opinion=&quot;VOL-&quot; vote_priority=&quot;Medium&quot;&gt;&lt;/do&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/then&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;500&quot; id=&quot;SW Track Next Logic&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;boolean_operation type=&quot;between ii&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.01&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC1&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.37&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/boolean_operation&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;then&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;do function=&quot;external command&quot; functionTargetID=&quot;RoadRunnerCommand_NEXT&quot; vote_opinion=&quot;NEXT&quot; vote_priority=&quot;Medium&quot;&gt;&lt;/do&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/then&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;500&quot; id=&quot;SW Track Prev Logic&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;boolean_operation type=&quot;between ii&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.38&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC1&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.40&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/boolean_operation&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;then&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;do function=&quot;external command&quot; functionTargetID=&quot;RoadRunnerCommand_PREV&quot; vote_opinion=&quot;PREV&quot; vote_priority=&quot;Medium&quot;&gt;&lt;/do&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/then&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;if fire_on=&quot;logic&quot; minimum_delta_vote_time=&quot;1000&quot; id=&quot;SW MODE PLAY PAUSE #&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;boolean_operation type=&quot;between ii&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;0.01&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;analogue id=&quot;SWC2&quot; time=&quot;0&quot;&gt;&lt;/analogue&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;number&gt;2.25&lt;/number&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/parameter3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/boolean_operation&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;then&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;do function=&quot;external command&quot; functionTargetID=&quot;RoadRunnerCommand_Play&quot; vote_opinion=&quot;PLAY&quot; vote_priority=&quot;Medium&quot;&gt;&lt;/do&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/then&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/if&gt;<br />
&nbsp; &nbsp; &lt;/all_statements&gt;<br />
&nbsp; &lt;!-- End Logic Declarations --&gt;<br />
&nbsp; &lt;/logic&gt;<br />
&lt;/FusionControlCentreConfiguration&gt;</code><hr />
</div><br />
<font size="4">EDIT: Code updated.</font> Also as a reminder, your values for voltages may be different.  You may also modify the auto average, delta vote times, etc to your liking. This is currently working for me, though I need to tweak a few more things on the NEXT track.  Good luck, and please feel free to ask questions.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>stealinfool</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=127357</guid>
		</item>
		<item>
			<title>Installing Device Drivers Version 3</title>
			<link>fb-documentation-and-tutorials/126703-installing-device-drivers-version-3-a.html</link>
			<pubDate>Wed, 12 Nov 2008 22:22:00 GMT</pubDate>
			<description>www.fusioncontrolcentre.com/tutorials/InstallingDriversVersion3/Install%20Version%203%20Drivers%20Demonstration.htm</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><a href="http://www.fusioncontrolcentre.com/tutorials/InstallingDriversVersion3/Install%20Version%203%20Drivers%20Demonstration.htm" target="_blank">http://www.fusioncontrolcentre.com/t...onstration.htm</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=126703</guid>
		</item>
		<item>
			<title>Turn on a Light Bulb using Road Runner Fusion Brain and Road Runner Fusion Document</title>
			<link>fb-documentation-and-tutorials/124984-turn-on-a-light-bulb-using-road-runner-fusion-brain-and-road-runner-fusion-document.html</link>
			<pubDate>Tue, 16 Sep 2008 03:46:07 GMT</pubDate>
			<description>I have been working on turning on a light bulb using RR, FB and RRF as many know.  
 
I wanted to give back to all that helped me out. I have created...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have been working on turning on a light bulb using RR, FB and RRF as many know. <br />
<br />
I wanted to give back to all that helped me out. I have created a document to help others like me out. I will be more than happy to update any part that you all feel is incorrect but I did go through it twice and I used it to set up mine.<br />
<br />
Hope someone finds it use full. <br />
<br />
Do you want to use RR, FB and RRF to turn on a light bulb? <br />
<br />
Open the attached pdf and get started..<br />
<br />
Thanks to all<br />
Troy<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.mp3car.com/vbulletin/images/attach/pdf.gif" alt="File Type: pdf" />
	<a href="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/51639d1221536454-turn-on-a-light-bulb-using-road-runner-fusion-brain-and-road-runner-fusion-document-integrating-_a_fusion_brain.pdf">Integrating _a_Fusion_Brain.pdf</a> 
(383.9 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>Batmaninls</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=124984</guid>
		</item>
		<item>
			<title>Suggested reading to better understand graphical interface</title>
			<link>fb-documentation-and-tutorials/124799-suggested-reading-to-better-understand-graphical-interface.html</link>
			<pubDate>Thu, 11 Sep 2008 00:41:03 GMT</pubDate>
			<description><![CDATA[I’ve been planning to use the FB for home automation. I have figured out the logic end of things I want to do &amp; how they relate to inputs and...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I’ve been planning to use the FB for home automation. I have figured out the logic end of things I want to do &amp; how they relate to inputs and outputs, but now it is time to put it all in action. I am having a hard time understanding some of the terms. If I could get better knowledge of what the terms mean &amp; their relations I might be able to get to the next step easier. Any books you could suggest that will give me a ground up on what is being done here with the fusion Brain. I’ve ordered another brain to make 2 to my collection &amp; the input output ideas are growing, but I’m stuck on the graphical interface organizing the logic due to my lack of experience with Digital logic that is probably second nature to yourselves. I just need a good book to cover the elementary objects to get a good grasp on things<br />
Thanx in advance. Keep up all the good work<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>Dagwood</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=124799</guid>
		</item>
		<item>
			<title>What am I Doing Wrong?</title>
			<link>fb-documentation-and-tutorials/124660-what-am-i-doing-wrong.html</link>
			<pubDate>Sat, 06 Sep 2008 22:34:18 GMT</pubDate>
			<description><![CDATA[Oh help me..... lol I have to be close....  
 
I'm posting the images to show what I'm doing... I can get the FB to turn on... and I get the LED...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Oh help me..... lol I have to be close.... <br />
<br />
I'm posting the images to show what I'm doing... I can get the FB to turn on... and I get the LED light to turn on but it will not close the relay.... or open it... but I think it starts open first.... (sorry I'm sure a relay's starting postion) <br />
<br />
Any way I have to be close... I'm just not getting something or not doing something correct... Please advise...<br />
<br />
Thanks <br />
Troy... <br />
<br />
Also I want to thank h3rk for all his help today... We got to be close man... <br />
<br />
I took off the other two wires to the light bulb...and the power...<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
				<div style="padding:10px">
				<img class="attach" src="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/51495d1220740445-what-am-i-doing-wrong-fb_off.jpg" alt="" />&nbsp;<img class="attach" src="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/51496d1220740445-what-am-i-doing-wrong-fb_on.jpg" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>Batmaninls</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=124660</guid>
		</item>
		<item>
			<title>MDX - Temperature Sensor Walkthrough</title>
			<link>fb-documentation-and-tutorials/124608-mdx-temperature-sensor-walkthrough.html</link>
			<pubDate>Thu, 04 Sep 2008 17:13:16 GMT</pubDate>
			<description><![CDATA[Ok there are 2 ways. First way use the wizard and be done with it. Or do it manually in the configurator. If you do one, then you don't need the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Ok there are 2 ways. First way use the wizard and be done with it. Or do it manually in the configurator. If you do one, then you don't need the other.<br />
<br />
As for the markings on the board, those are pin header numbers. Nothing to do with the analogue inputs themselves. They follow what is in the manual and what is shown on the virtual brain:<br />
<br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/VirtualBrain.jpg" border="0" alt="" /><br />
<br />
<br />
===============================================<br />
<b><br />
Now to make a config with a temp sensor the easy way using the wizard:<br />
<br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja01.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja02.jpg" border="0" alt="" /><br />
<br />
You have to actually select your Fusion Brain from the connected ones or do it manually, but it would be easier for you by clicking the blue button. Also if you want a debugging screen, check the virtual button.<br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja03.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja04.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja05.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja06.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja07.jpg" border="0" alt="" /><br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja08.jpg" border="0" alt="" /><br />
<br />
Save in MDX's root directory, and overwrite the one there (or rename the old one and use this new one).<br />
<img src="http://www.fusioncontrolcentre.com/TemporaryNick/jan/ninja09.jpg" border="0" alt="" /><br />
<br />
<br />
That is it. The images, the text labels and the functions are all done for you.</b><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=124608</guid>
		</item>
		<item>
			<title>FAQ - Digital Inputs</title>
			<link>fb-documentation-and-tutorials/124362-faq-digital-inputs.html</link>
			<pubDate>Tue, 26 Aug 2008 16:08:15 GMT</pubDate>
			<description>Many people have asked about using our digital inputs. The header is as follows: 
 
 
input---5vDC - edge of board 
input---5vDC - edge of board...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Many people have asked about using our digital inputs. The header is as follows:<br />
<br />
<br />
input---5vDC - edge of board<br />
input---5vDC - edge of board<br />
input---5vDC - edge of board<br />
input---5vDC - edge of board<br />
<br />
in order for the input to work correctly, a ~1,000 (1k) ohm resistor needs to be attached between the input pin and ground point on the board. You can use the ground on the analog pin headers. This will hold the pin low until it is raised high by a switch attached across the input pin and the 5vDC pin.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=124362</guid>
		</item>
		<item>
			<title>International Setting Issues</title>
			<link>fb-documentation-and-tutorials/123925-international-setting-issues.html</link>
			<pubDate>Thu, 14 Aug 2008 13:17:05 GMT</pubDate>
			<description>Ive had some email contact with Nick and he found out what the problem was. 
 
It had nothing to do with the way i configured my...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Ive had some email contact with Nick and he found out what the problem was.<br />
<br />
It had nothing to do with the way i configured my FusionConfiguration.xml.<br />
<br />
The problem was that my regional settings where set on dutch. And here in the Netherlands we use a <font size="5">,</font> instead of a <font size="5">.</font> for a decimal symbol.<br />
<br />
Ive changed this in the regional settings and now everything is working fine.<br />
<br />
For those who have the same problem bellow is a screenshot of what you need to change in your regional settings:<br />
<br />
<img src="http://yellow.o8s.net/files/mp3car.com/decimal-symbol.jpg" border="0" alt="" /><br />
<br />
Thanks Fusion Control Centre :whoo:<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>yellow99</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=123925</guid>
		</item>
		<item>
			<title>Wizards or Walkthroughs?</title>
			<link>fb-documentation-and-tutorials/123386-wizards-or-walkthroughs.html</link>
			<pubDate>Tue, 29 Jul 2008 21:10:45 GMT</pubDate>
			<description>Just downloaded the UberMDX package and it blew me away! Big chunky buttons, clear screen layout, easy button labels.... simple, I thought. 
 
Only...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Just downloaded the UberMDX package and it blew me away! Big chunky buttons, clear screen layout, easy button labels.... simple, I thought.<br />
<br />
Only once I start clicking buttons, I seem way over my head in a matter of seconds. Of course, its not easy when the Help buttons don't work (is that just my install?) but really, if you're not a programmer it's not easy to get a feel for the software. Im sure it's intuitive (the layout is great) for those who know what they want to do, but if you have no idea what Boolean Logic is to start with, then not knowing whether you need a NAND or a NOR gate on the page is useless, funky drag-and-drop interface or not. What IS a function? How do I use it? What will the results be? What's a Monitor Type Error? <br />
<br />
What this means is that adding functions have left me out of my depth. I have no Fusion Brain to start with, so I know Im limited in what I can make the software do, but maybe something like a demo session, or walkthrough to dumb it down for us regular guys would help.<br />
<br />
Or am I being even more stupid, and there is one already that I haven't seen?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>Grrrmachine</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=123386</guid>
		</item>
		<item>
			<title>How to add a Digital Output instance to your configuration file</title>
			<link>fb-documentation-and-tutorials/121257-how-to-add-a-digital-output-instance-to-your-configuration-file.html</link>
			<pubDate>Sat, 07 Jun 2008 16:20:00 GMT</pubDate>
			<description>*Tutorial found here in html form: http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_004.php* 
 
Copy Pasted below as of June...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Tutorial found here in html form: <a href="http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_004.php" target="_blank">http://www.fusioncontrolcentre.com/F...config_004.php</a></b><br />
<br />
Copy Pasted below as of June 7th, 2008. For the most up to date version use the html website.<br />
<br />
==================================================  ========================<br />
<br />
<br />
<br />
<br />
<br />
 	A Digital Output instance is what allows the Fusion Brain to turn on and off outputs. This requires that you have already added a Fusion Brain instance to your configuration file.<br />
	<br />
	<br />
  	<br />
  	Click the &quot;Add Digital Output Instance&quot; icon on the top toolbar. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/001_AddDigitalOutputIcon.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
After clicking the &quot;Add Digital Output Instance&quot; icon, a window will popup similar to the one shown to the right.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/002_DOPopup.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
The &quot;Name&quot; field is where you type a unique name to refer to this Digital Output instance. This must be unique and case does not matter. This is the name that MDX uses to refer to the specified output port on the specified Fusion Brain instance.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/003_name.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
The second field &quot;Connected To&quot; is where you assign this Digital Output instance to a Fusion Brain instance. As you can see, it automatically populates the dropdown box with the names of the Fusion Brain isntances in the current configuration file.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/004_connectedto.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
The third field &quot;Port&quot; is the zero-indexed number of the channel to control. Each pin on the physical Fusion Brain has a specified port number. This port number is what you put in this field. When this Digital Output instance is turned on, the output on the specified Fusion Brain at the specified port and consequently specified pin will turn on as well, and when turned off the port/pin will also be turned off.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/005_port.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
The last field of &quot;Default State&quot; sets whether or not this specified Digital Output is on or off when the program starts. Some instances such as remote amplifier turn on signal should be set to on with the default.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/006_default.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	You can view, edit, and delete all Digital Output instances by double clicking the Digital Output Instances icon in the icon list manager. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/007_dolist.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
As you can see, the Digital Output isntance we just added is now in the icon list manager confirming it was added successfully.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Digital%20Output%20Instance/008_nowyousee.jpg" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=121257</guid>
		</item>
		<item>
			<title>How to add a Fusion Brain instance to your configuration file</title>
			<link>fb-documentation-and-tutorials/121251-how-to-add-a-fusion-brain-instance-to-your-configuration-file.html</link>
			<pubDate>Sat, 07 Jun 2008 13:42:52 GMT</pubDate>
			<description>*Tutorial found here in html form: http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_003.php* 
 
Copy Pasted below as of June...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Tutorial found here in html form: <a href="http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_003.php" target="_blank">http://www.fusioncontrolcentre.com/F...config_003.php</a></b><br />
<br />
Copy Pasted below as of June 7th, 2008. For the most up to date version use the html website.<br />
<br />
==================================================  ========================<br />
<br />
<br />
<br />
<br />
<br />
 	One of the most important steps in creating a working configuration file, is to get a Fusion Brain instance into your configuration file. Without doing this properly, MDX will not be able to communicate with your Fusion Brain no matter what. So this is definately important!<br />
	<br />
	<br />
	<br />
  	<br />
  	Click the &quot;Add Fusion Brain Instance&quot; icon on the top toolbar. 	  		 <br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/001_AddBrain.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	After clicking the &quot;Add Fusion Brain Instance&quot; icon, a window will popup similar to the one shown to the right. The &quot;Name&quot; field is where you type a unique name to refer to this Fusion Brain instance. This must be unique and case does not matter. This is the name that MDX uses to refer to connect I/O channels to the Fusion Brain. The second field &quot;ID&quot; is the unique machine identification code. This code is automatically generated by the Windows operating system and refers to a specific hardware device. You can either type in the ID manually or automatically search for it. To find it manually go to your Device Manager, and select &quot;Da Fusion Brain&quot;. Under &quot;Driver Details&quot; there will be &quot;Hardware ID&quot; or &quot;Instance ID&quot; and this full string starting with &quot;USB\VID...&quot; is what needs to go in the &quot;ID&quot; field of this Configurator popup. It is much easier to assign it automatically. To do this click the Search icon. 	  		 <br />
<br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/002_BrainDetails.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	If there are no found Fusion Brain devices attached to the PC, you will get the following error message. If you feel this message is in error, verify that the blue power LED on the Fusion Brain is illuminated and is connected to the computer via a USB cable of no longer than 2 metres. If this mesage persists, first try to unplug the Fusion Brain and reinsert it into a different USB port. If this still doesnt work, restart the computer. If it still doesnt work, then please reinstall the drivers and try again. 	  		 <br />
<br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/003_IfNoneFound.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
If there are Fusion Brain devices connected to the PC, the Configurator will show them in the popup. To select one of them left click the instance ID you want. For instance the only instance ID connected here is &quot;4&amp;28731668&amp;0&amp;2&quot;. Please note that your number will not be the same as this. It is a unique random number that is generated on the system level. It will have the same form with the numbers and ampersands in the same positions more than likely, but that ends the similarities between this example and what you will experience.<br />
<br />
If you have multiple Fusion Brains on the same computer, there will be multiple ID's shown. To determine which is which, click the identification icon (bottom left) and it will flash the LEDs of the selelcted Brain. If you connect or disconnect a Fusion Brain while this screen is open, you can rescan the computer and update the list by clicking the refresh icon (2nd from the left on the bottom).<br />
<br />
After you select your ID, click the checkmark icon to accept it. If you do not want to accept the ID, click the x icon to cancel.<br />
	  		 <br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/004_Found.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	You can view, edit, and delete all Fusion Brain instances by double clicking the Fusion Brain Instances icon in the icon list manager. 	  		 <br />
<br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/005_AlreadyAddedBrains.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
As you can see, the Fusion Brain isntance we just added is now in the icon list manager confirming it was added successfully.<br />
	  		 <br />
<img src="http://www.fusioncontrolcentre.com/FusionStore//catalog/images/Adding%20Fusion%20Brain%20Instance/006_ItsThere.jpg" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=121251</guid>
		</item>
		<item>
			<title>How to use a configuration file created by the Configurator with MDX</title>
			<link>fb-documentation-and-tutorials/121249-how-to-use-a-configuration-file-created-by-the-configurator-with-mdx.html</link>
			<pubDate>Sat, 07 Jun 2008 11:50:47 GMT</pubDate>
			<description>*Tutorial found here in html form: http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_002.php* 
 
Copy Pasted below as of June...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Tutorial found here in html form: <a href="http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_002.php" target="_blank">http://www.fusioncontrolcentre.com/F...config_002.php</a></b><br />
<br />
Copy Pasted below as of June 7th, 2008. For the most up to date version use the html website.<br />
<br />
==================================================  ========================<br />
<br />
<br />
<br />
<br />
<br />
 	Very simple tutorial on how to get your work from the Fusion Control Centre MDX Configurator to the Fusion Control Centre Uber MDX Edition software to be utilized by the Fusion Brain.<br />
	<br />
	<br />
  	<br />
  	First complete your configuration file. Make sure it contains graphical elements so you can see it, as well as Fusion Brain instances and the appropriate I/O channels. For help setting these items up, please refer to the other tutorials linked to on the main help page found by clicking the &quot;Help&quot; tab on the top of any page. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/001_GetASkinReady.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	When ready to save your configuration file, click the save icon on the top toolbar. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/002_SaveSkin.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	After clicking the save icon, the save file dialogue prompt will appear. This is a standard Windows dialogue box and can be navigated as any other. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/003_SaveDialogue.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	Notice the default file name and extension. The XML file &quot;FusionConfiguration.xml&quot; is the only file that MDX looks for when opening. You are free to name the file anything you want for archival purposes, but it must be named &quot;FusionConfiguration.xml&quot; for Fusion Control Centre Uber MDX Edition to read in and parse all the configuration information. After choosing the correct saving directory and entering the correct filename, click &quot;Save&quot; in the bottom right of the save dialogue box. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/004_NoticeDefaults.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	After saving, confirm that you see this popup. If this becomes visible and fades away, it means that the file was successfully saved to the specified location. If an error message appears, please follow the instructions in the error or look in the help section found by clicking the &quot;Help&quot; tab at the top of any website page. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/005_SaveConfirmation.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	Now to navigate to where you installed Fusion Control Centre Uber MDX Edition. If you allowed for the default paths from the installer you will find it is &quot;[root]:\Program Files\Fusion Control Centre Uber MDX Edition\MDX\&quot; as shown to the right. 	  	<br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/006_CDrive.jpg" border="0" alt="" /><br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/007_ProgramFiles.jpg" border="0" alt="" /><br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/008_FCC.jpg" border="0" alt="" /><br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/009_MDX.jpg" border="0" alt="" /><br />
	 <br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
There you will see current configuration file. Notice how it must be in the same root directory as the main program's *.exe file. This cannot be changed. The Configurator automatically saves all dependencies neatly into the directory &quot;Content&quot; which contains images, functions, and fonts. Copy the file you saved previously to this location. Since the file will have the same name, either rename the current configuration file first, or archive it as a backup. The new file will overwrite it.<br />
<br />
Alternatively, you can save the confguration file directly from the Configurator to this location and it will overwrite the current file saving you trouble of copying the file.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/010_Skin%20Parts.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	And by double clicking the icon for Fusion Control Centre Uber MDX Edition you will open up the program. The screenshot on the right is a screenshot of the skin shown in the first image in the configurator, now running in MDX itself. The text labels are brought to life, the multi-images at the top are working to show the current gear position, and communicating with the Fusion Brain. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20from%20configurator%20to%20main%20program/011_RunningInMDX.jpg" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=121249</guid>
		</item>
		<item>
			<title>Quick overview of the Fusion Control Centre MDX Configurator</title>
			<link>fb-documentation-and-tutorials/121198-quick-overview-of-the-fusion-control-centre-mdx-configurator.html</link>
			<pubDate>Fri, 06 Jun 2008 10:17:51 GMT</pubDate>
			<description>*Tutorial found here in html form: http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_001.php* 
 
Copy Pasted below as of June...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Tutorial found here in html form: <a href="http://www.fusioncontrolcentre.com/FusionStore//catalog/tutorial_config_001.php" target="_blank">http://www.fusioncontrolcentre.com/F...config_001.php</a></b><br />
<br />
Copy Pasted below as of June 6th, 2008. For the most up to date version use the html website.<br />
<br />
==================================================  ========================<br />
<br />
<br />
<br />
<br />
<br />
 	When you first open the Configurator, you will see something like the image on the right. The toolbar on top, then the left top pane is the icon list manager, bottom-left is the textual readout, and the right hand pane is where the logic and the graphical areas are.  	   	 	 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/001_FirstOpening.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	These are the file option icons. From left to right: new configuration file, save current configuration file, open existing configuration file. When you start the Configurator, it automatically creates a new base by clearing everything. If you want to return to this empty configuration file click the &quot;new configuration file&quot; icon. To save the current configuration to the harddrive, click the &quot;save current configuration file&quot; icon. This will save all images, fonts and functions referenced in the current configuration to the save location as well creating a fully standalone configuration. To open a configuration from the harddrive, click the &quot;open existing configuration file&quot; icon. Loading of a new file takes longer the more complex it is. The more images contained in the file the longer it will take to load. While the configuration file is loading, do not click around. There will be some windows that pop up. Depending on your system they may say &quot;Not Responding&quot; but they are working underneath. If you click the underlying forms you will probably freeze the application. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/002_FileOptions.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the delete icon. It is used to delete individual instances from the icon list manager. Click and drag an item in the icon list manager releasing it over the delete icon. A confirmation dialogue will appear and if you select &quot;yes&quot;, the item will be permanently deleted. There is no undo function. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/003_DeleteItem.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	These are the global properties icons. The left icon is the general properties. This is where you set the authour name and minimum version needed to run the specified skin file. The right icon is the graphics properties. This is where the display properties are set including the size the configuration file is designed for, the size you want to display the configuration file at, the type of border around the application, and the minimization properties of the program. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/004_GlobalProperties.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	These two icons toggle the right pane between graphics and logic mode. The left most icon switches the pane to graphics mode where you can add, edit, and delete graphic pages. The righter icon switches the pane to logic mode where you can add, edit, and delete logical &quot;if/then&quot; statements. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/005_GraphicsAndLogic.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the icon that allows you to add new Fusion Brain isntances to the current configuration file. To edit or delete existing Fusion Brain instances, use the icon list manager. 	<br />
  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/006_FusionBrain.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the icon that allows you to add new I/O isntances to the current configuration file. To edit or delete existing I/O instances, use the icon list manager. The icon on the left is for adding Digital Outputs while the icon on the right is used to add new Analogue Inputs. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/007_InputsAndOutputs.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This icon brings up an area to edit the programs 4 main timers. Fusion Control Centre Uber MDX Edition uses a Logic timer, GUI timer, Input timer, and Output timer. Each can be set independantly. The value you enter is in milliseconds and represents the time between firing the events. So a value of 1000 means 1000 milliseconds between firing or 1 second. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/008_Timers.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This brings up the Fusion Font creator and editor. This creates an XML file from an image of characters that can be used by Fusion Control Centre Uber MDX to show text. The main program cannot display TTF's like Arial or Times New Roman or things like that. You must convert them to an image, and parse them with the utility found by clicking this button. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/009_FusionFonts.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the logging icon. Use this to add a new logging instance to the current configuration file. To edit or delete existing logging instances, use the icon list manager. 	  	<br />
	 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/010_Logging.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the function icon. Use this icon to add or edit functions. A function is an external XML file that is read into the main program on load. It can be referenced many times and is easy to share without sharing the whole configuration file. For instance all of the Fusion Control Centre sensors have functions that can be referenced easily in logic if/then nodes. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/011_FunctionIcon.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the variable icon. Use this to add a new variable instance to the current configuration file. To edit or delete existing variable instances, use the icon list manager. Variables are used for many things including advanced output states, animations, storing evaluated functions (making the voltage into temperature to use in a text label for instance), and many other reasons. A variable can be a number like 1, 2, 3, 0.12345 and so on, or a boolean meaning true or false. 	  		 <br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/012_Variables.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the help button. It will bring up available help. The help database is constantly building and is updated through the MDX Updater program that all MDX software receives its updates through. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/013_Help.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the icon list manager. This is where you can edit or delete instances of objects you have already created. By double clicking any of the items you navigate to its property. If it is a root node, as all in the image on the right are, then it will display all the objects of that type in that window. To delete an object drag it to the delete icon above and release. A confirmation dialogue box will appear to confirm you want to delete the object. There is no undo. 	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/014_ListViewArea.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	<br />
<br />
This is the read-only text readout of the current configuration file. This is an exact copy of the contents created in the save-to file, and what is read in by the main program.<br />
<br />
It is read-only so you cannot make changes to the text and have them effect the current configuration file. However it is useful if you want just a snippet of code for some reason and dont have the full configuration file to load into the Configurator.<br />
	  		 <br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/015_TextReadout.jpg" border="0" alt="" /><br />
  	<br />
	<br />
  	<br />
  	<br />
  	This is the right pane which can be switched between the graphics mode and logic mode. Graphics mode is where you create, edit, or delete graphical pages and logic mode is where you create, edit, or delete logical if/then nodes. 	  	<br />
<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/Getting%20Started/016_RightPane.jpg" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=121198</guid>
		</item>
		<item>
			<title>FAQ Requests</title>
			<link>fb-documentation-and-tutorials/120982-faq-requests.html</link>
			<pubDate>Sun, 01 Jun 2008 05:14:31 GMT</pubDate>
			<description>Have a basic question or something that confused/confuses you about the Fusion Brain, its cooresponding software, installation (software side) or...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Have a basic question or something that confused/confuses you about the Fusion Brain, its cooresponding software, installation (software side) or whatnot? Post here and it will become a FAQ on our website here: <a href="http://fusioncontrolcentre.com/FusionStore//catalog/faq_help.php" target="_blank">http://fusioncontrolcentre.com/Fusio...g/faq_help.php</a><br />
<br />
<font size="4">Finished:</font><br />
<br />
	<u>General FAQ</u> 	<br />
  	What is the Fusion Brain?<br />
  	What do I need to get started?<br />
  	Will the Fusion Brain work without a PC?<br />
  	What is the difference between digital and analogue?<br />
  	Can I use more than 1 Fusion Brain on a computer?<br />
  	Will the Fusion Brain work with USB 1.1?<br />
  	Do I need to be a programmer or rocket scientist to get this thing to work?<br />
  	I'm interested in being a distributor, what do I do?<br />
	<br />
		<br />
	<u>Software FAQ</u> 	<br />
  	What do I need to run Fusion Control Centre Uber MDX Edition software?<br />
  	Why is it called MDX?<br />
  	Will the software run on a 64-bit Operating Systems?<br />
  	Will the software work using a mac or under linux?<br />
  	So what makes Fusion Control Centre Uber MDX so special?<br />
	<br />
		<br />
	<u>Hardware FAQ</u> 	<br />
  	How do I power the Fusion Brain?<br />
  	What needs to be connected to the computer for the Fusion Brain to work?<br />
  	Do I need to run the Fusion Brain off of a regulated power supply?<br />
  	LED/Output Port# vs. Physical Pin locations<br />
  	What does the Fusion Brain read in its analogue input ports?<br />
  	What is the acceptable voltage range for the Fusion Brain's analogue inputs?<br />
  	What is the maximum sample rate for the inputs?<br />
  	How precise are the analogue input ports?<br />
  	What is the available current from the Fusion Brains' digital output ports?<br />
  	What is the maximum cable length for an analogue input?<br />
	<br />
		<br />
	<u>Shipping and Payment FAQ</u> 	<br />
  	How much is shipping?<br />
  	Do you ship internationally?<br />
  	I am having Papal Express problems while checking out<br />
  	Why can't I pay using an international (non-US) credit or debit card?<br />
  	How long does it take between ordering and receiving my goodies?<br />
<br />
<font size="4">In Progress:</font><br />
<br />
<br />
<font size="4">Pending/Suggested:</font><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=120982</guid>
		</item>
		<item>
			<title>Interfacing custom software with the Fusion Brain</title>
			<link>fb-documentation-and-tutorials/119729-interfacing-custom-software-with-the-fusion-brain.html</link>
			<pubDate>Thu, 01 May 2008 22:00:30 GMT</pubDate>
			<description>The Fusion Brain interfaces with the computer using USB. To get the datastream to start flowing, you must initialize the device first, then you can...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->The Fusion Brain interfaces with the computer using USB. To get the datastream to start flowing, you must initialize the device first, then you can send and receive data packets, and when you are done with the device you must free it.<br />
<br />
The data packets are 64 bytes in length, and information on the encoding of the byte stream can be found here: <a href="!119725!http://www.mp3car.com/vbulletin/documentation-tutorials/119725-low-level-interface-protocol.html" target="_blank">http://www.mp3car.com/vbulletin/docu...-protocol.html</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=119729</guid>
		</item>
		<item>
			<title>Fusion Control Centre Source -- Yep, all of it!</title>
			<link>fb-documentation-and-tutorials/119289-fusion-control-centre-source-yep-all-of-it.html</link>
			<pubDate>Tue, 22 Apr 2008 18:24:21 GMT</pubDate>
			<description>UPDATE: 
 
Ok, here is the directory source files for the main MDX program, the MDX Configurator, the MDX Updater, and the FusionUSB.dll that we use...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->UPDATE:<br />
<br />
Ok, here is the directory source files for the main MDX program, the MDX Configurator, the MDX Updater, and the FusionUSB.dll that we use to talk with the Fusion Brain. Folders are ordered by date, and project solutions and everything are all inside. <br />
<br />
If you have a good contribution to the source, email us and we can put it into the next release.<br />
<br />
Everything is open source here!<br />
<br />
SOURCE: <a href="http://www.fusioncontrolcenter.com/MDX/Source/" target="_blank">http://www.fusioncontrolcenter.com/MDX/Source/</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=119289</guid>
		</item>
		<item>
			<title>Fusion Brain Setup FAQ</title>
			<link>fb-documentation-and-tutorials/119303-fusion-brain-setup-faq.html</link>
			<pubDate>Tue, 22 Apr 2008 04:41:35 GMT</pubDate>
			<description>---Quote (Originally by TundraScout)--- 
Newbie with a working FB!  Great product guys... 
 
I have a couple questions and some constructive...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<div>
				Originally Posted by <strong>TundraScout</strong>
				<a href="showthread.php?p=1204213#post1204213" rel="nofollow"><img class="inlineimg" src="http://www.mp3car.com/vbulletin/images/buttons/viewpost.gif" alt="View Post" /></a>
			</div>
			<div class="message">Newbie with a working FB!  Great product guys...<br />
<br />
I have a couple questions and some constructive criticism (ment to be taken as being helpful):<br />
<br />
1) It took about 2 hrs of trial and error to get it to work, but it is working.  Would you guys care for some assistance in building a single PDF'd manual complete with troubleshooting guide and advanced users section?  There is a ton of information on this forum and it would help IMHO to capture the hard info in one reference location, not to mention keeping happy customers happy (like me:D) and saving you time from having to help people with &quot;The simple stuff&quot;.<br />
<br />
My issues thus far include:<br />
  Identifying which software is esential, (just to get it to work).<br />
  Identifying the order of file installation<br />
  Identifying Files that needed to be modified (when, why and how)<br />
  Terminology consistancy - Multiple references to the &quot;Hardware ID&quot; - but what is really needed is the &quot;Instance ID&quot; ( that one ate up most of my install time)<br />
<br />
2) On of the outputs (The lightbulb) cycles on and off rapidly when turned on with the default software configuration.  If you decrease the rate with the &quot;LED SPEED&quot; button, it crashes the program.  Is this a known issue, is there a fix, or is this just unique to me?<br />
<br />
3) I bought a temperature sensor with mine, and I have not found a &quot;sample&quot; setup to display its input value.  When the next software version is released, could you put that in as a &quot;Getting Started&quot; helper?<br />
<br />
I'd like to help out as I think this is awesome.<br />
<br />
What kind of volume can you produce these boards at?  i.e. if I need 100 of them in a week, can you make that happen?  A friend of mine is thinking of creating a production product based on it.<br />
<br />
Thanks Again,<br />
<br />
TS</div>
			
		<hr />
	</div>
</div>We will take all the help we can get! PDF manuals are on the list... Believe me! :D We just have had no time at all. Anyone willing to write a manual gets extra brownie points! <br />
<br />
We can provide high quality images of the board/sensors to anyone willing to help us out there. I will try to make this as detailed as possible for reference.<br />
<br />
Now to help with your issues:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			  Identifying which software is esential, (just to get it to work).
			
		<hr />
	</div>
</div>I can definately see how this would be confusing. The current version is MDX. However the configuration program for this is still being developed. (by me :)) Right now all the important stuff is definately coded in. Things such as text, fonts, and rotational images are not programmed in right now. <br />
<br />
Here is the installer program:<br />
<br />
EXE (97,215Kb): <a href="http://www.fusioncontrolcentre.com/MDX/MDX%20Installer.exe" target="_blank">http://www.fusioncontrolcentre.com/M...0Installer.exe</a><br />
RAR (93,574Kb): <a href="http://www.fusioncontrolcentre.com/MDX/MDX%20Installer.rar" target="_blank">http://www.fusioncontrolcentre.com/M...0Installer.rar</a><br />
ZIP (94,925Kb): <a href="http://www.fusioncontrolcentre.com/MDX/MDX%20Installer.zip" target="_blank">http://www.fusioncontrolcentre.com/M...0Installer.zip</a><br />
<br />
Those links will never change, I just continue to update the file. Included in the installer is (a) The main MDX program that controls the Fusion Brain (b) the MDX Configurator program which will set up all your inputs, outputs, graphics, ect... (c) the MDX Updater which will continuously check for updates since it is technically still beta, and download the updates (c) the .NET 2.0 Redistributable package which is required for all of those programs to work since they are written in C# which is a .NET language (d) and the DirectX 9.0c redistribuatable package which is required for the main MDX program because the graphics is handled by DirectX now which is one of the major changes from Version 2 (Currently latest version on the website). <br />
<br />
Also includes some sample skins, and importantly functions for all of our current sensors (including the thermometer). <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			  Identifying the order of file installation
			
		<hr />
	</div>
</div>Drivers then program. The program requires the drivers be installed allready to communicate with the Fusion Brain. <br />
<br />
The current drivers are the Microsoft WinUSB Drivers:<br />
ZIP (12,913Kb): <a href="http://www.fusioncontrolcentre.com/MDX/Drivers.zip" target="_blank">http://www.fusioncontrolcentre.com/MDX/Drivers.zip</a><br />
<br />
These drivers are compatible with Windows XP and Vista. It uses the WinUSB drivers, which came out last february after the release of Vista even. So if you have a new copt of Vista, then it should be a very fast install because all it has to do is register that the Fusion Brain is connected. However if you have Windows XP or Vista that came out between Summer 2006 and February 2007 you will need to install the WinUSB CoInstaller which these drivers do automatically. So the install will take longer. These drivers are very very generic Microsoft written drivers so you actually only need to install the big piece one time for the life of your operating system's install. <br />
<br />
The software includes the dll files it needs already, so those hardware drivers and the installer package are all you need to go from the box to using it. :)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			  Identifying Files that needed to be modified (when, why and how)
			
		<hr />
	</div>
</div>The file &quot;FusionConfiguration.xml&quot; is the only file that needs to be modified. It contains all the settings for I/O ports, logic control, graphical interface and required external files. That is it! :D You can use the configurator to modify this file (I always suggest keeping a backup just incase) or you can edit it manually in any XML editing program as it is a standard XML file. If you need help with syntax, please email us or post a question in our Software subforum here on mp3car.com and we will help you out as fast as we can. The configurator however does pretty much everything right now. <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			  Terminology consistancy - Multiple references to the &quot;Hardware ID&quot; - but what is really needed is the &quot;Instance ID&quot; ( that one ate up most of my install time)
			
		<hr />
	</div>
</div>Actually this is a Microsoft problem... Windows XP and Windows Vista use different terminolgy. Vista uses Instance ID I believe. XP uses Hardware ID I think. At least this was true as of early 2007. However no more do you have to dig around there. Use the configurator, and it will automatically identify your connected Fusion Brains. Things have improved greatly since Version 2! :D<br />
<br />
<br />
=====================================<br />
<br />
Ok, now for the rest! <br />
<br />
As for the LED speed crashing it, I have never heard of that before. Perhaps the timer value is set too high? Anyways, drop version 2. Download MDX. Version 2 is pretty much dead and will be abondonned as soon as this new configurator is finished. <br />
<br />
For the temperature sensor, there is now a function for this in MDX. Just attach an analogue input to the function and put the output through a variable-set to output. Really easy now! :D<br />
<br />
And if you need over 20-ish or 30-ish, then we need to order more from our manufacturer, which can take 2 to 4 weeks depedning how busy they are, or if any delays come up. For instance from our last sale, we ran out so we ordered more and it took about 3 weeks. We also offer volume discounts for large orders.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=119303</guid>
		</item>
		<item>
			<title>Documentation - All Sensors</title>
			<link>fb-documentation-and-tutorials/118915-documentation-all-sensors.html</link>
			<pubDate>Mon, 14 Apr 2008 23:48:56 GMT</pubDate>
			<description>*Triple Axis Accelerometer* 
Freescale MMA7260 
Image:...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b>Triple Axis Accelerometer</b><br />
<i>Freescale MMA7260</i><br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/accelerometer/accelerometer.jpg" border="0" alt="" /><br />
<a href="http://www.freescale.com/files/sensors/doc/data_sheet/MMA7260QT.pdf?pspll=1" target="_blank">Datasheet</a><br />
<br />
Current Sensor<br />
Allegro ACS754-050<br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/current/CurrentSensor.jpg" border="0" alt="" /><br />
<a href="http://www.allegromicro.com/en/Products/Part_Numbers/0754/0754-050.pdf" target="_blank">Datasheet</a><br />
<br />
<b>Photosensor:</b><br />
Updated 14/04/2009<br />
<i>TAOS TSL12S</i><br />
<a href="http://pdf1.alldatasheet.com/datasheet-pdf/view/203006/TAOS/TSL12S-LF/datasheet.pdf" target="_blank">Datasheet</a><br />
<br />
<b>Temperature Sensor:</b><br />
<i>Microchip MCP9701A</i><br />
<img src="https://www.fusioncontrolcentre.com/FusionStore//catalog/images/thermometer/thermometer.jpg" border="0" alt="" /><br />
<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21942c.pdf" target="_blank">Datasheet</a><br />
Also has a 1uF noise filtering capacitor rated at 105 deg C. Advise removal or replacement of capacitor for &gt;105degC<br />
<br />
<i><b>IR Distance Sensor</b><br />
Sharp GP2Y0A02YK</i><br />
<a href="http://document.sharpsma.com/files/GP2Y0A02YK-DATA-SHEET.PDF" target="_blank">Datasheet</a><br />
<br />
<b>Ultrasonic Distance Sensor</b><br />
<i>Maxbotix EZ1 (Shipment Pre March 2008)</i><br />
<a href="http://www.maxbotix.com/uploads/LV-MaxSonar-EZ1-Datasheet.pdf" target="_blank">Datasheet</a><br />
<i>Maxbotix EZ0 (Shipment Post March 2008)</i><br />
<a href="http://www.maxbotix.com/uploads/LV-MaxSonar-EZ0-Datasheet.pdf" target="_blank">Datasheet</a><br />
<br />
<br />
<b>Volume Control (Rotary):</b><br />
10kohm Pot<br />
<br />
<b>Volume Control (Linear):</b><br />
<i>Alpha Model RA4545F-20G-15LC-B50K-C</i><br />
45mm travel 50Kohm<br />
<a href="http://www.mouser.com/catalog/specsheets/TW-700144.pdf" target="_blank">Datasheet</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=118915</guid>
		</item>
		<item>
			<title>MDX- Temp sensors</title>
			<link>fb-documentation-and-tutorials/118881-mdx-temp-sensors.html</link>
			<pubDate>Sun, 13 Apr 2008 22:31:59 GMT</pubDate>
			<description>Download the attachment and put it in your functions folder (well unrar it to your functions folder) 
 
Make a Brain, make an Analogue to your temp...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Download the attachment and put it in your functions folder (well unrar it to your functions folder)<br />
<br />
Make a Brain, make an Analogue to your temp sensor, make a variable (numeric).<br />
<br />
Then make the following if statement:<br />
<img src="http://img243.imageshack.us/img243/9003/tempfunctionsm0.jpg.wrong" border="0" alt="" /><br />
<br />
Then make a multiimage follow the variable like this:<br />
<img src="http://img243.imageshack.us/img243/2592/multiimage01qu7.jpg" border="0" alt="" /><br />
<br />
If you want to use h3rk's arc, then (you might need to rename the first 10 files to 001, 002, 003, 004... and so on if you havent already.<br />
<br />
Then open the auto import from folder icon, set the max and min temps you want that arc to represent and click open. Then save and save the whole thing and there you go.<br />
<br />
<img src="http://img243.imageshack.us/img243/4579/multiimage02gc0.jpg" border="0" alt="" /><br />
<br />
For the text label use the code above but put your variable name in it. The example uses the variable called &quot;Variable_OutsideTemperature&quot;.<br />
<br />
You also need that font file in the required such as:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &lt;require&gt;<br />
&nbsp; &nbsp; &lt;font name=&quot;LED50&quot; originalSize=&quot;50&quot; font_config=&quot;Content\config\fonts\FusionFontLED.xml&quot;&gt;&lt;/font&gt;<br />
&nbsp; &lt;require&gt;</code><hr />
</div>with the appropriate font file in the location it says. You should have this font in that spot because I include it in the download.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&nbsp; &nbsp; &lt;text_label id=&quot;TextIndicator_Temp&quot; text=&quot;00&quot; auto_monitor=&quot;variable&quot; auto_monitorTarget=&quot;Variable_OutsideTemperature&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;font font_id=&quot;LED50&quot; font_size=&quot;40&quot;&gt;&lt;/font&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;display location=&quot;97,191&quot; page=&quot;0&quot;&gt;&lt;/display&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;config decimals=&quot;1&quot; max_size=&quot;77,32&quot;&gt;&lt;/config&gt;<br />
&nbsp; &nbsp; &lt;/text_label&gt;</code><hr />
</div><br />
<a href="http://www.mp3car.com/vbulletin/attachments/fusion-brain/49067-need-help-with-mdx-functions.rar"  title="Name:  
Views: 
Size:  ">Attachment 49067</a><!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.mp3car.com/vbulletin/images/attach/rar.gif" alt="File Type: rar" />
	<a href="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/49069d1208125523-mdx-temp-sensors-functions.rar">functions.rar</a> 
(1.2 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=118881</guid>
		</item>
		<item>
			<title>MDX -- Linking multiple Outputs/Votes to a single Display Button</title>
			<link>fb-documentation-and-tutorials/118533-mdx-linking-multiple-outputs-votes-to-a-single-display-button.html</link>
			<pubDate>Sun, 06 Apr 2008 21:54:23 GMT</pubDate>
			<description>---Quote (Originally by Anonymous)--- 
Is it maybe possible for you to walk me thru in creating the variable links to trigger 2 outputs with one...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<div>
				Originally Posted by <strong>Anonymous</strong>
				
			</div>
			<div class="message">Is it maybe possible for you to walk me thru in creating the variable links to trigger 2 outputs with one image.</div>
			
		<hr />
	</div>
</div>1) Create a FB Instance<br />
2) Create a Digital Output Instance. If you want to switfch 2 outputs, make at least 2 DO Instances.<br />
3) Create a Variable Instance with initial value 0<br />
4) Create a Display Button with Downwards Vote of changing the previously created Variable instance to +1<br />
5) In the logic section, create a new IF/THEN instance<br />
5b) Layout &quot;If variable-get is equal to 1&quot; and attach to the output node<br />
5c) In this logic's then statement, create votes for changing however many or whichever Digital Output Instances you want to turn on or off.<br />
6) Create a new IF/THEN instance<br />
6b) Layout &quot;If variable-get is greater than or equal to 2&quot; and attach to the output node<br />
6c) In this logic's then statement, create a vote for changing however or whichever Digital Output Instances you want to turn on or off (Generally opposite as above, but by no means is that required). Also create a vote to change this variable to 0<br />
7) Save<br />
8) ????<br />
9) Profit<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=118533</guid>
		</item>
		<item>
			<title>Tutorial - Air Ride Suspension</title>
			<link>fb-documentation-and-tutorials/117369-tutorial-air-ride-suspension.html</link>
			<pubDate>Wed, 12 Mar 2008 04:04:48 GMT</pubDate>
			<description>Hardware 
 
So far, the only sensors we have data for are the Dakota Digital sensors. 
...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><font size="4">Hardware</font><br />
<br />
So far, the only sensors we have data for are the Dakota Digital sensors.<br />
<br />
<a href="http://www.dakotadigital.com/index.cfm/page/ptype=product/product_id=124/category_id=105/home_id=59/mode=prod/prd124.htm" target="_blank">http://www.dakotadigital.com/index.c...rod/prd124.htm</a><br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">150psi, 1/8-27 NPT<br />
<br />
PSI&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R typical&nbsp; &nbsp; &nbsp; &nbsp; R max&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; R min<br />
0&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 13&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5<br />
14.5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 31&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 35&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 27<br />
29&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 52&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 56&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 48<br />
43.5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 70&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 74&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 66<br />
58&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 88&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 92&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 84<br />
72.5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 106&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 111&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 101<br />
87&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 124&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 129&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 119<br />
101.5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 140&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 150&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 130<br />
116&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 155&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 170&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 145<br />
130.5&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 170&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 185&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 155<br />
145&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 184&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 214&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 154<br />
<br />
Maximum 435 psi for 2 seconds only.<br />
Operating Temperature:&nbsp; -13F - +212F (to +248F max. 1 hour) on<br />
connecting thread.</code><hr />
</div><img src="http://fusioncontrolcentre.com/tutorials/airride.jpg" border="0" alt="" /><br />
<br />
Then, all you need to do is hook the air ride sensor up like so, knowing that the body of the sensor is grounded.<br />
<br />
As far as software, Nick will be along shortly to do that bit.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117369</guid>
		</item>
		<item>
			<title><![CDATA[Tutorial - Anti-Thump Amp Delay For Carputer Boots: Version 2 & MDX]]></title>
			<link>fb-documentation-and-tutorials/117354-tutorial-anti-thump-amp-delay-for-carputer-boots-version-2-and-mdx.html</link>
			<pubDate>Wed, 12 Mar 2008 00:29:53 GMT</pubDate>
			<description>DEPRECIATED 
 
See Post #2</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->DEPRECIATED<br />
<br />
See Post #2<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117354</guid>
		</item>
		<item>
			<title>Documentation - Hardware User Manual</title>
			<link>fb-documentation-and-tutorials/117328-documentation-hardware-user-manual.html</link>
			<pubDate>Tue, 11 Mar 2008 08:47:09 GMT</pubDate>
			<description>http://fusioncontrolcentre.com/Fusion%20User%20Manual.pdf</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><a href="http://fusioncontrolcentre.com/Fusion%20User%20Manual.pdf" target="_blank">http://fusioncontrolcentre.com/Fusio...r%20Manual.pdf</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117328</guid>
		</item>
		<item>
			<title>Documentation - Installing Version MDX</title>
			<link>fb-documentation-and-tutorials/117298-documentation-installing-version-mdx.html</link>
			<pubDate>Mon, 10 Mar 2008 18:58:09 GMT</pubDate>
			<description>Prerequisites: 
 
Windows XP with Service Pack 1 
Microsoft .Net 2.0 or later...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Prerequisites:<br />
<br />
Windows XP with Service Pack 1<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">Microsoft .Net 2.0 or later</a><br />
<a href="http://files.filefront.com/Windows+Installer+30+Redistributable+English/;4952811;/fileinfo.html" target="_blank">Windows Installer 3.0</a><br />
<a href="http://www.softpedia.com/get/System/OS-Enhancements/DirectX-9.0c-Redistributable.shtml" target="_blank">DirectX 9.0 or later</a><br />
<br />
Our Drivers (Windows XP Version)<br />
<a href="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/HardwareDrivers.zip" target="_blank">http://fusioncontrolcentre.com/Tempo...areDrivers.zip</a><br />
<br />
When you plug in the Fusion Brain, you should see a screen like this:<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/1.JPG" border="0" alt="" /><br />
Pick &quot;No, not this time&quot; and click next.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/2.JPG" border="0" alt="" /><br />
Pick Install from a list or specific location [Advanced]<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/3.JPG" border="0" alt="" /><br />
Click Browse, and choose the folder where you unzipped the drivers you downloaded.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/4.JPG" border="0" alt="" /><br />
It should look like this while installing.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/5.JPG" border="0" alt="" /><br />
All finished!<br />
If you get this error:<br />
<br />
<img src="http://fusioncontrolcentre.com/tutorials/dotneterror.jpg" border="0" alt="" /><br />
<br />
you forgot to install .Net 2.0 or later.<br />
<br />
If you get this error:<br />
<br />
<img src="http://fusioncontrolcentre.com/tutorials/directxerror.jpg" border="0" alt="" /><br />
<br />
you forgot to install DirectX 9.0 or later.<br />
<br />
<br />
You should be done!<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117298</guid>
		</item>
		<item>
			<title>Tutorial/Documentation Requests</title>
			<link>fb-documentation-and-tutorials/117219-tutorial-documentation-requests.html</link>
			<pubDate>Sun, 09 Mar 2008 07:23:04 GMT</pubDate>
			<description><![CDATA[Want to know how to do something? Post in this thread and we'll do a writeup. 
 
Finished: 
Installing Version 2 Software/Drivers 
Steering Wheel...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Want to know how to do something? Post in this thread and we'll do a writeup.<br />
<br />
<font size="4">Finished:</font><br />
Installing Version 2 Software/Drivers<br />
Steering Wheel Controls<br />
Voltage Divider<br />
Anti-Thump Delay<br />
Installing MDX Software/Drivers<br />
<br />
<font size="4">In Progress:</font><br />
Hardware Manual re-write<br />
<br />
<br />
<font size="4">Pending/Suggested:</font><br />
Air Ride Suspension<br />
Basic HVAC<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117219</guid>
		</item>
		<item>
			<title>Tutorial - Steering Wheel Controls</title>
			<link>fb-documentation-and-tutorials/117074-tutorial-steering-wheel-controls.html</link>
			<pubDate>Thu, 06 Mar 2008 00:03:24 GMT</pubDate>
			<description><![CDATA[Steering Wheel Interface Tutorial 
 
 
So, you want to hook up that new Fusion Brain to your steering wheel controls, eh? 
 
 
First, let's review a...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><font size="6">Steering Wheel Interface Tutorial<br />
</font><br />
<br />
So, you want to hook up that new Fusion Brain to your steering wheel controls, eh?<br />
<br />
<br />
First, let's review a bit about electricity. There are three aspects that are particularly important:<br />
<br />
<ul><li style="">Voltage - electrical &quot;push&quot;, like pressure in a pipe (measured in AC or DC volts)</li><li style="">Current - electrical &quot;quantity&quot;, like flowrate in a pipe (measured in amps)</li><li style="">Resistance - electrical &quot;restriction&quot;, like a blockage in a pipe (measured in ohms)</li></ul><br />
<br />
And some mathematical prefixes:<br />
<br />
<ul><li style="">(u) - micro - 10^-6 - .000001</li><li style="">(m) - milli - 10^-3 - .001</li><li style="">(k) - kilo - 10^3 - 1000</li><li style="">(M) - mega - 10^6 - 1,000,000</li></ul><br />
<br />
<br />
Then, get your wiring diagram for your car, and locate the steering wheel wire(s).<br />
<br />
Now that we have that squared away, get out your multimeter. You have a multimeter, right?<br />
<br />
<img src="http://fusioncontrolcentre.com/tutorials/CIMG1608.JPG" border="0" alt="" /><br />
<br />
Set that baby to DC volts, as shown in the picture. If your meter doesn't have auto-scaling, set it to 20Volts DC.<br />
<br />
<font size="4"><b>If you have one steering wheel wire, follow these steps</b></font><br />
<ol class="decimal"><li style="">Turn the car's ignition to on. (not running)</li><li style="">Connect the negative terminal of your meter to ground. (it's the black probe, as can be seen above) <b>make sure you use a good ground. If you use a poor ground, all your measurements will be bad. A good source for ground is the ground/negative wire feeding the brain in your car.</b></li><li style="">Connect the positive terminal to the wire you found earlier with your wiring diagram.</li><li style="">Record the voltage (if any) for no buttons pressed, and each button individually.</li><li style="">If you get voltages in the range of 0.5volts to 5 volts, <b>proceed to solution A</b>.</li><li style="">If you get voltages in the range of 0.5volts to 12 volts, <b>proceed to solution B</b>.</li><li style="">If you get voltages less than 0.5 volts, <b>proceed to solution C</b></li></ol><br />
<br />
<br />
<br />
<font size="4"><b>If you have two steering wheel wires, follow these steps</b></font><br />
<ol class="decimal"><li style="">Turn the car's ignition to on. (not running)</li><li style="">Connect the negative terminal of your meter to ground. (it's the black probe, as can be seen above) <b>make sure you use a good ground. If you use a poor ground, all your measurements will be bad. A good source for ground is the ground/negative wire feeding the brain in your car.</b></li><li style="">Connect the positive terminal one of the wires you found earlier with your wiring diagram.</li><li style="">Record the voltage (if any) for no buttons pressed, and each button individually.</li><li style="">If you get voltages in the range of 0.5volts to 5 volts, <b>proceed to solution A</b>.</li><li style="">If you get voltages in the range of 0.5volts to 12 volts, <b>proceed to solution B</b>.</li><li style="">If you get voltages less than 0.5 volts, <b>repeat steps 3-6, but connect positive terminal to other steering wheel wire</b></li><li style="">If you do step 7 and still get no voltages, <b>proceed to solution D</b>.</li></ol><br />
<br />
<br />
<font size="4"><b>Solution A</b></font><br />
You don't need anything at all! Just connect the steering wheel wire (the one connected to the positive terminal of your meter earlier) to the input on the brain (the outermost pin, away from the center of the board) You're done!<br />
<br />
<br />
<br />
<font size="4"><b>Solution B</b></font><br />
Congrats! All you need is a voltage divider.<br />
<br />
Here is a simple voltage divider:<br />
<br />
<img src="http://upload.wikimedia.org/wikipedia/en/d/db/Resistive_divider.png" border="0" alt="" /><br />
Vin is what you want to measure, Vout goes to the input pin of the brain (towards the edge of the board) and the symbol at the bottom indicates ground. R1 and R2 need to be selected on a application by application basis.<br />
<br />
<img src="http://upload.wikimedia.org/math/4/4/b/44b8b16db945a778e558f2c5ffd70157.png" border="0" alt="" /><br />
This formula will help select R1 and R2. For the Fusion Brain, it is a good idea to keep R1 and R2 under 1k-ohm.<br />
<br />
<br />
We will assume 15vDC maximum, to allow headroom for voltage spikes.<br />
<br />
Vout = 100/(200+100)*Vin<br />
5 = 1/4*20<br />
<br />
so the voltage divider, with a 200ohm R1 and a 100ohm R2, would have a scaling factor of 33%, meaning we could measure up to 15vDC without overloading the brain... perfect for car applications.<br />
<br />
<b>Installation of voltage divider:</b><br />
Use the diagram above, but connect your steering wheel wire (the one connected to the positive terminal of your meter earlier) to Vin, and connect Vout to the input on the brain (the outermost pin, away from the center of the board) You're done!<br />
<br />
<br />
<br />
<font size="4"><b>Solution C</b></font><br />
Solution C is a bit more complicated. Basically, your steering wheel system is the <b>one wire resistive type</b>. We need to find out what the maximum resistance is. The Fusion Brain cannot measure resistance directly, so we must put the steering wheel into a voltage divider configuration, similar to above.<br />
<br />
<img src="http://fusioncontrolcentre.com/tutorials/CIMG1609.JPG" border="0" alt="" /><br />
<b>Set your meter to a resistive scale.</b> Generally, 20kohms is a good place to start.<br />
<br />
<ol class="decimal"><li style="">Turn the car's ignition to on. (not running)</li><li style="">Connect the negative terminal of your meter to ground. (it's the black probe, as can be seen above) <b>make sure you use a good ground. If you use a poor ground, all your measurements will be bad. A good source for ground is the ground/negative wire feeding the brain in your car.</b></li><li style="">Connect the positive terminal one of the wires you found earlier with your wiring diagram.</li><li style="">Record the resistance (if any) for no buttons pressed, and each button individually.</li></ol><br />
<br />
Take the highest resistance recorded, and go to radioshack and buy a similar value. For instance, if the highest resistance was 44kohms, you'd want to buy a 47kohm resistor. That resistor you bought becomes R1 in the following figure:<br />
<br />
<img src="http://upload.wikimedia.org/wikipedia/en/d/db/Resistive_divider.png" border="0" alt="" /><br />
<br />
And your steering wheel is R2. The internals of your steering wheel are already connected to ground, so connect the steering wheel wire to the input of the brain and one side of R1, and connect the other side of R1 to the +5vDC pin on the brain's analog input header (towards the center of the board). You're done!<br />
<br />
<br />
<font size="4"><b>Solution D</b></font><br />
Solution D is even more complicated. Basically, your steering wheel system is the <b>two wire resistive type</b>. We need to find out what the maximum resistance is. The Fusion Brain cannot measure resistance directly, so we must put the steering wheel into a voltage divider configuration, similar to above.<br />
<br />
<img src="http://fusioncontrolcentre.com/tutorials/CIMG1609.JPG" border="0" alt="" /><br />
<b>Set your meter to a resistive scale.</b> Generally, 20kohms is a good place to start.<br />
<br />
<ol class="decimal"><li style="">Turn the car's ignition to on. (not running)</li><li style="">Connect the negative terminal of your meter to one steering wheel wire.</li><li style="">Connect the positive terminal the other steering wheel wire.</li><li style="">Record the resistance (if any) for no buttons pressed, and each button individually.</li></ol><br />
<br />
Take the highest resistance recorded, and go to radioshack and buy a similar value. For instance, if the highest resistance was 44kohms, you'd want to buy a 47kohm resistor. That resistor you bought becomes R1 in the following figure:<br />
<br />
<img src="http://upload.wikimedia.org/wikipedia/en/d/db/Resistive_divider.png" border="0" alt="" /><br />
<br />
And your steering wheel is R2. Connect one steering wheel wire to ground, and the other the steering wheel wire to the input of the brain and one side of R2. Connect the other side of R2 to the +5vDC pin on the brain's analog input header (towards the center of the board). You're done!<br />
<br />
<br />
Once finished, fire up the fusion brain, and make a skin that measures the input you hooked up. Press each button individually, and record the voltage the brain reads. They should range over 0-5vDC. If you'd like, you can use the Fusion software to control other programs with your steering wheel buttons. For information on that, please refer to our software documentation.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=117074</guid>
		</item>
		<item>
			<title>Tutorial - Voltage divider - Measuring Voltages greater than 5vDC</title>
			<link>fb-documentation-and-tutorials/116803-tutorial-voltage-divider-measuring-voltages-greater-than-5vdc.html</link>
			<pubDate>Fri, 29 Feb 2008 18:41:20 GMT</pubDate>
			<description>Often times, there is a need to measure a voltage greater than 5volts. 
 
As long as the ground of the device we want to measure is the same as the...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Often times, there is a need to measure a voltage greater than 5volts.<br />
<br />
As long as the ground of the device we want to measure is the same as the ground of the Fusion Brain, we can use a voltage divider. WARNING: If the grounds are not the same, damage can be done to the Brain.<br />
<br />
Here is a simple voltage divider:<br />
<br />
<img src="http://upload.wikimedia.org/wikipedia/en/d/db/Resistive_divider.png" border="0" alt="" /><br />
Vin is what you want to measure, Vout goes to the input pin of the brain (towards the edge of the board) and the symbol at the bottom indicates ground. R1 and R2 need to be selected on a application by application basis.<br />
<br />
<img src="http://upload.wikimedia.org/math/4/4/b/44b8b16db945a778e558f2c5ffd70157.png" border="0" alt="" /><br />
This formula will help select R1 and R2. For the Fusion Brain, it is a good idea to keep R1 and R2 under 1k-ohm.<br />
<br />
<br />
<b>Example</b><br />
Lets say you want to monitor the voltage in your car:<br />
<br />
We will assume 20vDC maximum, to allow headroom for voltage spikes.<br />
<br />
Vout = 100/(300+100)*Vin<br />
5 = 1/4*20<br />
<br />
so the voltage divider, with a 300ohm R1 and a 100ohm R2, would have a scaling factor of 25%, meaning we could measure up to 20vDC without overloading the brain... perfect for car applications.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=116803</guid>
		</item>
		<item>
			<title>Documentation - Installing And Configuring Drivers - Version 2:WindowsXP</title>
			<link>fb-documentation-and-tutorials/116801-documentation-installing-and-configuring-drivers-version-2-windowsxp.html</link>
			<pubDate>Fri, 29 Feb 2008 18:31:14 GMT</pubDate>
			<description>You will need the following: 
 
.NET 2.0...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->You will need the following:<br />
<br />
.NET 2.0<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/d...displaylang=en</a><br />
<br />
Our Drivers (Windows XP Version)<br />
<a href="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/HardwareDrivers.zip" target="_blank">http://fusioncontrolcentre.com/Tempo...areDrivers.zip</a><br />
<br />
When you plug in the Fusion Brain, you should see a screen like this:<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/1.JPG" border="0" alt="" /><br />
Pick &quot;No, not this time&quot; and click next.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/2.JPG" border="0" alt="" /><br />
Pick Install from a list or specific location [Advanced]<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/3.JPG" border="0" alt="" /><br />
Click Browse, and choose the folder where you unzipped the drivers you downloaded.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/4.JPG" border="0" alt="" /><br />
It should look like this while installing.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/5.JPG" border="0" alt="" /><br />
All finished!<br />
<br />
Now we need to tell the software where to find the Brain. Right-click &quot;My Computer&quot; and go to Properties, then Device Manager.<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/10.JPG" border="0" alt="" /><br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/11.JPG" border="0" alt="" /><br />
Click the [+] next to FusionControls, then Right click and go to properties.<br />
<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/12.JPG" border="0" alt="" /><br />
We will be putting everything after &quot;USB\&quot; into the Fusion software.<br />
<br />
Open the folder containing the Fusion software:<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/13.JPG" border="0" alt="" /><br />
<br />
Open the FusionFormDynamic.skin file using notepad, and change the part that is highlighted to match what we found 2 steps ago. Note that if you change the port the brain is plugged into, you will need to change this value again.<br />
<img src="http://fusioncontrolcentre.com/TemporaryTim/DriverInstall/14.JPG" border="0" alt="" /><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>greenman100</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=116801</guid>
		</item>
		<item>
			<title>Low Level Interface Protocol</title>
			<link>fb-documentation-and-tutorials/119725-low-level-interface-protocol.html</link>
			<pubDate>Thu, 22 Nov 2007 20:37:19 GMT</pubDate>
			<description>*Version 4:* 
 
Code: 
--------- 
noparse 
--------- 
*Version 3:* 
Ok, the credit goes to Brain Wendt who was kind enough last July to ask me all...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><b><font size="5">Version 4:</font></b><br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">*******************************<br />
* FUSION BRAIN V4 BYTE STREAM *<br />
*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  *<br />
* Deterministic Difference:&nbsp;  *<br />
*&nbsp; &nbsp;  PID Suffix: E&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  *<br />
*&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  *<br />
*******************************<br />
<br />
<br />
**** ID CODE ****<br />
Version 3a: VID_04D8&amp;PID_000A<br />
Version 3b: VID_04D8&amp;PID_000B<br />
Version 3c: VID_04D8&amp;PID_000C<br />
Version 3d: VID_04D8&amp;PID_000D<br />
Version 4:&nbsp; VID_04D8&amp;PID_000E<br />
<br />
<br />
**** STREAM ****<br />
<br />
Bytes<br />
&nbsp; [00-31] Digital Outputs 00 through 15<br />
&nbsp; [32-57] Analogue Inputs 00 through 12<br />
&nbsp; [57-59] Not Used Now, Maybe in future<br />
&nbsp; [60]&nbsp; &nbsp; Number of Streams to Receive<br />
&nbsp; [61]&nbsp; &nbsp; Initialize/Watchdog byte<br />
&nbsp; [62]&nbsp; &nbsp; Hardware Version<br />
&nbsp; [63]&nbsp; &nbsp; Firmware Version<br />
<br />
Bits 0bMxxxxxxL | M = MSB and L = LSB<br />
&nbsp; Digital Outputs<br />
&nbsp; &nbsp; 2 bytes per output<br />
&nbsp; &nbsp; [PPPPPPPS][TTTTTTMM]<br />
&nbsp; &nbsp; &nbsp; P = Value of PWM<br />
&nbsp; &nbsp; &nbsp; &nbsp; ([7bit Value + 1]/128)% duty cycle<br />
&nbsp; &nbsp; &nbsp; &nbsp; Details of full period to be determined later<br />
&nbsp; &nbsp; &nbsp; S = 1bit state<br />
&nbsp; &nbsp; &nbsp; &nbsp; 0 = Off<br />
&nbsp; &nbsp; &nbsp; &nbsp; 1 = on<br />
&nbsp; &nbsp; &nbsp; T = 6bits of Timer to shutoff --&gt; [Evaluated Units in Seconds]<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is 0, then shut off immediately on disconnect<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is between 1 and 10 inclusive, then wait [6'bTTTTTT] seconds after disconnect<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is 11, then wait 30 seconds after disconnect<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is 12, then wait 60 seconds after disconnect<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is 13, then wait 90 seconds after disconnect<br />
&nbsp; &nbsp; &nbsp; &nbsp; If 6'bTTTTTT is greater than 14, then wait ([6'bTTTTTT] * 10) seconds after disconnect<br />
&nbsp; &nbsp; &nbsp; M = 2bit Output Mode<br />
&nbsp; &nbsp; &nbsp; &nbsp; 2'b00: Normal Full-Off or Full-On Operation Mode<br />
&nbsp; &nbsp; &nbsp; &nbsp; 2'b01: Pulse Width Modulation Operation Mode<br />
&nbsp; &nbsp; &nbsp; &nbsp; 2'b10: Yet to be determined<br />
&nbsp; &nbsp; &nbsp; &nbsp; 2'b11: Yet to be determined<br />
&nbsp; Analogue Inputs<br />
&nbsp; &nbsp; 2 bytes per input<br />
&nbsp; &nbsp; [index][index + 1] = [000000Mx][xxxxxxxL] | M = MSB and L = LSB<br />
&nbsp; Number of Streams to Receive<br />
&nbsp; &nbsp; 1 byte<br />
&nbsp; &nbsp; [NNNNNNNN] | N = Number of streams to receive<br />
&nbsp; &nbsp; &nbsp; If [8'bNNNNNNNN] is 0 (default) then receive 1 byte and send 1 byte<br />
&nbsp; &nbsp; &nbsp; If [8'bNNNNNNNN] is greater than 0 then receive 1 byte and send 1 byte [8'bNNNNNNNN] times<br />
&nbsp; &nbsp; &nbsp; &nbsp; Each of these &quot;extra&quot; byte streams received may not coorespond with the details of this byte stream outline<br />
&nbsp; &nbsp; &nbsp; &nbsp; Each of the &quot;extra&quot; byte streams sent back to the PC may not coorespond with the details of this byte stream<br />
&nbsp; Initialize/Watchdog Byte<br />
&nbsp; &nbsp; 1 byte<br />
&nbsp; &nbsp; [000000IF] | F = Flipping Bit and I = Initialize Bit<br />
&nbsp; &nbsp; &nbsp; F = Instead of flipping a bit in every digital output, flip 1 bit constantly<br />
&nbsp; &nbsp; &nbsp; I = Needs I high to turn anything on, just like default behaviour of byte[61] now<br />
&nbsp; Hardware Version<br />
&nbsp; &nbsp; [MMMMLLLL]<br />
&nbsp; &nbsp; &nbsp; M = Major Version. Currently Version 4, so MMMM = 0100<br />
&nbsp; &nbsp; &nbsp; L = Minor Version. Currently Version 0, so LLLL = 0000 <br />
&nbsp; Firmware Version<br />
&nbsp; &nbsp; 1 byte<br />
&nbsp; &nbsp; [????????]</code><hr />
</div><font size="5"><b>Version 3:</b></font><br />
Ok, the credit goes to Brain Wendt who was kind enough last July to ask me all sorts of questions and compile this excellent document on the low level protocol. I think he is planning something big with his own software so he has been in the dark recently, but thank him for this<!-- google_ad_section_end --></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://www.mp3car.com/vbulletin/images/attach/doc.gif" alt="File Type: doc" />
	<a href="http://www.mp3car.com/vbulletin/attachments/fb-documentation-and-tutorials/49420d1195763810-low-level-interface-protocol-fusion-brain.doc">Fusion Brain.doc</a> 
(101.0 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.mp3car.com/forumdisplay.php?f=197">FB Documentation and Tutorials</category>
			<dc:creator>2k1Toaster</dc:creator>
			<guid isPermaLink="true">http://www.mp3car.com/showthread.php?t=119725</guid>
		</item>
	</channel>
</rss>
