I think the best design would be LUA which shows nothing when the value is 0 but anything above will display a value on screen sorted highest to lowest. That way it can expand and shrink depending on what's going on. If in the future we need a longer list maybe rotate the display with a 2x1 or 3x1 so it's 3 high. I'd try this but I'm not a programmer. I can do stuff with nodes but struggle with the basics in LUA.
You could have the tool tip say the type of of fuel. Use the tooltip on/off, and add one for each fuel type, set them to display only if no error. Use an equals then not on each one. Wire up the property to all of them and constant numbers to each one selecting it's composite number. Now, all of them will be on except for which ever is selected and they will be hidden. The selected one will be off and visible. You could set them to only display when on and skip the not gates, but off shows in black whilst on shows in red, which is fine if there's an error and you want to get some attention.
I didn't realize it had a composite node either! You learn something new every day
They really slipped this one in!
very handy ill add this to my submarine for gasses
is there any reference to what each channel is? i mean official reference or cheatsheet? cant seem to find it (for the meter i mean)
I think the best design would be LUA which shows nothing when the value is 0 but anything above will display a value on screen sorted highest to lowest. That way it can expand and shrink depending on what's going on. If in the future we need a longer list maybe rotate the display with a 2x1 or 3x1 so it's 3 high.
I'd try this but I'm not a programmer. I can do stuff with nodes but struggle with the basics in LUA.
You could have the tool tip say the type of of fuel.
Use the tooltip on/off, and add one for each fuel type, set them to display only if no error.
Use an equals then not on each one.
Wire up the property to all of them and constant numbers to each one selecting it's composite number.
Now, all of them will be on except for which ever is selected and they will be hidden.
The selected one will be off and visible.
You could set them to only display when on and skip the not gates, but off shows in black whilst on shows in red, which is fine if there's an error and you want to get some attention.