-
Notifications
You must be signed in to change notification settings - Fork 15
Request: sum numetic value of multiple incoming connections #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This would make sense, but it would require major changes to the way data wires work. I am planning to rework some aspects of the logic system in the future, so I'll take this into consideration, but it's not something that can be done simply right now. |
flippin extractor
Put in one way pipe
fix from krypt-lynx for liquid sensor init and addition of liquid level output
|
Can I work on this improvement? This may requare dataware api internal logic changes. |
|
You're certainly welcome to work on it, though I can't promise we'll use your solution. I'm interested to see how you'd approach this. |
|
Idea is to use two state tables: current and future values. All changes will be in one file. But in best way it require analog of main function for global scripts. |
|
Ok, this issue require global persistent data storage for correct realisation. I have two solutions for this, but first is too buggy and second is too tricky: I'm prefer second solution because it can be used for improving existing APIs. Store pipes graph, for example. P.S.: Please, reopen this issue. |
|
I did used _ENV.math for store data between objects |
This can simplify the schemes that use the operators