Instrumentation and Process Control

Instrument Calibration Tables


  • Question 1

    A digital pressure transmitter has a calibrated input range of 0 to 75 PSI, and a 14-bit output (0 to 16383 “count” range). Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    For Counts, round down to the nearest whole value.

    Input Pressure (psi) Percent of Span (%) Counts (dec) Counts (hex)

    0

    36

    62

    89

    95

    Reveal answer
  • Question 2

    Suppose you wish to calibrate a thermocouple temperature transmitter to an input range of 0 to 1500 degrees F, with an output range of 4 to 20 mA. Complete the following calibration table showing the proper test temperatures and the ideal output signals at those levels:

    Input Temp (℉) Percent of Span (%) Output Signal (mA)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 3

    A temperature transmitter has a calibrated range of -80 to 150 degrees F and its output signal range is 4 to 20 mA. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Temp (℉) Percent of Span (%) Output Signal (mA)
    120

    -45

    42

    25

    7.5

    12.9
    Reveal answer
  • Question 4

    A Foxboro pneumatic square root extractor has a calibrated range of 3 to 15 PSI for both input and output. Complete the following table of values for this relay, assuming perfect calibration (no error).

    Input Signal (psi) Percent of Span (%) Percent of Output (%) Output Signal (psi)
    5

    13

    50

    30

    80

    15

    7

    12
    Reveal answer
  • Question 5

    Every instrument has at least one input and at least one output. For instruments responding linearly, the correspondence between input and output is proportional:

    A practical example of this is a pressure transmitter, in this case one with an input range of 0 to 1023 PSI and an output of 4-20 mA:

    If you happened to measure an output current of 14.7 mA from this pressure transmitter, it would be a simple matter for you to calculate the corresponding input pressure to be 684.13 PSI.

    However, students are often taken by surprise when they encounter an analog-to-digital converter (ADC) or digital-to-analog converter (DAC) and are asked to correlate input and output for such devices. What might seem a daunting task at first, though, soon reveals itself to be the same input-to-output correspondence calculations they’ve seen all along in the guise of analog sensors and other instruments.

    Take for example this analog-to-digital converter, with a 10-bit output (a “count” range of 0 to 1023) and a 4-20 mA input:

    Calculate the corresponding “count” output of this ADC circuit given a 6.82 mA input signal.

    Reveal answer
  • Question 6

    The ADC0804 is an example of an integrated circuit analog-to-digital converter (ADC), converting an analog input voltage signal into an 8-bit binary output:

    When operated from a 5.0 volt DC power supply in its simplest mode, the ADC0804 converts any DC input voltage between 0.0 volts and 5.0 volts into an 8-bit number at the command of a clock pulse. A 0.0 volt input yields a binary output (or “count”) of {\tt 00000000}, of course, while a 5.0 volt input yields a count of {\tt 11111111}.

    Complete this table of numbers, relating various DC input voltages with count values (expressed in binary, hex, and decimal) for an ADC0804 having an input range of 0.0 to 5.0 volts DC:

    DC Input Voltage Binary Count Hex Count Decimal Count
    0.0 V 0000 0000

    0011 0011

    51
    2.2 V

    70

    B3 179

    1100 1100 CC

    5.0 V 1111 1111

    Reveal answer
  • Question 7

    An analog-to-digital converter has a 12-bit binary output and an analog input voltage range of 0.0 to + 5.0 volts. Calculate:

    {\bullet} The digital output (in hexadecimal) at 0.0 volts analog input =

    {\bullet} The digital output (in hexadecimal) at 5.0 volts analog input =

    {\bullet} The digital output (in hexadecimal) at 2.1 volts analog input =

    {\bullet} The analog input corresponding to a digital output of 2D0 =

    {\bullet} The analog input corresponding to a digital output of F14 =

    Reveal answer
  • Question 8

    An analog-to-digital converter has a 16-bit binary output and an analog input voltage range of 0.0 to + 10.0 volts. Calculate:

    {\bullet} The digital output (in hexadecimal) at 0.0 volts analog input =

    {\bullet} The digital output (in hexadecimal) at 10.0 volts analog input =

    {\bullet} The digital output (in hexadecimal) at 3.4 volts analog input =

    {\bullet} The analog input corresponding to a digital output of 3D6A =

    {\bullet} The analog input corresponding to a digital output of C005 =

    Reveal answer
  • Question 9

    An analog-to-digital converter (ADC) has a calibrated input range of 0 to 10 volts, and a 12-bit output (0 to 4095 “count” range). Complete the following table of values for this converter, assuming perfect calibration (no error):

    Input Voltage (V) Percent of Span (%) Decimal Count Hex Count

    0

    25

    50

    75

    100

    Reveal answer
  • Question 10

    An essential component of any digital control system is an analog-to-digital converter, or ADC. This is necessary to convert the analog process variable measurement into a digital number for the control algorithm to process. Another essential component is a digital-to-analog converter, or DAC, which does the exact opposite.

    In a system using 4-20 mA analog currents to relay instrument signals, there is an ADC located at the process variable input of the controller, and a DAC located at the output of the controller:

    In a Fieldbus system, the communication is all digital, which places the ADC at the transmitter and the DAC at the transducer:

    In either case, we need to “scale” the binary count of the ADC and DAC to their respective analog variable values.

    Consider a flow control system, with a flow transmitter ranging from 0 to 200 GPM and a pneumatic control valve operating on a pressure range of 3 to 15 PSI (instrument air). Assuming the ADC has a resolution of 16 bits (a digital conversion range of 0000 to FFFF) and the DAC has a resolution of 14 bits (a digital conversion range of 0000 to 3FFF), complete the calibration tables for the ADC signal and for the DAC signal.

    Calibration table for process variable signal (ADC)

    Measurement Digital Output (Hex)
    0 GPM 0000
    100 GPM

    200 GPM FFFF


    Calibration table for process variable signal (DAC)

    Digital Input (Hex) Measurement
    0000 0 PSI

    7.5 PSI
    3FFF 15 PSI
    Reveal answer
  • Question 11

    An analog-to-digital converter (ADC) has a calibrated input range of 0 to 10 volts, and a 16-bit output (0 to 65535 “count” range). Complete the following table of values for this converter, assuming perfect calibration (no error):

    Input Voltage (V) Percent of Span (%) Decimal Count Hex Count

    0

    25

    50

    75

    100

    Reveal answer
  • Question 12

    Suppose you wish to calibrate an RTD temperature transmitter to an input range of 50 to 200 degrees F, with an output range of 4 to 20 mA. Complete the following calibration table showing the proper test temperatures and the ideal output signals at those levels:

    Input Temp (℉) Percent of Span (%) Output Signal (mA)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 13

    A digital pressure transmitter has a calibrated input range of 50 to 200 PSI, and a 10-bit output (0 to 1023 “count” range). Complete the following table of values for this transmitter, assuming perfect calibration (no error):

    Input Pressure (PSI) Percent of Span (%) Decimal Counts Hex Counts

    7

    22

    39

    56

    78

    Reveal answer
  • Question 14

    A digital level transmitter has a calibrated input range of 20 to 170 inches of liquid level, and a 10-bit output (0 to 1023 “count” range). Complete the following table of values for this transmitter, assuming perfect calibration (no error):

    Input Level (in) Percent of Span (%) Decimal Counts Hex Counts

    11

    28

    55

    73

    92

    Reveal answer
  • Question 15

    An analog-to-digital converter (ADC) has a calibrated input range of 0 to 5 volts, and a 12-bit output. Complete the following table of values for this converter, assuming perfect calibration (no error):

    Input Voltage (V) Percent of Span (%) Decimal Counts Hex Counts
    1.6

    3022

    40

    A2F
    Reveal answer
  • Question 16

    Suppose you wish to calibrate a pneumatic pressure transmitter to an input range of -10 to +50 inches of mercury, with an output range of 3 to 15 PSI. Complete the following calibration table showing the test pressures to use and the allowable low/high output signals for a calibrated tolerance of +/- 0.5%

    Input Pressure (“ Hg) Percent of Span (%) Nominal Output (PSI) Min Output (PSI) Max Output (PSI)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 17

    A tachogenerator is used to measure the rotary speed of a machine. Its calibrated range is 0 to 1500 RPM (revolutions per minute) and its corresponding signal output is 0 to 10 volts DC. Given these range values, calculate the output voltages for the following input shaft speeds, and then describe how you were able to correlate the different speeds to output voltage values:

    Shaft Speed (RPM) Output Voltage (V DC)
    100

    350

    500

    750

    890

    975

    1230

    1410

    1500

    Reveal answer
  • Question 18

    Suppose you wish to calibrate an electronic pressure transmitter to an input range of 0 to 50 PSI, with an output range of 4 to 20 mA. Complete the following calibration table showing the proper test pressures and the ideal output signal levels at those pressures:

    Input Pressure (PSI) Percent of Span (%) Output Signal (mA)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 19

    Suppose you wish to calibrate an electronic pressure transmitter to an input range of 0 to 200 PSI, with an output range of 4 to 20 mA. Complete the following calibration table showing the proper test pressures and the ideal output signal levels at those pressures:

    Input Pressure (PSI) Percent of Span (%) Output Signal (mA)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 20

    In instrumentation parlance, a transducer is a calibrated device used to convert one standardized signal into another standardized signal. One very common form of transducer is an I/P transducer, which converts an electric current signal into a pneumatic pressure signal:

    The symbols shown above are standard for process and instrumentation diagrams (P\&ID’s), where an electric cable is shown as a dashed line, a pneumatic pipe or tube shown as a line with double hash-marks periodically drawn through it, and the instrument is a circle with letters (in this case, “Y” represents some signal relay, computing element, transducer, or converter).

    The most popular range for electric current signals is 4 to 20 mA DC. The most common range for pneumatic (air pressure) signals is 3 to 15 PSI. Therefore, the most common type of I/P transducer has an input range of 4-20 mA and an output range of 3-15 PSI. Both of these ranges are there to represent some measured or manipulated quantity in an instrument system. That is, 0

    Complete all the missing data in the following calibration table for this I/P transducer, and then describe how you were able to correlate the different percentages of range with specific current and pressure signal values:

    Input Current (mA) Percent of Span (%) Output Pressure (PSI)
    4 0 3

    10

    20

    25

    30

    40

    12 50 9

    60

    70

    75

    80

    90

    20 100 15
    Reveal answer
  • Question 21

    Suppose you wish to calibrate a current-to-pressure (“I/P”) transducer to an output range of 3 to 15 PSI, with an input range of 4 to 20 mA. Complete the following calibration table showing the proper test pressures and the ideal input signal levels at those pressures:

    Input Current (mA) Percent of Span (%) Output Pressure (PSI)

    35

    80

    95

    Reveal answer
  • Question 22

    An electronic level transmitter has a calibrated range of 0 to 2 feet, and its output signal range is 4 to 20 mA. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Level (ft) Percent of Span (%) Output Signal (mA)
    1.6

    7.1

    40

    Reveal answer
  • Question 23

    A pneumatic level transmitter has a calibrated range of 0 to 5 feet, and its output signal range is 3 to 15 PSI. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Level (ft) Percent of Span (%) Output Signal (PSI)
    3.2

    4

    50

    2.4

    11.3

    18

    Reveal answer
  • Question 24

    Suppose you wish to calibrate an electronic pressure transmitter to an input range of 0 to 50 inches of water, with an output range of 4 to 20 mA. Complete the following calibration table showing the proper test pressures and the ideal output signal levels at those pressures:

    Input Pressure (“ H2O) Percent of Span (%) Output Signal (mA)

    5

    33

    61

    Reveal answer
  • Question 25

    An electronic pressure transmitter has a calibrated range of 0 to 200 inches of mercury, and its output signal range is 4 to 20 mA. Complete the following table of values for this transmitter, assuming perfect calibration (no error):

    Input Pressure (“ Hg) Percent of Span (%) Output Signal (mA)
    24

    19

    11.7
    Reveal answer
  • Question 26

    A pneumatic differential pressure transmitter has a calibrated range of -100 to +100 inches of water column (” H2O), and its output signal range is 3 to 15 PSI. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Pressure (“ H2O) Percent of Span (%) Output Pressure (PSI)
    0

    -30

    8

    13

    65

    10

    Reveal answer
  • Question 27

    A turbine flowmeter measuring cooling water for a large power generator uses an electronic circuit to convert its pickup coil pulses into a 4-20 mA analog current signal. The “K factor” for the turbine element is 99 pulses per gallon, and the 4-20 mA analog output ranges from 0 to 500 GPM flow. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Flow (GPM) Signal Frequency (Hz) Percent of Span (%) Output Signal (mA)
    250

    412

    305

    780

    63

    49

    10

    16
    Reveal answer
  • Question 28

    Suppose you wish to calibrate a turbine flowmeter to an input range of 0 to 600 gallons per minute. The “K factor” for this turbine is 20 pulses per gallon, making the input frequency range 0 to 200 Hz for this flow range. The output signal range is 4 to 20 mA. Complete the following calibration table showing the proper test frequencies and the ideal output signals at those levels:

    Flow (GPM) Signal Frequency (Hz) Percent of Span (%) Output Signal (mA)
    97

    25

    60

    400

    Reveal answer
  • Question 29

    Suppose you wish to calibrate a turbine flowmeter to an input range of 0 to 300 gallons per minute. The “K factor” for this turbine is 80 pulses per gallon, making the input frequency range 0 to 400 Hz for this flow range. The output signal range is 4 to 20 mA. Complete the following calibration table showing the proper test frequencies and the ideal output signals at those levels:

    Flow (GPM) Signal Frequency (Hz) Percent of Span (%) Output Signal (mA)

    17

    130

    45

    300

    Reveal answer
  • Question 30

    Suppose you wish to calibrate a turbine flowmeter to an input range of 0 to 800 gallons per minute. The “K factor” for this turbine is 30 pulses per gallon, making the input frequency range 0 to 400 Hz for this flow range. The output signal range is 4 to 20 mA. Complete the following calibration table showing the proper test frequencies and the ideal output signals at those levels:

    Flow (GPM) Signal Frequency (Hz) Percent of Span (%) Output Signal (mA)
    55

    25

    63

    700

    Reveal answer
  • Question 31

    An electronic pressure transmitter has a calibrated range of -10 to 60 PSI, and its output signal range is 4 to 20 mA. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Pressure (PSI) Percent of Span (%) Output Signal (mA)
    0

    -5

    12

    13.6

    40

    22

    Reveal answer
  • Question 32

    A pneumatic level transmitter has a calibrated range of 150 inches to 300 inches of liquid level, with an output range of 3 to 15 PSI. Complete the following table of values for this transmitter, assuming perfect calibration (no error):

    Input Level (in) Percent of Span (%) Output Pressure (PSI)

    4

    7.2
    189

    Reveal answer
  • Question 33

    Suppose you wish to calibrate a pneumatic level transmitter to an input range of 0 to 400 inches, with an output range of 3 to 15 PSI. Complete the following calibration table showing the proper test levels and the ideal output signals at those levels:

    Input Level (in) Percent of Span (%) Output Pressure (PSI)

    0

    25

    50

    75

    100

    Reveal answer
  • Question 34

    An ultrasonic level transmitter has a calibrated range of 40 to 75 inches and its output signal range is 4 to 20 mA. Complete the following table of values for this transmitter, assuming perfect calibration (no error).

    Input Level (in) Percent of Span (%) Output Signal (mA)
    47

    6

    75

    60

    15.1

    34

    Reveal answer