#Logic - Input values

1 messages · Page 1 of 1 (latest)

hardy narwhal
#

Wanting to have a weather sensor light up one light bulb which represents the signal strength (1 through 6)

foggy kettle
#

The And gate. It has two inputs that will let the output signal pass if both are the same.

hardy narwhal
#

Good point, never thought about that. Thanks!

hardy narwhal
foggy kettle
#

Yea, the number interface

hardy narwhal
#

Solid thanks for the help

foggy kettle
hardy narwhal
#

Is there such thing as a signal booster?

#

Have tried signal addition using calculator but it doesnt result in what I want

round robin
#

if you want a very specific number just combine it with numberr interface

hardy narwhal
#

What do you mean sorry, is there a component called a number combiner?

hardy narwhal
#

So using a signal strength 1->6 what would I do to have an output of 10?

round robin
#

oh if you want that just use a T-Flipflip, NotGate connected to another NotGate

#

or you could always set a calculator(addition) with number interface of 4 to the side

hardy narwhal
#

Have tried the calculator but when I want the strength to be 0 it sets it to 4

round robin
#

what are you trying to achieve with this?

#

you could always try to do something like this

#

i think it would work better in your design

#

just change the button and incrementor next to it for a number interface

hardy narwhal
# round robin what are you trying to achieve with this?

Have the weather sensor detect the weather

It outputs a strength 1 - 6 depending on the weather
Have 6 light bulbs (with signs next to them)
If signal from weather sensor is 1, the first light bulb lights up with a strength of 10
If signal from weather sensor is 2, the seccond light bulb lights up with a strength of 10
etc etc

round robin
#

remove this part and just connect directly to the light bulb the AND gates

hardy narwhal
#

Without that the light which should be light up will only be of a strength 1,2,3,4,5 or 6 and not 10

round robin
#

hold on let me do it in my base

hardy narwhal
#

ok no worries

round robin
hardy narwhal
#

Alans auto logistics

#

The box has 4x on them but I scaled down to just a single light bulb

round robin
#

just do the orange line to all the other ones

foggy kettle
hardy narwhal
# round robin here

Could you briefly explain it, whats under the number interfaces, the not gates and the wierd antenna things to the right of the lamps

round robin
#

i run out of notgates, if you don't wanna use not gates you can use this one instead number combiner

round robin
hardy narwhal
#

Then just connect two not gates after each and gate output?

round robin
#

connect it to the 2nd port

#

the anthenas are speakers it lets you know what it is "raining, sunny, thunderstorm, etc" base on what you've put inthere

hardy narwhal
#

Ah ok will give it a go, thanks for the help!

round robin
#

np

hardy narwhal
#

Seems to be working, thanks so much for the help!