Search found 2 matches
- Tue Apr 07, 2020 7:28 am
- Forum: Gameplay Help
- Topic: [Circuit Network] Store the lowest value of a signal
- Replies: 4
- Views: 3635
Re: [Circuit Network] Store the lowest value of a signal
You can read accumulator value through the circuit network; it is hardcoded to the alpha key "A".
The circuit cookbook shows how to make a latch using the circuit network: one decider sets the value, for example, whenever the accumulator value A is less than the current minimum. The second ...
- Mon Apr 06, 2020 7:42 pm
- Forum: Gameplay Help
- Topic: [Circuit Network] Store the lowest value of a signal
- Replies: 4
- Views: 3635
[Circuit Network] Store the lowest value of a signal
I want to store the lowest value of the accumulators, with a reset option. This is to get a rough idea how does my solar panel and accumulator setup keep up with the factory, I can add alerts if it like reached < 30% etc... But I can't figure out how to get the basic idea working.
If you don't ...
If you don't ...