Right, I opened the config, clicked on add a brain, added my brain, saved the file, put it int the MDX directory, opened the mdx.exe, and it gave the error. I'm using Vista if that matters. Oh, the default config file opens. I can edit it with my brain information and it still opens, I just don't know what to do with it past that.
You are correct, it is not very large at all
. Like I said, I just created the most basic file the configurator would create and tried to get the program to run it.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<FusionControlCentreConfiguration version="3.0.0.0" author="Me" date_created="Saturday, March 01, 2008 at 1:54:56 PM" last_modified="Saturday, March 01, 2008 at 1:55:44 PM">
<graphics>
<!-- Begin Global Graphic Settings -->
<main_display designed_for_size="800,600" show_at_size="800,600" menubar="Sizeable" RunInSystemTray="False" MinimizeToSystemTray="True"></main_display>
<!-- End Global Graphic Settings -->
</graphics>
<io>
<!-- Begin Fusion Brain Instances -->
<brain id="My Fusion Brain">USB\VID_04D8&PID_000C\5&122444EB&0&2</brain>
<!-- End Fusion Brain Instances -->
<!-- Begin Timer Setup -->
<timer id="input" interval="75"></timer>
<timer id="output" interval="100"></timer>
<timer id="gui" interval="50"></timer>
<timer id="logic" interval="50"></timer>
<!-- End Timer Setup -->
<!-- Begin Digital Output Instances -->
<!-- End Digital Output Instances -->
<!-- Begin Analogue Input Instances -->
<!-- End Analogue Input Instances -->
</io>
<logic>
<!-- Begin Logging Setup -->
<all_logging>
</all_logging>
<!-- End Logging Setup -->
<!-- Begin Variable Declarations -->
<all_variables>
</all_variables>
<!-- End Variable Declarations -->
</logic>
</FusionControlCentreConfiguration>ochannel>
<!-- End Analogue Input Instances -->
</io>
<logic>
<!-- Begin Logging Setup -->
<all_logging>
</all_logging>
<!-- End Logging Setup -->
<!-- Begin Variable Declarations -->
<all_variables>
</all_variables>
<!-- End Variable Declarations -->
</logic>
</FusionControlCentreConfiguration>
Bookmarks