age-series / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Other
66 stars 32 forks source link

Multimeter not displaying correct values on analog microchips #209

Closed dennis-qt closed 2 years ago

dennis-qt commented 4 years ago

When probing analog microchips with the multimeter, values are treated as digital values. So input signals below 10V are shown as "0", signals from 10V to 30V are shown as "?" and signals above 30V are shown as "1". Outputs are always shown as "0" except when the output signal is clamped down to 50V (for example a summing unit with two inputs that, when summed, result in a number greater than 100%)

Grissess commented 4 years ago

Tracked down to this implementation.

What would we rather it display instead? "Signal voltages"? Floating point values?

dennis-qt commented 4 years ago

I'd say floating point values since the values are 0 - 1 for the digital chips

jrddunbr commented 4 years ago

@Grissess The chips show signal voltages in waila so I would stay consistent with that.