Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > General Hardware Discussion > Fusion Brain > FB Software


Reply
 
Share Thread Tools Display Modes
Old 10-06-2008, 08:49 PM   #1
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
MDX Mini-Release 3.1.0.559 and new Updater compatible with 3.1

Only difference in this release is a publically available switch statement, and a new updater.

Easiest way to obtain the update is download the installer package. It is now close to 8Mb, not 300Mb. If you have .NET and DirectX, it will not re-download them.

BE WARNED: The installer will overwrite your Content folder. If you have something you want to save, you should as good practice make your own folder, or at the least rename it something or copy it to a safe place and move it back after the update.


MDX: Switch statement is now available to everyone and is optimized for the new lookup based logic meaning speedy speedy. This is an easy way to do lots of if this then this/if else that then do this else/else if that 2 then do this else 2/ect...

Only available through manual XML editing, samlple syntax below:

Code:
<switch fire_on="logic"> <object> <variable do="get" name="Variable_Analogue_Input_0"></variable> </object> <cases> <case parameter1="0" parameter2="2" check="between"> <variable do="set" name="Variable_Analogue_Input_1"> <operation type="add"> <parameter1> <variable do="get" name="Variable_Analogue_Input_1"></variable> </parameter1> <parameter2> <number>1</number> </parameter2> </operation> </variable> </case> <case parameter1="2" parameter2="4" check="between"> <variable do="set" name="Variable_Analogue_Input_1"> <operation type="multiply"> <parameter1> <variable do="get" name="Variable_Analogue_Input_1"></variable> </parameter1> <parameter2> <number>2</number> </parameter2> </operation> </variable> </case> <case parameter1="4" check="greater than or equal to"> <variable do="set" name="Variable_Analogue_Input_1"> <operation type="subtract"> <parameter1> <variable do="get" name="Variable_Analogue_Input_1"></variable> </parameter1> <parameter2> <number>10</number> </parameter2> </operation> </variable> </case> </cases> </switch>

Updater: You can now set how "annoying" it is, and the frequency of checks. The Configuration.xml file in the installation folder looks like below, and it is rather self explanatory with the comments included:

Code:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <!-- Time Between Checks Time between server requests Value is in milliseconds --> <option time_between_checks="86400000" /> <!-- Annoyance Factor: reclusive: Will only show very important messages normal: DEFAULT: Will show regular useage messages obnoxious: Will show everything --> <option annoyance_factor="normal" /> </configuration>

2k1Toaster is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 10-07-2008, 08:20 AM   #2
Constant Bitrate
 
Join Date: Jun 2008
Location: Georgia, USA
Posts: 172
Dan2008 is an unknown quantity at this point
Thanks for the updater changes!!! Things will be a littler quieter around here now.
__________________
Thanks,

Dan
Dan2008 is offline   Reply With Quote
Old 10-07-2008, 08:32 AM   #3
Low Bitrate
 
Join Date: Dec 2007
Posts: 105
RonS is an unknown quantity at this point
Thanks for the updates. This is working much better. But I am trying to put in a custom query. And I cannot build the query. I can make the reply but the beginning, middle, and end all have big red X's. Not saying it is not me but I have tried everything I know that might be the problem.
RonS is offline   Reply With Quote
Old 10-07-2008, 11:58 AM   #4
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Quote: Originally Posted by RonS View Post
Thanks for the updates. This is working much better. But I am trying to put in a custom query. And I cannot build the query. I can make the reply but the beginning, middle, and end all have big red X's. Not saying it is not me but I have tried everything I know that might be the problem.

Big red x's in the configurator? Can you post a screenshot? I will probably be a little quiet this week, but hopefully more time as the weekend approaches.

Is the updater working as it should if you made it more "quiet"?
2k1Toaster is offline   Reply With Quote
Old 10-07-2008, 02:01 PM   #5
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Ok, there was a rather big oversight in the updater that was just released, that is fixed now. So current updater version as of 07/10/2008 is 4.0.0.156.

Just put up minutes before this post, you will need the update to the updater!
2k1Toaster is offline   Reply With Quote
Old 10-07-2008, 05:32 PM   #6
Newbie
 
Join Date: Sep 2008
Posts: 21
sv1cox is an unknown quantity at this point
everything is ok with us dr Toaster ,

every effort you make is much upreciated and we are full aware that you giving us enormus part of your personal time and strength.

dont forget that we bougth the board with the existing software on the date of purchase, so every bit of new stuff you giving us is a plus and not a "must" or "should".

So without meaning that you should do that today (or the next day) have you any progress with drivers?

thanks again
Panos, SV1COX
sv1cox is offline   Reply With Quote
Old 10-07-2008, 07:24 PM   #7
Low Bitrate
 
Join Date: Dec 2007
Posts: 105
RonS is an unknown quantity at this point
Woops .... Sorry I did not mean big X's.. I was at work and someone was talking to me while I was typing. But there are red x's and not green. Here is a screen shot.

RonS is offline   Reply With Quote
Old 10-07-2008, 07:50 PM   #8
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
"Enter" (on the keyboard) to enter it into the list. Select and press the red x to delete what is selected.
2k1Toaster is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-07-2008, 08:06 PM   #9
Low Bitrate
 
Join Date: Dec 2007
Posts: 105
RonS is an unknown quantity at this point
See I knew I was going goofy today. Thanks...
RonS is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




All times are GMT -5. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics