haven't tried it through a hub yet... that could limit how many of these can be used togeather I guess too, I'll try a few different hubs tommorow, maybe theres a hub that'll like these...
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
haven't tried it through a hub yet... that could limit how many of these can be used togeather I guess too, I'll try a few different hubs tommorow, maybe theres a hub that'll like these...
MY NEWEST INSTALL:modded infiniti fx with big screen
first windows carpc install........my liquid cooled LVDS screen :D
Ok people, get ready. Im just testing the last parts of this. I think it works... But I am too tired to figure out if it is buggy or not.
Give me a few and ye shall have.![]()
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
Ok, right now when you start the program with no skin, you will get NOTHING. All and I mean ALL Buttons are now generated.
The Configuration Pages are right now completely useless. So I took out the button, and there is no way to get to them right now.
Here are at the moment all the skin commands that can be used at any time for each section except for the main area:
Code:Digital Output Ports #STARTNEW# #NAME# #TYPE# #DEFAULTSTATE# #ANIMATION# #IMAGEON# #IMAGEOFF# #SIZE# #LOCATION# #LINK# #AUDIOFROMOFFTOON# #AUDIOFROMONTOOFF# #SHOWTEXT# #PAGE# #PORT# #VIDPID# #TXTCOLOURON# #TXTCOLOUROFF# #BORDERSIZE# #FONT# #TIMER# #ENDNEW# Analogue Input Ports #STARTNEW# #NAME# #TYPE# #SETTINGS# #VIDPID# #IMAGESTATIC# #SIZE# #LOCATION# #SHOWTEXT# #PAGE# #PORT# #TXTCOLOUR# #BORDERSIZE# #FONT# #PLOTLENGTH# #MULTILEVELGRAPHICS# #HIGHTHRESHHOLD# #LOWTHRESHHOLD# #HIGHKEYSEQUENCE# #HIGHMAINWINDOWTITLE# #HIGHSUBWINDOWTITLE# #HIGHMAINCLASS# #HIGHSUBCLASS# #LOWKEYSEQUENCE# #LOWMAINWINDOWTITLE# #LOWSUBWINDOWTITLE# #LOWMAINCLASS# #LOWSUBCLASS# #ENDNEW# Digital Input Ports #STARTNEW# #NAME# #KEYSEQUENCE# #MAINWINDOWTITLE# #SUBWINDOWTITLE# #MAINCLASS# #SUBCLASS# #PORT# #VIDPID# #ENDNEW# Other Buttons #STARTNEW# #NAME# #FUNCTION# #SETTINGS# #PAGE# #TXTCOLOUR# #IMAGESTATIC# #SECONDARYIMAGE# #BORDERSIZE# #FONT# #SIZE# #LOCATION# #SHOWTEXT# #ENDNEW#
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
What hub are you using? I assume your running Windows XP? did it prompt you the proper way? Mine prompted me with an unknown device and wouldn't accept the Fusion Brain drivers I tried giving it.
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
The 5 areas are:
>>MAIN
<<END
>>OUTPUTS
<<END
>>AI_INPUTS
<<END
>>DI_INPUTS
<<END
>>OTHERBUTTONS
<<END
To make a button you will need to put it within the needed brackets.
Its starts with #STARTNEW# and ends with #ENDNEW#
Then the factors inside are all the options for it. Some are required are some arent. Youll know which ones are required because it wont work or the program will crash.
In order for the i/o buttons to work they need to know what port they are on. The Ports are 0 index based. And multiple buttons can be assigned to the same port. So on all pages you could have a button for "launch missles" but only on 1 page would there be a confirm or something.
Now each i/o will also need a PID/VID. For all the ones that are currently out, use the string without quotes "vid_04d8&pid_000c" This is now what allows you to have multiple brains. Just assign different ports with dirrent pid's to different buttons.
All the outputs need to have #TYPE# of RELAY right now. That is the only working one.
if there is an animation, it must be #ANIMATION# and then the frames are between {} and the actual on/off states are 1 or 0 seperated by commas. Then 2 colons "::" and how many time to repeat. FOREVER or an integer value. Then the last one is the starting frame seperated by 2 colons again. 0 is what it should be left as.
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
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
#TIMER# is how long in seconds after the PC is disconnected that the output keeps its state for before it turns off. Maximum of 63seconds.
Now #LINK#... To enable the linking of outputs between multiple boards, the LINK number is based off of the order they are listed in this file. To make custom on/off in pairs or all or anything, just set #PORT# to -1 or leave the setting off. You must still count this though as a number in your list.
So if you have
btn1
btn2
turnon1and2
bt3
turnonall
bt4
and you want to link bt4 to bt1, the #LINK# for btn1 would look like this: #LINK#5 and the link for btn4 would be #LINK#0
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
Bookmarks