Ok I'm only 14 so I haven't really got into all this math, logic etc...
However I've started understanding wire alot with normal gates. However the new Expression Gate is obviously the way forward if I want to become good at wire (as it reduces lag and simplifies the use of 15 gates into a mere 1.) I just need a few quick questions answered.
I'm guessing this is how to do a simple addition/subtraction using the Expression Chip.
Code:
N@Addition/Subtraction
I@A B C D
O@Min Add
Add = A + B
Min = C - D
I hope thats correct, if not could somebody go over it quickly, you know point out mistakes, or even tell me a simplier way of getting the same result. Thanks.
One big problem I'm having however is understand how the Timer works (the one listed on the documentation). Could someone run over that, specifically why and how it's working, the most daunting bit is where you have Timer & Timer

Plus the packages bit please.
Oh I'm basically working on a alarm clock sort of device, so understanding that Timer area would be really helpful atm

. Anyway one big thing I've been banging my head to work out is this. Basically the Timer in the documentation outputs minutes, hours and seconds. So I was wondering how is it possible to make three buttons one that sets the minutes, hours, and seconds (everytime I press them the minutes etc increase by one), and like a normal alarm clock if I try to set the seconds greater than 59 it reverts to 0. Then I can use the other button to up the hours and the other to change the minutes (reverts to 0 if greater than 59.)
I basically want the above to be
part of the Timer device in the documentation with it's own seperate screens displaying Hours, Minutes and Seconds that I put in and change with the three buttons. I of course will know how to connect it to the other Timing device in the Expression Gate, I just don't understand how to get the mainframe of this alarm setting area to work. Please help.[/b]
Bookmarks