It shouldnt matter assuming you have the same software.
yep, i'm using winamp 2.95 (this too was on an old post). I'll have a good play tonight to see what's what.
i'll give the dragging of the target a go. will it matter that i am developing on my home pc, rather than my carputer?
It shouldnt matter assuming you have the same software.
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
same software (winamp 2.95, roadrunner etc), but one is on XP, one on vista. i presume this won't be an issue.
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
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, i had my first button working (rewind)
so i steamed ahead and added another 2 analogue inputs.
set up the send key for play/pause and ffwd.
it appears that ony the last one i set up works (button 1 has stopped working, only button 3 works).
any ideas?
Code:<!-- Begin Logic Declarations --> <all_statements> <if fire_on="input" minimum_delta_vote_time="500" id="Root Function #"> <boolean_operation type="greater than"> <parameter1> <analogue id="button1" time="0"></analogue> </parameter1> <parameter2> <number>2.5</number> </parameter2> </boolean_operation> <then> <do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="Z" vote_priority="Low"></do> </then> </if> <if fire_on="input" minimum_delta_vote_time="500" id="Root Function #2"> <boolean_operation type="greater than"> <parameter1> <analogue id="button2" time="0"></analogue> </parameter1> <parameter2> <number>3</number> </parameter2> </boolean_operation> <then> <do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="C" vote_priority="Low"></do> </then> </if> <if fire_on="logic" minimum_delta_vote_time="100" id="Root Function #3"> <boolean_operation type="greater than"> <parameter1> <analogue id="button3" time="0"></analogue> </parameter1> <parameter2> <number>3</number> </parameter2> </boolean_operation> <then> <do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="B" vote_priority="Low"></do> </then> </if> </all_statements>
you have the timers set to input on 2 of them, and logic on the last. There was an update to MDX but not the configurator yet, that deleted the "input" and "output" timers and replaced them with a single "io" timer.
I suggest placing all logic blocks on the logic timer.
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
that did the trick - nearly there!
each button is doing something.... but not necessarily what it has been asked to ... when i press button 2, button 1 and 3 also register voltage.
i read something about this today whilst researching but cannot remember where. do i need to connect all the -ve pins together (or something?)
Bookmarks