Model Editor [11-02-2021]
- FIXED:
Bug Fixes:
- Material Types and/or their attributes can now be deleted even if the attribute(s) has limits
- Quantity Kinds Library now updates correctly after libraries are added or deleted
- Updating Relationship Type's subject or object type pair no longer deletes all relationships with the same pairing
- Model Editor users can now unlink the internal name from the display name
- Expressions: Evenly averaged sample function under some situations would return NULL as the last value
- ADDED:
- Access to Scripting is now protected by Access Levels, just as the Model Editor itself is.
- Better and simpler averaging for real time displays and expressions that remove noise while allowing averaging close to real time.
-
Added expression functions for simple and weighted moving average. Both functions use the interpolation methods to determine the weight of each point or line segment.
The simple moving average is averaging data over a fixed time period in the past. All values/segments get the same weight independent of how far back in time within the time window the point is.
The weighted average is averaging data over a weighted time period in the past. The further away that a value/segment is, the less weight it will have.
-