studio-minus / ppg-bugs-and-requests

Bug report issue tracker
19 stars 27 forks source link

Additional option for the counter #3316

Open firosky opened 7 months ago

firosky commented 7 months ago

Feature description

The option for the counter is subtraction. It should work like a normal counter. But the main difference is that it will send a signal only if it is signaled with a red signal and the value in the counter is greater than zero.

Feature purpose

green signal - increases the value, when the maximum value is reached nothing happens and the value does not change. red signal - decreases the value by one unit to zero, if the value was greater than zero, then give a signal. blue signal - resets the value to zero.

With this option it will be possible to check the number in the counter, write it to another counter, subtract the number of one counter from another and so on.

Personally, I want to use it as a memory cell in my mechanism because it is convenient to store a large number of values in the counter and also to make a small and fast calculator based on it.

Additional context

No response