In this section we want to answer question around specific calculations in jBEAM.
Table of Contents |
---|
How to use map values in formula?
Only the Formula Editor with Text Resolver allows the direct selection of a map value in the window. For the other two (Formula Editor for numeric Objects, Formula Editor for numeric Channels), the map value must first be converted into a data object.
Proceed as follows:
Use Property → DataItem component (menu: Math → Conversions) and select the requested map value. If the map value provides a measurement unit, this gets also applied to the data object:
The result from step 1 is a data object you can use in i.e. Formula Editor for numeric Objects:
The result of max(abs(A)) in formula editor for numeric object (line by line)is max (A), not considering the negative part
...