Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added 'How to use map values in formula' chapter

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:

  1. 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:

    Image Added
  2. The result from step 1 is a data object you can use in i.e. Formula Editor for numeric Objects:

    Image Added

The result of max(abs(A)) in formula editor for numeric object (line by line)is max (A), not considering the negative part

...