Page 5 of 11 FirstFirst 1234567891011 LastLast
Results 41 to 50 of 103

Thread: Steering Wheel Control Help

  1. #41
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    What software are you using? Version 2.x? Version MDX?

  2. #42
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Quote Originally Posted by greenman100 View Post
    What software are you using? Version 2.x? Version MDX?
    I was told MDX would be ALOT easier. So that's what I've been trying.. I'm going to play with the Old version though cause this MDX is driving me up the bloody wall. Theres no error logging. I can't get into debug. I have no idea what its problem is.

  3. #43
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    MDX is significantly better.

    Can you show us where you downloaded it from? There are two parts, the main software, and the configurator.

  4. #44
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    It sure is easier to configure. But getting it to run is next to impossible.

    http://www.mp3car.com/vbulletin/docu...rsion-mdx.html is where i downloaded MDX from

    The configurator i downloaded from the sticky thread and is the newest.

    I've tried just a base skin with nothing but My Fusion Brain added. Same crash everytime.

    EDIT: HOW DO I GET AN ERROR LOG. The Crash message is more vague than a Microsoft crash.

  5. #45
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Ok I'm running out of ideas. I'm sitting in my car at the shop trying to get this bloody thing working. Surely there is a debug/logging mode?

  6. #46
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    Reinstall DirectX, at least version 9.0c

    We just had a similar problem and that fixed it.

  7. #47
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Ok I got it to run.. Now for the logging all I get in the log is NaN.

    I'm not getting any values.

    Any ideas?

  8. #48
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    Post your configuration file here, just cut and paste and use the code tags

  9. #49
    Variable Bitrate
    Join Date
    Aug 2005
    Posts
    422
    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <FusionControlCentreConfiguration version="3.0.0.0" author="Jayson" date_created="April 11, 2008 at 2:32:35 PM" last_modified="April 11, 2008 at 3:51:29 PM">
    
      <require>
      <!-- Begin Function Instances -->
      <!-- End Function Instances -->
      </require>
    
      <graphics>
      <!-- Begin Global Graphic Settings -->
          <main_display designed_for_size="800,600" show_at_size="800,600" menubar="Sizeable" RunInSystemTray="True" MinimizeToSystemTray="True"></main_display>
      <!-- End Global Graphic Settings -->
    
      <!-- Begin Background Images -->
      <!-- End Background Images -->
    
      <!-- Begin Static Images -->
      <!-- End Static Images -->
    
      <!-- Begin Display Buttons -->
      <!-- End Display Buttons -->
    
      <!-- Begin Multi Images -->
      <!-- End Display Buttons -->
      </graphics>
    
      <io>
      <!-- Begin Fusion Brain Instances -->
          <brain id="fb1">USB\VID_04D8&amp;PID_000c\5&amp;376e92c4&amp;0&amp;1</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 -->
          <iochannel id="steering0" port="0" brain="fb1" type="analogue_input">
            <options history="0" auto_average="true"></options>
          </iochannel>
          <iochannel id="steering1" port="1" brain="fb1" type="analogue_input">
            <options history="0" auto_average="true"></options>
          </iochannel>
      <!-- End Analogue Input Instances -->
      </io>
    
      <logic>
      <!-- Begin Logging Setup -->
        <all_logging>
          <log LogID="log steering0" MonitorType="Analogue Input" TargetID="steering0" fire_on="input">
            <options DefaultMonitorState="On" filename="Logs\Steering0" StoreBeforeDumping="100" holdStreamOpen="False"></options>
            <data DataName="Steering0" DataFrom="Value"></data>
          </log>
          <log LogID="log steering1" MonitorType="analogue input" TargetID="steering1" fire_on="input">
            <options DefaultMonitorState="On" filename="Logs\Steering1" StoreBeforeDumping="100" holdStreamOpen="False"></options>
            <data DataName="Steering1" DataFrom="value"></data>
          </log>
        </all_logging>
      <!-- End Logging Setup -->
    
      <!-- Begin Variable Declarations -->
        <all_variables>
        </all_variables>
      <!-- End Variable Declarations -->
    
      <!-- Begin Logic Declarations -->
        <all_statements>
        </all_statements>
      <!-- End Logic Declarations -->
      </logic>
    </FusionControlCentreConfiguration>

  10. #50
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,221
    I've edited your post. try that code.

Similar Threads

  1. Steering Wheel Remote Control
    By drdave in forum Car Audio
    Replies: 0
    Last Post: 02-21-2008, 10:48 PM
  2. Audy A8 Steering Wheel Control to PC
    By k11SiC6 in forum Input Devices
    Replies: 2
    Last Post: 03-02-2007, 04:54 PM
  3. Steering wheel control and durability
    By bimmerpc in forum General Hardware Discussion
    Replies: 4
    Last Post: 11-01-2005, 02:01 PM
  4. Steering Wheel Control
    By Micv in forum Hardware Development
    Replies: 3
    Last Post: 07-13-2005, 11:45 AM
  5. Using steering wheel controls to control mini mac?
    By brandondente in forum MacCar
    Replies: 7
    Last Post: 05-12-2005, 09:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •