Uni math (BUniMathBlock)

This block provides a single-operand math expression that corresponds to the functions in java.lang.Math. It supports both trend and value requests. If the expression results in NaN or Infinity, the block sets the null status flag.
Figure 191.   UniMath properties
Image

To view these properties, double-click the block on the Wire Sheet or the block name in the Nav tree.

Property Value Description
Out read-only value slot Outputs the configured Operator applied to the In value.
In required value slot Links from the output of other logic blocks or data sources to supply trend data to the current logic block.
Operator drop-down list (defaults to Abs) Defines the function to perform.

Abs outputs the absolute value of inA.

Acos outputs the ArcCosine.

Asin outputs the ArcSine.

Ceil outputs the smallest (closest to negative infinity) floating-point value that is greater than or equal to the In value and is equal to a mathematical integer.

Cos outputs the Cosine.

Exp outputs Euler's number e raised to the power of In value.

Floor maps a real number to the smallest following integer.

Log returns the natural logarithm (base e) of the In value.

Negate outputs the negative value of the In value.

Round outputs the In value rounded to a mathematical integer.

Sin outputs the Sine.

Sqrt outputs the square root of the In value.

Tangent outputs the tangent of the In value.

To Degrees converts the In value from radians to degrees.

To Radians converts the In value from degrees to radians.