/
RecordMaxValue and RecordMinValue Blocks
RecordMaxValue and RecordMinValue Blocks
RecordMaxValue
Receives a number in input and this value is stored only if it is bigger than the previous value received by the same input.
The reset input set the result output to 0 when its state is TRUE.
Input:
val (number)
reset (boolean)
Output:
result (number)
RecordMinValue
Receives a number in input and this value is stored only if it is lower than the previous value received by the same input.
The reset input set the result output to 0 when its state is TRUE.
Input:
val (number)
reset (boolean)
Output:
result (number)
Related content
Staging Block
Staging Block
Read with this
Math Blocks
Math Blocks
More like this
HistoryValue Block
HistoryValue Block
Read with this
Compare Blocks
Compare Blocks
More like this
Logic Builder Blocks
Logic Builder Blocks
Read with this
AboveBy and BelowBy Blocks
AboveBy and BelowBy Blocks
More like this