09.08.2018, 18:55
Hi. I have 5 1bit inputs and I want a logic or gate that converts the output to byte.
False = 0%
True =100%
How will the code look like?
False = 0%
True =100%
How will the code look like?
Or logic gate
|
09.08.2018, 18:55
Hi. I have 5 1bit inputs and I want a logic or gate that converts the output to byte.
False = 0% True =100% How will the code look like?
10.08.2018, 06:16
Add or_gate tag to each input object. Add an event script mapped to or_gate tag. Change 32/1/4 to your output object address.
Code: value = false |
« Next Oldest | Next Newest »
|