normalization could / should also be done in the measurement container #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build a functionality which can normalize between min / max real-time or absolute given values set by the algorithm or user so that the measurement container can also track and update % or other normalizations on each change of the original value.
Now this normalization happens outside of the container for each node separately.
Quick fix for this moment is to store it sepperatly and calculate outside of measurement container example:
this.measurements.type("volume").variant("procent").position("atEquipment").value(proc).unit('%')