We ignored potential hazardous Failure Rates of Sensor, Actuator, and input circuit. Supposed that potential hazardous Failure Rates of Logic unit is FR1, and potential hazardous Failure Rates of Output unit is FR2. Meanwhile, We ignored all Common Cause Failure.
Tolerable Hazard Rate in IEC62425 is like PFD in IEC61508 . For And Gate Logic, THR = FR2 * TI (TI is mean test times)
There are two ways to calculate THR of 1oo2 with comparison
One way is THR = FR1 2 * TI + FR22 * TI;
Another way is THR =( (1-C)(FR1 + FR2))2 * TI; C is compasion coverage rate of Logic unit and Output unit .
Which one is correct? Thanks