Ok fixed a variable glitch. H3rk can tell you about it.
RAR: http://www.fusioncontrolcentre.com/T...er20071128.rar
ZIP: http://www.fusioncontrolcentre.com/T...er20071128.zip
No Notepad is hell for this!
I was going to suggest VS or Dreamweaver. Hell even M$ Office is ok at making syntax-correct XML.
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 fixed a variable glitch. H3rk can tell you about it.
RAR: http://www.fusioncontrolcentre.com/T...er20071128.rar
ZIP: http://www.fusioncontrolcentre.com/T...er20071128.zip
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
are there any other functions to pick from other than "enable or disable", "change variable", and "trigger output"?
My plan to trigger a button from primary back to secondary with a variable isn't working. I'm able to affect the variables, they just dont have the affect back up on to the button's state through "attached". I don't mind, if I could just use a fucntion like "change button state" or whatever.
buttons state by a variable. I think you asked already and I am working on it. So keep your code as that, and it will work that way soon.
But there will be other functions. Name and you shall get as long as they are repeats!
Here is what I have so far:
I can add more, just a matter of adding a new vote list and figuring out how to implement it!Code:case "trigger output": case "enable or disable": case "change variable": case "change page": case "change timer": case "change logging": case "send key": case "play sound": case "display warning": case "send email":
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
Oh and I have come to the conclusion through this tedious homework I have that I hate all things done in polar coordinates. Who cares where an imaginary filter pole is... It is IMAGINARY!!!!
:I hate homework smiley:
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
A lot harder than I hoped on that list: I imagined it would have been a generic 'put' command, and any field would be open game.
'rookie idealogy.
Nope, only what I program in is what it does... I could open up compilable plugin code, but that would open up a whole new can of worms, and I do not want to do that until the base is rock solid.
And keep in mind, only the functions that I have put in the current release's skin file are currently supported. For instance right now there is no code present between "change logging" and "send key" but there are like 200 lines between each of the previous if not more.
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 haven't had a lot of time to do real in depth programming for my skin plus im waiting on the delivery of my brain and sensors so i can test some of my coded theories but ive been working on testing different skin idea and im having a problem with one thing currently:
I've figured out how to disable or enable multiple button using 2 buttons that change a variable to 0 or 1 and depending on the variable it runs an if/then statement to disable / enable the buttons i want it to. Works great, but my problem is that I want to fit all my climate control stuff on one page and this method as far as i know requires 2 separate buttons. I like the feature that u can set different text for primary or secondary button states which id like to use in this case, but is there a way i can code a button to toggle the disable / enable feature or to apply a different variable in primary and secondary modes?
Why not make the vote "+1" so it increments it, and then in an if then put a "if the variable is greater than or equal to 2, make it equal to 0". So then push 1 time it goes from 0->1. Push another from 1->2, software then changes that to 2->0 and voila. 0<->1
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