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:
Thanks!
How to use a Display for circuit values.
-
- Long Handed Inserter
- Posts: 69
- Joined: Thu Apr 07, 2016 9:17 pm
- Contact:
Re: How to use a Display for circuit values.
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.
See e.g. viewtopic.php?p=644584.
-
- Long Handed Inserter
- Posts: 69
- Joined: Thu Apr 07, 2016 9:17 pm
- Contact:
Re: How to use a Display for circuit values.
Yes, a common solution to a different problem.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).
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!