Page 1 of 1

How to use a Display for circuit values.

Posted: Thu Jan 02, 2025 5:33 am
by Chumfactor
Is there a less annoying way to set up a display to show a circuit value other than making 100 separate rules?

I'm trying to not have to do this:
display-valie.png
display-valie.png (231.73 KiB) Viewed 428 times
Thanks!

Re: How to use a Display for circuit values.

Posted: Thu Jan 02, 2025 6:25 am
by Muche
You can utilize decimal positional number system (instead of a separate rule for each possible value split the value into multiple digits).
See e.g. viewtopic.php?p=644584.

Re: How to use a Display for circuit values.

Posted: Thu Jan 02, 2025 4:33 pm
by Chumfactor
Muche wrote: Thu Jan 02, 2025 6:25 am You can utilize decimal positional number system (instead of a separate rule for each possible value split the value into multiple digits).
Yes, a common solution to a different problem.

I'm trying to create a status board showing several bits of numeric information in a limited space; ideally, 1 display per status.

I can set it up with individual values as shown in OP, but the creation of said status display is rather painful. Even more so if I want to do a dozen or 200 of them. So my question is if there's some sort of clever way to make the text-message be a certain circuit value without requiring the entire range of values/digits.

Thanks!