Dear all,
I have a board based on PSOC5 which is able to measure up to 3 RTDs temperature sensors. Please find attached the block diagram for the temperature sensors and the schematic for one of them.
This schematic is based on C8CKIT-025 evaluation kit of Cypress ( I attached the CY8CKIT-025_User_Guide for easy access), and in particular in pag 27/86. In summary, the working procedure is as follow: there is an IDAC to supply current (1mA) to a calibration resistor, and measure the voltage drop on this (100 ohm) reference resistor through a MUX and the ADC. Then, the same IDAC supply current to the Rrtd (the sensor) and then measure the voltage drop of such sensor. The difference of the voltage give us the temperature.
Passing the CE marked test in a certification laboratory, it was necessary to add 100 serial resistor to all the input to the PSOC when 4KV discharge was done on a plane 1 mm below the board (ESD test) because the PSOC reset. So now I am testing the effect to add such resistor in the board.
I cant not test this but I dont see any problem to add 100 ohms serial resistor in the PT100_P and PT100_N signals because they end in the ADC so they are high impedance signals. do you agree?
On the other hand, what I can test is the behavior when I change R165 and R142 to 100 Ohms.When I do these changes, the temperature seems to go 2-3ĀŗC below the real temperature and I dont understand why, because what I am measure is the voltage drop in the sensor resistor so these changes shouldnt affect. Does anyone can tell me the reason? Is not the IDAC strong enough to supply 1mA to the sensor with this new resistor values?
If you need further details please do not hesitate to ask me.
Any comment will be wellcome.
Thanks in advance,
Joaquin.
Solved! Go to Solution.
Joaquin,
Simplifying your circuit by making the caps and transient suppression as inconsequential, I've provided a simulation schematic below that has been run in DC operation point mode. You can see the difference between the PT100_P and PT100_N values in either case are still 100mV. Therefore, in theory you are correct. There should be no change in reading. However, this assumes ideal components.
For example:
Len
"Engineering is an art. The art of compromise"
Joaquin,
Simplifying your circuit by making the caps and transient suppression as inconsequential, I've provided a simulation schematic below that has been run in DC operation point mode. You can see the difference between the PT100_P and PT100_N values in either case are still 100mV. Therefore, in theory you are correct. There should be no change in reading. However, this assumes ideal components.
For example:
Len
"Engineering is an art. The art of compromise"
Hi Lepo,
Thank you very much for your answer, very complete and interesting.
We are using only one IDAC and a mux to change between calibration resistor and sensors. We are usign an ADC in differential mode.
After you comment, we will reduce de capacitors in the lines to 1nF, and add 100 ohms resistors with 0,1% precision.
We will check in firnware if we are turning off the IDAC to avoid sensors self heating.
We can not change connectors and they are not gold plated, but I think the above small modification we should get a nice temperature.
Again, thank you very much for your support!
Regards,
Joaquin
Joaquin,
I'm glad I could help.
The smaller caps across the transient components are better. The transient components have a minimum response time (usually measured as time to reverse recovery = trr). The smaller caps (preferably as a MLCC) can react faster to make up for the relative slowness of the transient suppressors.
I do recommend performing a differential ADC measurement across a series reference resistor coming out of the IDAC. This is can be used to compensate for the IDAC set current not being EXACTLY what is expected.
There are other ways to nullify the ADC offset error because you are using the IDAC. But that's for another day. Another design.
Len