Dividing a stram of numbers in equal true false sections

Official support for: loomer.co.uk
Post Reply New Topic
RELATED
PRODUCTS

Post

I have a counter ( in the example it's a simple rotary) with increasing value 0-31
I want to didide these into four parts where
the first part <8 =true , if notit's false
second part between 8-16 true, everything outside the boundary is false .etc..
I Tried comparison modules but it' gets a mess really quickly
The easiest I can come up with is this , each section goes into a true module ,
Image

But then I would also need to add a false module for every number that falls outside the given range
Like this Anything more streamlined ?
Ideally a module that has a min-max range and outputs true when incoming value lies within that range , false if not
Image
Eyeball exchanging
Soul calibrating ..frequencies

Post

Making progress , still not there .
The difficult part are the sections wthin a given range
Image


I think i've got it , the only problem is the comparsion sign , I need an equal to , not is less then and equal
Scalar == works , but now I get errors
Image
The problem is that the rotary dial ( which represents a counter ) needs to go multiple destiantions ,first to the switch and then comparison and trigger it , but for some reason the order module ( with 8 outputs) still gives errors .
I still think I am overcomplicating things and there is a much easier and more streamlined method
Image
Eyeball exchanging
Soul calibrating ..frequencies

Post

Modulo and floor division is a lot easier .
This should do it
Image
Eyeball exchanging
Soul calibrating ..frequencies

Post Reply

Return to “Loomer”