normalization could / should also be done in the measurement container #6

Open
opened 2025-10-21 08:05:01 +00:00 by renederen · 0 comments
Owner

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('%')

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('%')
renederen added the
Kind/Enhancement
label 2025-10-21 08:05:01 +00:00
Sign in to join this conversation.
No description provided.