Hello,
My question is related to logic gates. In the AND XCOS demo file, I have found a red AND gate. It looks like that:
I need the OR gate, but I can’t find it.
If someone knows something about it, thank you in advance.
Pascal 77
Hello,
My question is related to logic gates. In the AND XCOS demo file, I have found a red AND gate. It looks like that:
I need the OR gate, but I can’t find it.
If someone knows something about it, thank you in advance.
Pascal 77
You have the generic logic block
which allows you to define an arbitrary binary boolean operator.
S.
Thanks Stéphane. I will try it. Your answer means that the expected block does not exist in XCOS? I mean this block:
I found a block which is a kind of OR GATE (CLKSOMV_f):
Now, I need the BOOLEAN NEGATION “NOT gate”. Something like that:
According to me, a way of progress for XCOS should be to develop some boolean logic gates totally in the “red domain”. It should avoid to always switch between “black” and “red” .
At least, a NOT gate. After we can built any logic gate with NAND and NOT gates.
Pascal77