I'm in the very early stages of this... but i'm at the point where i can open a topic regarding it. TONS OF THANKS goes out to
mx270a for creating his open source VB control app. Without his guide i wouldnt have created this.
What it is?
RRFusion is a RR extension plugin writtin in VB.net 2008. It will communicate with the FB via the fusionusb.dll. This will allow:
-labels for analog inputs... both in raw form and in converted values.
-indicators for FB connection status (connected/disconnected) and indicators for digital outputs (on/off) AND digital inputs (on(5v), off(gnd))
-commands for control of the FB including connect/disconnect, digital output control (on/off) for all digital outputs.
-whatever else i can think of.
What is required?
-.net framework 3.5 (2.0 MIGHT work, but 3.5 for sure)
-roadrunner SDK enabled version (any recent version will work)
-Fusion Brain installed with drivers.
-Recommended minimum 1ghz processor. Runs just fine on my d201gly
as with all my plugins i'm attempting to make this very simple. as it stands its MUCH easier to skin for than FCC IMHO... controlling things like output default states are as simple as creating ONSKINLOAD and ONEXIT rr events in exectbl.ini. If anyone can think of anything that really needs to be added let me know and i'll see what i can do.
Current Status:
All single instance features working!
www.sonicxtacy.com/rrfusion.rar
Latest Version:
8/18/08
Updates: Fixed decimal place parsing, added digital input indicators.