Page 1 of 1
Combinator Problem
Posted: Sun Mar 22, 2020 4:03 pm
by javier2205
Hi
Help pls
i want that the right aritmetic combinator gives an output of the signal 2 with the "and" option, all of this with the inputs 1 and 2, why this doesn´t work if everything is ok?
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:05 pm
by Loewchen
Do you know what bitwise AND does?
If yes, what output do you expect and what do you get instead?
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:12 pm
by javier2205
I want that the final output was the 2 signal
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:14 pm
by Loewchen
javier2205 wrote: Sun Mar 22, 2020 4:12 pm
I want that the final output was the 2 signal
That answers neither of my questions.
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:26 pm
by javier2205
I don´t know if i am using it right, but I used the AND option with the other combinator and it worked.
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:50 pm
by Loewchen
What do YOU want the combinator to do with "signal 1" and "signal 0"?
Re: Combinator Problem
Posted: Sun Mar 22, 2020 4:53 pm
by javier2205
If the signal 0 and the signal 1 are true, i want signal 2 as output
Re: Combinator Problem
Posted: Sun Mar 22, 2020 5:16 pm
by Loewchen
Use arithmetic combinator that multiplies both input signals, output to a decider combinator that outputs 1 if its input is >0.
Re: Combinator Problem
Posted: Sun Mar 22, 2020 5:24 pm
by javier2205
THANK YOU!!!!!!!!!!!
It´s working, the problem was that the numbers that the combinator compare were diferent