Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
04-06-2008, 06:05 PM
|
#1
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
Question for the creators
hey man,
I just now are getting ready to program the FB. I was wondering a few things.
Is there a way that I can program like a "demo" feature on the FB so when I'm at shows I can select that and have the front left lower, front right raise, back left raise, back right lower.
if I want to control cathodes, what do I need? a cathode needs 12Volts. also I'm looking to control an actuator also.
Also, how can I make the air ride fill as soon as the carpc is turned on? or do I have to wait till windows boots up to have MDX startup?
Thanks
steve
Last edited by dasaint80 : 04-06-2008 at 06:23 PM.
|
|
|
04-06-2008, 06:21 PM
|
#2
|
|
Fusion Brain Creator
Join Date: Mar 2005
Posts: 1,864
|
Sure. Are you using Version 2.0 or MDX?
You need a relay for each device. Cathode or actuator, same thing as long as the load is under 25 amps.
|
|
|
04-06-2008, 06:25 PM
|
#3
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
how do I know what version I'm using?
|
|
|
04-06-2008, 06:35 PM
|
#4
|
|
Fusion Brain Creator
Join Date: Mar 2005
Posts: 1,864
|
does your configuration file end in .skin or .xml?
|
|
|
04-06-2008, 07:10 PM
|
#5
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
xml but to wich question does that answer??
|
|
|
04-06-2008, 07:20 PM
|
#6
|
|
Fusion Brain Creator
Join Date: Mar 2005
Posts: 1,864
|
That means you're using Version MDX. Nick will be along shortly to help you with it specifically - again, I just do hardware.
|
|
|
04-06-2008, 07:23 PM
|
#7
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
I know thanks for the quick response, again.
|
|
|
04-06-2008, 11:36 PM
|
#8
|
|
Fusion Brain Creator
Join Date: Mar 2006
Location: Colorado, but Canadian!
Vehicle: 2001 Honda Civic EX Coupe
Posts: 6,852
|
Quote: Originally Posted by dasaint80 
hey man,
I just now are getting ready to program the FB. I was wondering a few things.
Is there a way that I can program like a "demo" feature on the FB so when I'm at shows I can select that and have the front left lower, front right raise, back left raise, back right lower.
if I want to control cathodes, what do I need? a cathode needs 12Volts. also I'm looking to control an actuator also.
Also, how can I make the air ride fill as soon as the carpc is turned on? or do I have to wait till windows boots up to have MDX startup?
Thanks
steve
Hi.
For your demo you want basically an "animation" or a set sequence of movements when the button is clicked to show off the various options correct?
If so yes this is doable with MDX which is the version you are using (configuration ends in *.xml)
The Fusion Brain does not work independantly from the PC. So once the PC boots, there is a default state for the MDX program that is settable. So as soon as the PC boots and MDX loads, it can turn on the relays for you and fill it up. With a properly optimized system this can be 10 to 20 seconds. Standby is obviously faster.
|
|
|
04-06-2008, 11:55 PM
|
#9
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
with the new Version(.skin) what's the difference? also where can I find a simple definition of each actions? for both old(*.XML) and new (*.skin)?
I want this cause I have very very very basic C++ programming. I have some VB and alot HTML....
Just trying to stay ahead for any future configs I might want to do.
Thanks
Steve
|
|
|
04-07-2008, 12:05 AM
|
#10
|
|
Fusion Brain Creator
Join Date: Mar 2006
Location: Colorado, but Canadian!
Vehicle: 2001 Honda Civic EX Coupe
Posts: 6,852
|
you have it backwards. MDX is the newest and uses xml. Version 2 is almost not supported anymore and uses the skin file.
|
|
|
04-07-2008, 12:07 AM
|
#11
|
|
Fusion Brain Creator
Join Date: Mar 2005
Posts: 1,864
|
Quote: Originally Posted by dasaint80 
with the new Version(.skin) what's the difference? also where can I find a simple definition of each actions? for both old(*.XML) and new (*.skin)?
I want this cause I have very very very basic C++ programming. I have some VB and alot HTML....
Just trying to stay ahead for any future configs I might want to do.
Thanks
Steve
old is .skin, new is .xml
|
|
|
04-08-2008, 01:03 PM
|
#12
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
Quote: Originally Posted by 2k1Toaster 
Hi.
For your demo you want basically an "animation" or a set sequence of movements when the button is clicked to show off the various options correct?
How do I start this "animation" sequence?
What code sequence am I looking for?
Thanks
Steve
P.S. you got PM.
Last edited by dasaint80 : 04-09-2008 at 05:03 PM.
|
|
|
04-09-2008, 05:02 PM
|
#13
|
|
Constant Bitrate
Join Date: Apr 2004
Location: Philly
Vehicle: 2008/Scion/Xb
Posts: 146
|
^^^^bump^^^^
|
|
|
04-09-2008, 10:38 PM
|
#14
|
|
Fusion Brain Creator
Join Date: Mar 2006
Location: Colorado, but Canadian!
Vehicle: 2001 Honda Civic EX Coupe
Posts: 6,852
|
Sorry I saw this, but I forgot to answer.
Basically create a variable and set it to 0. Have a logic saying, varaible = variable + 1. Then another logic saying if variable is greater than x where x is the number of frames you want, then variable = 0. This will make the variable go 0,1,2,3,4,...x,0,1,2,...
Then make 1 logic for each number from 0 to x [n], and say if variable equals n, and attach to an output. In this logic's do then statement, add what you want to happen like trigger digital outputs or something.
Also we do custom skinning for $20/hr, but this is not possible at the moment as both Tim and I are very busy. If it is an emergency we can work something out.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:02 AM.
|
|