You are on page 1of 36

TM

RTD & Thermocouple I/O Interface


15-1
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

15-2
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Objectives
Upon completion of this module you will be able to: Define RTD/Ohm I/O Interface Define RTD wiring connections Configure the RTD Card Configure RTD channel properties Configure a temperature module using a RTD sensor

15-3
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

RTD Terminal Block Wiring


2-Wire 3-Wire 4-Wire

15-4
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

RTD Terminal Block Wiring


The DeltaV RTD/Ohm I/O Interface supports up to 8 RTD or Ohm inputs. Resistance Temperature Devices (RTDs) change resistance with respect to temperature. A commonly used RTD is a 100 Ohm platinum sensor with a range from -328 F to 1562 F. The DeltaV RTD card senses the resistance and passes the value as a percentage to the Controller. An AI block in a control module scales the percentage to a temperature value in degrees Fahrenheit, Celsius or Kelvin. In an ideal world a 2-wire RTD would provide a very accurate reading. However, the lead wire resistance will offset the actual temperature. Thus a 3-wire provides a more accurate reading because the RTD card can sense the resistance of one lead wire and negate the lead wire resistance. However, in a 3-wire application we can only estimate the resistance of the other lead wire. Thus a 4-wire is more accurate as it will send a current out (sensor excitation) and determine the actual resistance of both leads and negate all lead resistance. The illustration above shows the wiring connections for 2,3 and 4 wire RTDs connected to channel 1.

15-5
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

RTD Workshop
This workshop requires you to perform the following tasks: Task 1. Task 2. Task 3. Task 4. Task 5. Install the RTD card and terminal block. Wire a 3-Wire RTD. Configure the RTD card. Configure the RTD channel. Configure a control module to show room temperature.

15-6
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Workshop - Install Card & RTD


Step 1. Step 2. Install your RTD card and terminal block in slot 6. Connect the 3-Wire 100 Ohm Platinum RTD to channel 1 as shown below.

Black Red White

15-7
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Configure the RTD Card

Configure a new RTD card in slot 6 by selecting the I/O category and selecting a new RTD Input Card 8 Ch as shown above. Alternately, you may autosense the card if it is already plugged into the carrier.
15-8
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Configure RTD Channel Properties

Select the Properties for channel 1. Define the following key items: Step 1. Step 2. Step 3. Enable the channel. Set the Channel Type to Pt 100 RTD Input Channel. Name the channel with the Device Tag(DST) RTD1.
15-9
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

NUM_WIRES Parameter

Set the NUM_WIRES parameter to 3 as shown above. The 100 Ohm platinum RTD in our workshop is a 3 wire sensor. Therefore, it is necessary to set the NUM_WIRES parameter to 3.
15-10
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Module RMTEMP-101 Configuration

Create a new module as shown above from the Library using the Monitoring/Analog module template. The following pages take you through the AI1 block and modify the necessary parameters to properly read the temperature from the RTD sensor.
15-11
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

IO_IN Parameter

Step 1. Step 2.

Set IO_IN Device Tag to RTD1. Set IO_IN Parameter to FIELD_VAL to read the temperature in degrees. If IO_IN is set to FIELD_VAL_PCT, the output will only show the value in percent which would rarely be used for a temperature.
15-12
Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

FISHER -ROSEMOUNT SYSTEMS

L_TYPE Parameter

Set L_Type to Direct because the transducer, or RTD, has units that directly relate to the OUT value displayed to the operator, -328 to 1562 F.
15-13
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

OUT_SCALE Parameter

Set the OUT_SCALE Engineering Units to C or F depending on your preference. It isnt necessary to enter 0% or 100% scale because the system will automatically scale the output based on the sensor selected on the channel properties. See the result on the next page.
15-14
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Auto Scaling

Step 1.

Step 2. Complete the configuration as follows: a. Assign to your controller b. Save the module as RMTEMP-101 c. Download the module d. Dont forget to download the RTD card
Course 7009 -- Rev 3 - 4/15/01

View the module in the On-line view. As shown above left, while in edit mode the 0% and 100% scale is not defined. Once downloaded the On-Line view above right shows both OUT_SCALE and XD_SCALE are automatically set.
15-15
RTD / Thermocouple / I/O Interface

FISHER -ROSEMOUNT SYSTEMS

Alternative Configuration
The AI block was configured using L_TYPE as Direct. This only requires selecting the units under OUT_SCALE. If L_TYPE were set to Indirect the configuration person would have additional data entry as shown by the . L_TYPE = Direct XD_SCALE 100% = * 0% = * Units = * OUT_SCALE 100% = * 0% = * Units = F L_TYPE = Indirect XD_SCALE 100% = * 0% = * Units = F OUT_SCALE 100% = 1562 0% = -328 Units = F

* Automatically filled in based on channel configuration.


15-16
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Summary
You should now be able to: Define the functionality of the RTD card Configure an RTD card Configure RTD channels Configure a control module to read process temperatures using a RTD

15-17
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

TM

Thermocouple/mV I/O Interface


15-18
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

15-19
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Objectives
This module introduces you to the Thermocouple/mV I/O Interface. Upon completion of this module you will be able to: Define Thermocouple/mV I/O Interface Define Thermocouple wiring connections Configure the Thermocouple Card Configure Thermocouple channel properties Configure a temperature module using a Thermocouple

15-20
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

15-21
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Thermocouple Terminal Block


Thermocouple sensor at the process. Inherent Thermocouple (Cold Junction)

Blue (+)

(+) Positive (-) Negative

Red (-)

15-22
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Thermocouple Terminal Block


The DeltaV Thermocouple/mV card supports up to 8 Thermocouples or mV inputs. Thermocouples consist of two dissimilar metals twisted together which generate a millivolt signal with respect to temperature. The Thermocouple terminal block contains sensors for cold junction compensation. An inherent Thermocouple is created at the screw terminals where the wires are connected. The screw terminals are also dissimilar metals that create a millivolt signal(cold junction). Cold junction compensation counters the millivolt signal generated at the terminal block by sensing temperature at the terminal block with an internal sensor in the terminal block. Note: When the Thermocouple card is plugged into a Thermocouple terminal block the card functions as a Thermocouple card. When the Thermocouple card is plugged into a standard I/O terminal block it functions as a mV card.
15-23
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Thermocouple Workshop
This workshop requires you to perform the following tasks: Step 1. Step 2. Step 3. Step 4. Step 5. Install the Thermocouple card and terminal block. Wire the Thermocouple. Configure the Thermocouple card. Configure the Thermocouple channel. Configure a control module to show room temperature.

15-24
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Install Card & Thermocouple


Step 1. Install your Thermocouple card and terminal block in slot 7.

Step 2. Connect the type T Thermocouple to channel 1 as shown below.

Blue (+)

Red (-)

Note: If you do not have a Thermocouple available you can simply short screw terminals 1and 2. Proceed with the configuration on the following pages as if you had a thermocouple and you will be reading the temperature at the terminal block sensed by the cold junction compensation.
15-25
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Configure the Thermocouple Card

Configure a new Thermocouple card in slot 7 by selecting the I/O category and selecting a new Thermocouple Input Card, 8 Ch as shown above. Alternately, you may autosense the card if it is already plugged into the carrier.
15-26
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Configure the Thermocouple Channel Properties

Select the Properties for channel 1. Define the following key items: Step 1. Step 2. Step 3. Enable the channel. Select the appropriate Channel Type. The example above assumes a Type T Copper/Constantan (Copper-Nickel) Thermocouple. Name the channel with the Device Tag (DST) TC1.
15-27
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

CJT_CHAN Parameter

Verify CJT_CHAN is set to Local Compensation, which is the default. This will provide cold junction compensation for the entire card by using the internal sensor in the terminal block. The configuration person could change this to any of the 8 channels. Then the card would use the value on that channel as the temperature for cold junction compensation.
15-28
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Module RMTEMP-201 Configuration

Create a new module as shown above from the Library using the Monitoring/Analog module template. The following pages take you through the AI1 block and modify the necessary parameters to properly read the temperature from the Thermocouple.
15-29
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

IO_IN Parameter

Step 1. Step 2.

Set IO_IN Device Tag to TC1 . Set IO_IN Parameter to FIELD_VAL to read the temperature in degrees. If IO_IN is set to FIELD_VAL_PCT, the output will only show the value in percent which would rarely be used for a temperature.
15-30
Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

FISHER -ROSEMOUNT SYSTEMS

L_TYPE Parameter

Set L_Type to Direct. The reason for this is that the transducer or Thermocouple in this case has units that directly relate to the OUT value that will be displayed to the operator, -454 to 752 F.
15-31
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

OUT_SCALE Parameter

Set the OUT_SCALE Engineering Units to C or F (your preference). It isnt necessary to enter 0% or 100% scale as the system will automatically scale the output based on the sensor selected on the channel properties, see the result on the next page.
15-32
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Auto Scaling

Step 1.

Complete the configuration as follows: a. Assign to your controller b. Save the module as RMTEMP-201 c. Download the module d. Dont forget to download the Thermocouple card

Step 2. View the module in the On-line view. As shown above left, while in edit mode the 0% and 100% scale is not defined. Once downloaded the On-Line view above right shows both OUT_SCALE and XD_SCALE are automatically set.
15-33
RTD / Thermocouple / I/O Interface

FISHER -ROSEMOUNT SYSTEMS

Course 7009 -- Rev 3 - 4/15/01

Alternative Configuration
Our AI block was configured using L_TYPE as Direct. This only requires selecting the units under OUT_SCALE. If L_TYPE were set to Indirect the configuration person would have additional data entry as shown by the . L_TYPE = Direct XD_SCALE 100% = * 0% = * Units = * OUT_SCALE 100% = * 0% = * Units = F L_TYPE = Indirect XD_SCALE 100% = * 0% = * Units = F

OUT_SCALE 100% = 752 0% = -454 Units = F

* Automatically filled in based on channel configuration.


15-34
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

Summary
You should now be able to: Define the functionality of the Thermocouple card Configure a Thermocouple card Configure Thermocouple channels Configure a control module to read process temperatures using a Thermocouple

15-35
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

15-36
FISHER -ROSEMOUNT SYSTEMS Course 7009 -- Rev 3 - 4/15/01 RTD / Thermocouple / I/O Interface

You might also like