RTD 100 hooked up to Lee Dickens BD-300 Isolating Signal Converter, Issues Reading the Output

adcconversionprobesignaltemperature

I have a three wire RTD 100 probe and a BD-300 Isolating Signal Converter. I wired up the BD-300 like the datasheet said to, and the unit powers powers on and indicates that it has power (red LED is on). However I do not get a stable voltage from the output pins. I have my multimeter hooked up black to output pin 7 and red to output pin 8. The voltage that I get cycles from 0mv to about 400mv and
then repeats.

If I read the center lead of the RTD (while hooked up and powered on) and an outside lead, I get about 110ohms which looking against this table tells me I'm in the ball park for the right temperature. So it seems like my probe is good to go.

The converter did come with a funny looking yellow resistor looking item with markings that I can't make out, bridging to the 4 and 6 input pins.

Any help with this or pointing me in the direction to do more reading would be greatly appreciated, my google searches have turned up nothing other than advertisements (I probably don't know the correct search terminology).

If it matters my end goal is to be able to read the temp value, accurate to 0.1 degree, and use it with a PID loop to control mash temperatures for homebrewing. So if there is an easier way to interface this probe, I'm all ears!

Best Answer

If you were expecting a 1-5V output and you accidentally purchased a current output model isolator, simply connect a high-precision 250 ohm resistor across the output terminals (or even better, across the input terminals of whatever is connected to your signal isolator). Resistors of this type are commonly available for exactly this purpose.

Ohm's law:

V = I * R

V = [4mA - 20mA] * (250 ohms)

V = 1V - 5V

While it may seem like a pain, a 4-20mA signal is preferable to a voltage output in many applications:

  • It allows the detection of a broken sensor wire (it goes to 0mA) in addition to sensing the process variable (sensor output).
  • Some sensors can be 'loop powered' - they require less than 4mA to operate, and can therefore be used as a two-wire device without need for a separate power supply wire. The savings in wiring cost alone can be significant.
  • A current signal eliminates error due to resistive losses in the conductors between sensor and readout/ADC. (Though it trades this for errors related to the 250 ohm resistor)
  • Noise immunity is substantially better due to the inherent common mode rejection. This is a huge win in industrial settings when tend to be very electrically noisy.