Sorry for being late to the party. Just noticed this post.
Can you please name one company which will supply pressure or temperature transmitter with SIL3 rating because i heard from my supplier (most trusted US based company) that nobody will supply SIL 3 rating
ABB.
But just having a SIL3 pressure transmitter is only the beginning of the solution.
While the ABB 2600T pressure transducer can be used in a SIL3 system you will need two of them installed in a 1oo2 (1 out of 2) configuration. In a gross oversimplification, you are essentially installing two SIL2 devices in parallel, either of which can initiate a safety shutdown.
Back to your original questions.
1) What is the difference between SIL2 and SIL3?
Safety Integrity Level is a measure of the probability of a dangerous failure when a demand is placed on the system. i.e. if the pressure exceeds the predetermined limits what is the chance that the system will fail to respond properly. SIL3 = 10^-3 or .001; SIL2 = 10^-2 or .01. This probability includes all parts of the system (input, logic, and output). In a simple case this would be the pressure transmitter, PLC, and pressure relief valve.
2) Is SIL3 instruments available? or only it possible by providing 2 nos of SIL in same service.
As I noted above, there are transmitters that can be used in a SIL3 system, but you will have to use multiple in parallel.
3) How to calculate PFD (possible failure detection ) for instruments.
There is various software available for doing this, if you are good with probabilities you can do it by hand on a piece of paper.
PFD of the system is the sum of the PFD of all the components.
The PFD of each device should be obtained from the manufacturer's data. ABB lists the 2600T at about 3x10^-4. A GuardLogix controller (because I'm familiar with them) is 5.5x10^-6. Input and output modules are roughly the same. And a valve might be about 1x10^-4.
Briefly, (3x10^-4 )^2 gives us the probability of both transmitters failing simultaneously (remember they are in parallel). 3 x (5.5x10^-6) gives us the total of the PLC input, PLC controller, PLC output failing (these are in series). And again (1x10^-4 )^2 gives us the probability of both valves failing.
(3x10^-4 )^2 + 3 x (5.5x10^-6) + (1x10^-4 )^2 = 1.66x10^-5 which exceeds the requirement for a SIL3 system, which is of course 10^-3.
I would recommend using software.