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
In shutoffForce we have the "upperWarn", "target" etc. corresponding to limts for this point value. However, it is not explicitly expressend, that the limits & target belong to the paramter force. This is very limiting for analytics cases. Hence I suggest to modify the special values in the give example as follows:
This way it would be explicitly modelled that the limits belongs to the force tag. Even more, it would allow to combine "shutoffForce" and "shutoffPressure" into a single special value "shuttoff" and making int multi-dimensional.
With this change, PPMP process messages would also support single point measurments as well as they support series. (When doing that, please also consider making the series element optional for cases, where a device only measures single points.)
The text was updated successfully, but these errors were encountered:
Hi, I am trying to understand Special Values for a case where I want to trasmit distinct single measurments via PPMP.
In the example it says:
In shutoffForce we have the "upperWarn", "target" etc. corresponding to limts for this point value. However, it is not explicitly expressend, that the limits & target belong to the paramter force. This is very limiting for analytics cases. Hence I suggest to modify the special values in the give example as follows:
This way it would be explicitly modelled that the limits belongs to the force tag. Even more, it would allow to combine "shutoffForce" and "shutoffPressure" into a single special value "shuttoff" and making int multi-dimensional.
With this change, PPMP process messages would also support single point measurments as well as they support series. (When doing that, please also consider making the series element optional for cases, where a device only measures single points.)
The text was updated successfully, but these errors were encountered: