|
 |
|
03-22-2008, 11:08 PM
|
#1
|
|
Constant Bitrate
Join Date: Aug 2006
Location: Central PA
Posts: 208
|
Integrate fusion brain commands into road runner buttons
I don't really want to integrate an entire fusion brain skin into road runner. I just want to integrate some of the fusion brain buttons into the road runner skin file I already use. For instance I'm going to take the road runner button that currently says phone and rename it to "Garage." Then I'd like the road runner button "Garage" to activate the fusion brain button that triggers the relay that the garage door opener is hooked up to.
Another thing I'd like to do is integrate the inside and outside temp onto the main menu of my road runner skin.
Is something like this doable without using the entire fusion brain skin?
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
03-22-2008, 11:14 PM
|
#2
|
|
Fusion Brain Creator
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
|
Not currently.
Since last October or November, I have been trying to get a COM object working for it to be possible. Its March now and it is still not working. I am working on it though.
I pretty much have RoadRunner working for COM in XP and Vista. StreetDeck doesnt work though. And with RoadRunner there are some issues. When it is released, MDX will need to run in the system tray to interpret the COM commands.
|
|
|
03-22-2008, 11:37 PM
|
#3
|
|
Constant Bitrate
Join Date: Aug 2006
Location: Central PA
Posts: 208
|
That's good enough for me. I'll be looking forward to this feature until then  .
|
|
|
03-23-2008, 08:28 AM
|
#4
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
does the MDX beta allow the COM object or will that have to wait til final release?
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
03-23-2008, 07:52 PM
|
#5
|
|
Fusion Brain Creator
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
|
Quote: Originally Posted by Sonicxtacy02 
does the MDX beta allow the COM object or will that have to wait til final release?
The COM object is not in any of the available software now. When it works, it will go in MDX, and it will just require a new EXE and a dll to be downloaded.
|
|
|
04-13-2008, 09:11 PM
|
#6
|
|
Newbie
Join Date: Sep 2006
Location: norway
Posts: 35
|
how far along?
just wondering how far along the com object is?
is it partially working or not at all?
|
|
|
04-13-2008, 11:10 PM
|
#7
|
|
Fusion Brain Creator
Join Date: Mar 2005
Posts: 2,197
|
|
|
|
07-18-2008, 05:52 AM
|
#8
|
|
FLAC
Join Date: Nov 2007
Posts: 920
|
Scotty how are you doing the garage door opener? I wanted to do this myself. Just a simple relay? Could you post a quick how to? Thanks...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-18-2008, 08:25 AM
|
#9
|
|
Constant Bitrate
Join Date: Aug 2006
Location: Central PA
Posts: 208
|
Quote: Originally Posted by Dougw133 
Scotty how are you doing the garage door opener? I wanted to do this myself. Just a simple relay? Could you post a quick how to? Thanks...
Yeah. It's a simple relay. A really friggin cool relay  .
1. Tear garage door opener apart
2. Find the two metal pieces you need to short to make the garge door open
3. Solder really small wires too each one of these and then touch the tips of the wires together and make sure they open the garage door
4. Hook these two wires up to a relay
5. Program the brain to trigger the relay
6. Life is good
I'll actually use this once I can make a road runner button do this. Just a matter of time till that function is ready.
|
|
|
07-18-2008, 08:41 AM
|
#10
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
RRFusion is an working option to get fusion brain digital out controls into rr commands. Search for it.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
07-18-2008, 08:59 AM
|
#11
|
|
Constant Bitrate
Join Date: Aug 2006
Location: Central PA
Posts: 208
|
Can I use my existing skin with this? I just want to rename one of my rr buttons and have it execute the code that opens my garage door. An example or something would be nice. I'll look through your thread when I get off work.
Last edited by scotty562; 07-18-2008 at 09:17 AM.
|
|
|
07-18-2008, 09:17 AM
|
#12
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
yes you can use whatever skin you would like.. you would just need to modify commands on the skin. So you install RRFusion. And lets say open is port 0 on your FB and close is port 1, simply assign two buttons commands. First button is DIGITALOUT0TOGGLE and second button is DIGITALOUT1TOGGLE. Real easy
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
07-18-2008, 09:30 AM
|
#13
|
|
Constant Bitrate
Join Date: Aug 2006
Location: Central PA
Posts: 208
|
Wow that is really simple. Thanks for putting that together  .
|
|
|
07-18-2008, 10:04 AM
|
#14
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
it was needed.. i will be expanding in the future as well. I'll implement timed events on the digital output commands soon. So you could put DIGITALOUT0ON;10 as a command. Using that command, the output would toggle ON for 10 seconds then turn itself off. a little logic never hurt nobody
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
09-22-2008, 01:24 AM
|
#15
|
|
Constant Bitrate
Join Date: Jan 2006
Posts: 175
|
Quote: Originally Posted by Sonicxtacy02 
yes you can use whatever skin you would like.. you would just need to modify commands on the skin. So you install RRFusion. And lets say open is port 0 on your FB and close is port 1, simply assign two buttons commands. First button is DIGITALOUT0TOGGLE and second button is DIGITALOUT1TOGGLE. Real easy
would it have to be two diffrent buttons in rr? how would u use two relays then? wouldnt it be just one button and one relay and the same command, "garage" for instance would do both open and close the gargage because the relay would only have to work for a second or so?? just like the restart button on carpc's. sorry i probably worded that horribly. i dont know how else to say it? hope u understand what i mean
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| 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 03:42 PM.
| |