Page 10 of 20 FirstFirst 12345678910111213141516171819 ... LastLast
Results 91 to 100 of 196

Thread: Tutorial - Steering Wheel Controls

  1. #91
    Maximum Bitrate customaudioman's Avatar
    Join Date
    Oct 2005
    Location
    east coast
    Posts
    705
    here it is :

    <?xml version="1.0" encoding="utf-8" ?>
    <FusionControlCentreConfiguration version="3.0.0.0" author="Me" date_created="Monday, November 10, 2008 at 10:46:19 PM" last_modified="Wednesday, November 12, 2008 at 12:12:59 PM">

    <require>
    <!-- Begin Function Instances -->
    <!-- End Function Instances -->

    <!-- Begin Fusion Font Instances -->
    <!-- End Fusion Font Instances -->
    </require>

    <speech enabled="false" global_politeness="true">
    <!-- Begin System Speech Instances -->
    <!-- End System Speech Instances -->

    <!-- Begin System Speech Definition Instances -->
    <system_definitions>
    </system_definitions>
    <!-- End System Speech Definition Instances -->

    <!-- Begin Custom Speech Definition Instances -->
    <custom_definitions>
    </custom_definitions>
    <!-- End Custom Speech Definition Instances -->

    <!-- Begin Custom Query Instances -->
    <custom_queries>
    </custom_queries>
    <!-- End Custom Query Instances -->
    </speech>

    <general>
    <!-- Begin Remote Control Configuration -->
    <remote status="disabled" user_name="default" port="4242"></remote>
    <!-- End Remote Control Configuration -->
    </general>

    <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 -->

    <!-- Begin Background Images -->
    <!-- End Background Images -->

    <!-- Begin Static Images -->
    <!-- End Static Images -->

    <!-- Begin Variable Location Images -->
    <!-- End Variable Location Images -->

    <!-- Begin Graph Instances -->
    <!-- End Graph Instances -->

    <!-- Begin Display Buttons -->
    <!-- End Display Buttons -->

    <!-- Begin Multi Images -->
    <!-- End Multi Images -->

    <!-- Begin Text Labels -->
    <!-- End Text Labels -->
    </graphics>

    <io>
    <!-- Begin Fusion Brain Instances -->
    <brain id="Honda Accord Fusion Brain">0</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="Steering Wheel Analogue input" port="0" brain="honda accord fusion brain" type="analogue_input">
    <options history="0" auto_average="false"></options>
    </iochannel>
    <iochannel id="My Analogue Input" port="0" brain="honda accord fusion brain" type="analogue_input">
    <options history="0" auto_average="true"></options>
    </iochannel>
    <!-- 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 -->

    <!-- Begin Logic Declarations -->
    <all_statements>
    <if fire_on="logic" minimum_delta_vote_time="250" id="Steering Wheel Button vol up Logic ">
    <boolean_operation type="between ii">
    <parameter1>
    <number>0.95</number>
    </parameter1>
    <parameter2>
    <analogue id="Steering Wheel Analogue input" time="0"></analogue>
    </parameter2>
    <parameter3>
    <number>1.16</number>
    </parameter3>
    </boolean_operation>
    <then>
    <do function="Send Key To Foreground" functionTargetID="Required Filler" vote_opinion="F9" vote_priority="Medium"></do>
    </then>
    </if>
    <if fire_on="logic" minimum_delta_vote_time="250" id="Steering Wheel Button Ch- Logic ">
    <boolean_operation type="between ii">
    <parameter1>
    <number>1.7</number>
    </parameter1>
    <parameter2>
    <analogue id="Steering Wheel Analogue input" time="0"></analogue>
    </parameter2>
    <parameter3>
    <number>1.89</number>
    </parameter3>
    </boolean_operation>
    <then>
    <do function="Send Key To Foreground" functionTargetID="Required Filler" vote_opinion="F1" vote_priority="Medium"></do>
    </then>
    </if>
    <if fire_on="logic" minimum_delta_vote_time="250" id="Steering Wheel Button Ch+ Logic ">
    <boolean_operation type="between ii">
    <parameter1>
    <number>2.58</number>
    </parameter1>
    <parameter2>
    <analogue id="Steering Wheel Analogue input" time="0"></analogue>
    </parameter2>
    <parameter3>
    <number>2.73</number>
    </parameter3>
    </boolean_operation>
    <then>
    <do function="Send Key To Foreground" functionTargetID="Required Filler" vote_opinion="F2" vote_priority="Medium"></do>
    </then>
    </if>
    <if fire_on="logic" minimum_delta_vote_time="250" id="Steering Wheel Button Mode Logic ">
    <boolean_operation type="between ii">
    <parameter1>
    <number>3.31</number>
    </parameter1>
    <parameter2>
    <analogue id="Steering Wheel Analogue input" time="0"></analogue>
    </parameter2>
    <parameter3>
    <number>3.46</number>
    </parameter3>
    </boolean_operation>
    <then>
    <do function="Send Key To Foreground" functionTargetID="Required Filler" vote_opinion="TAB" vote_priority="High"></do>
    </then>
    </if>
    <if fire_on="logic" minimum_delta_vote_time="250" id="Steering Wheel Button vol down Logic ">
    <boolean_operation type="between ii">
    <parameter1>
    <number>0.3</number>
    </parameter1>
    <parameter2>
    <analogue id="Steering Wheel Analogue input" time="0"></analogue>
    </parameter2>
    <parameter3>
    <number>0.41</number>
    </parameter3>
    </boolean_operation>
    <then>
    <do function="Send Key To Foreground" functionTargetID="Required Filler" vote_opinion="F8" vote_priority="Medium"></do>
    </then>
    </if>
    </all_statements>
    <!-- End Logic Declarations -->
    </logic>
    </FusionControlCentreConfiguration>

  2. #92
    Maximum Bitrate customaudioman's Avatar
    Join Date
    Oct 2005
    Location
    east coast
    Posts
    705
    Okay I think I figured it out. I put the file in the wrong place. On my desktop, once i put the file in the mdx file, then open the program up, the screen went white. Maybe I shouldnt have replaced the config file that was in there from the start?

  3. #93
    Low Bitrate
    Join Date
    Mar 2008
    Posts
    108
    lol... you can rename the original file that was there but make sure that your newly created file does have the same name and is in the MDX folder.... Did it work in your car?

  4. #94
    Fusion Brain Creator
    Join Date
    Mar 2005
    Posts
    2,220
    at a glance, that file looks good.

    it needs to be in the same folder as mdx (probably C:\Program Files\Fusion Control Centre Uber MDX Edition\MDX)

    is it there?

  5. #95
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by customaudioman View Post
    Okay I think I figured it out. I put the file in the wrong place. On my desktop, once i put the file in the mdx file, then open the program up, the screen went white. Maybe I shouldnt have replaced the config file that was in there from the start?
    If the file isn't is the MDX root directory as explained in a bagillion places, then the program will not even know it exists. MDX only monitors its directory. And it only monitors for the file FusionConfiguration.xml. Any other name, it wont care, it wont read it. If it doesnt read the file, it might as well not even be there. Considering you didnt setup any graphics in your file, a white screen is what you get. If you notice the graphics section is completely blank, therefore the graphics on the screen are completely blank.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  6. #96
    Low Bitrate
    Join Date
    Mar 2008
    Posts
    108
    the XML will function regardless of graphics right?

  7. #97
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by Urbanmindz View Post
    the XML will function regardless of graphics right?
    yes it just wont display anything.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  8. #98
    Maximum Bitrate customaudioman's Avatar
    Join Date
    Oct 2005
    Location
    east coast
    Posts
    705
    So the easy way would just to open that configurator file in the mdx file and at the controls then? If i just replace it with the one I have, the screen is all white, no grahics

  9. #99
    Maximum Bitrate customaudioman's Avatar
    Join Date
    Oct 2005
    Location
    east coast
    Posts
    705
    I want the display, so could I just copie and paste all my values to the original file in mdx?

  10. #100
    Maximum Bitrate customaudioman's Avatar
    Join Date
    Oct 2005
    Location
    east coast
    Posts
    705
    be right back, I will see if it works

Similar Threads

  1. Steering Wheel ADD-ON Controls w/o System
    By ChaCha in forum General Hardware Discussion
    Replies: 12
    Last Post: 05-21-2009, 11:22 PM
  2. Toyota Steering Wheel Control Question
    By 205GTi in forum Input Devices
    Replies: 3
    Last Post: 02-19-2009, 08:38 AM
  3. Replies: 2
    Last Post: 05-23-2006, 12:56 PM
  4. RF keyfob remotes for adhoc steering wheel controls?
    By archimense in forum Input Devices
    Replies: 27
    Last Post: 12-23-2004, 05:27 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
  •