The Fault Logic Editor allows you to select sensors, logic operators, math operators, etc. to configure a formula that results in an output. The rule fault logic has access to the rule formula output and all sensors defined in the Rule Sensors table. The values for each sensor for the particular timestamp can be used to calculate a rule fault logic output.
After making any changes, make sure to select Save in the Edit Custom Rule section.
The following blocks are available: Block Description Return Block Sensor Block Integer Block A number. Arithmetic Block +Returns the sum of two numbers - Returns the difference of two numbers x Returns the product of two numbers ÷ Returns the quotient of two numbers ^ Returns the first number raised to the power of the second number Square Root Block Rounding Block Clamping Block Equality Block Inequality Block And Block Not Block True or False Block Null Able Type Block Conditional Operator Block List Block Formula Value Output
Necessary for all formulas.
Select the sensor from the drop-down menu.
Return based on chosen arithmetic sign:
Returns the square root of a number.
Returns the square root of a number.
Constrains a number to be between the specified limits (inclusive).
Returns true if both inputs equal each other.
Returns true if both inputs do not equal each other.
Returns true if both inputs are true.
Returns true if the input is false, returns false if the input is true.
Returns either true or false.
Returns null.
Checks the condition in 'test', if the condition is true returns 'if true', if the condition is false returns 'if false'.
Creates a list with any number of items.
The value coming from your formula logic