Ok, can you also post the code from your "io" area please
MDX Code
<general>
<!-- Begin Remote Control Configuration -->
<remote status="disabled" user_name="default" port="4242"></remote>
<!-- End Remote Control Configuration -->
<com status="enabled">
<commands>
<command id="RoadRunnerCommand" minimum_delta_vote_time="100">
<do function="trigger output" functionTargetID="Digital Output 0" vote_opinion="on" vote_priority="medium"></do>
<do function="trigger output" functionTargetID="Digital Output 1" vote_opinion="on" vote_priority="medium"></do>
</command>
</commands>
<executable_commands>
<external_COM_id id="RoadRunner.SDK">
<command internal_id="RoadRunnerCommand_PLAY" external_command="Execute">
<parameter order="0" external_command_parameter="PLAY" />
</command>
</external_COM_id>
</executable_commands>
</com>
</general>
RR code
B,75,372,254,48,"fusion_vote_RoadRunnerCommand",
L,96,402,602,135,255,255,255,18,"Arial Narrow:B","fusion_ai_0",
Ok, can you also post the code from your "io" area please
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
<io>
<!-- Begin Fusion Brain Instances -->
<brain id="My Fusion Brain 0">brain id 0</brain>
<!-- End Fusion Brain Instances -->
<!-- Begin Timer Setup -->
<timer id="input" interval="75"></timer>
<timer id="output" interval="100"></timer>
<timer id="gui" interval="50"></timer>
<timer id="logic" interval="50"></timer>
<!-- End Timer Setup -->
<!-- Begin Digital Output Instances -->
<iochannel id="Digital Output 0" port="0" brain="my fusion brain 0" type="digital_output">
<defaults defaultstate="off"></defaults>
</iochannel>
<iochannel id="Digital Output 1" port="1" brain="my fusion brain 0" type="digital_output">
<defaults defaultstate="off"></defaults>
</iochannel>
<iochannel id="Digital Output 2" port="2" brain="my fusion brain 0" type="digital_output">
<defaults defaultstate="off"></defaults>
</iochannel>
<!-- End Digital Output Instances -->
<!-- Begin Analogue Input Instances -->
<iochannel id="Analogue Input 0" port="0" brain="my fusion brain 0" type="analogue_input">
<options history="15" auto_average="true"></options>
</iochannel>
<!-- End Analogue Input Instances -->
</io>
If you make a button to turn it on, does it work? How are you testing that it works or doesnt work? Can you make a virtual brain (under debug options) for testing?
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
i have a button in FCC to turn those outputs on, and they come on. I have a virtual brain setup right now testing it.
i still cant get RR to control Fusion, I get fusion to control RR fine
Any ideas?
what version is your exe?
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
3.1.0.772
I will be getting to you and figure this out. This is just a really bad time right now.
I had 4 finals today, 1 tomorrow, 1 wednesday, and some essays and projects to do for university.
After Thursday/Friday, things will be calmed down a bit and I will be able to start working on this again.
So just so you know I am not trying to ignore you, and later this week I can get back working on it.
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