This logic group determines the telegram rate per second for a data point.
The "Trigger" input is the data point that is evaluated.
The output is updated after every full minute.
The procedure is that the telegrams are counted for one minute.
and divided by 60 (telegrams/seconds) before the result is output to the "Result" output.
The "Reset" input resets the counter value at the output back to 0.
The function is initialised with the value 0 via the "Initialise" input.