02-25-2022 09:39 AM - edited 02-25-2022 09:41 AM
I am on the west coast just having my coffee ☕. I'll have a look once I am near a computer 💻.
Have you looked at the debugging tools yet? (Execution highlighting, probes, etc?) It's like open brain surgery!
02-25-2022 10:53 AM
I tried Highlight execution, and the data seems to flow through the false case of the 5th queue, but I still don't know why.
02-25-2022 11:13 AM
Probably because you did not invert the lower input to the compound AND (notice the little circle?).
02-25-2022 04:26 PM
Thank you that fixed it and I was able to code the rest of my queues,
Now I just want to ask if I can also add a function that counts the time an element takes to get from queue 1 to queue 7.
02-25-2022 04:50 PM
I tried adding to the clusters a "time" section along with category and life expectancy, but then I didn't know how to make it start counting time.
02-25-2022 05:25 PM
Very similar to what we use to see if entries expire.
02-25-2022 07:51 PM
But then how can I isolate it for the individual elements.
02-26-2022 12:36 PM - edited 02-26-2022 01:39 PM
Currently, you write two items to the cluster. Once you have also a time element, write that too.
02-27-2022 01:03 PM
Can I just ask what does this circled area do, because I tried adding a third control into the cluster and I expanded the index array function but then I got those wiring errors, also I tried expanding the bundle by name function, but then I didn't get the third element that I added into the cluster.
So what did I do wring.
02-27-2022 01:11 PM
Can you please tell me what does this circled area do, because I tried adding a control to the cluster in the front panel and I expanded the index array function but I got those wiring errors. Also I tried expanding the bundle by name function but I didn't get the third element that I added to the cluster.
So what did I do wrong