You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: Add rose(), fell() and possible other state-changing methods to analog sources OR create a specific ChangeDetector unit to do so for all nodes
#89
These would need an extra argument which could be some kind of tolerance.
Problem with this could be that is would represent an extra cost in memory to keep the previous value.
Different things to consider:
roseAbove(threshold)
fellBelow(threshold)
roseBy(variationPerSecond)
fellBy(variationPerSecond)
crossed(threshold)
changedBy(variationPerSecond)
The text was updated successfully, but these errors were encountered:
An alternative would be to create a specific Node for the job that would generalize the concept. It could potentially be able to handle both digital and analog nodes. Something like ChangeDetector or something.
sofian
changed the title
Idea: Add rose(), fell() and possible other state-changing methods to analog sources
Idea: Add rose(), fell() and possible other state-changing methods to analog sources OR create a specific ChangeDetector unit to do so for all nodes
Jan 3, 2025
These would need an extra argument which could be some kind of tolerance.
Problem with this could be that is would represent an extra cost in memory to keep the previous value.
Different things to consider:
The text was updated successfully, but these errors were encountered: