Dear CR4 colleagues,
I would like to secure a process where a parameter is critical, but measured only with one sensor S1.
To improve the safety by doubling the sensor (redundancy), which algorithm has to be used to react on a process with 2 sensors S1 and S2 ?
Only checking the difference between the sensors is clearly not enough (what happens if they drift identically ?)
Do you have a known solution to define the reaction/alarm rule, like
react on the process if (absolute value of(S2-S1)) > predefined high limit
or
(slope of S2 - slope of S1) > predefined slope limit
or something else ?
thanks,