Difference between revisions of "The Experimental Setup"

From ESE497 Wiki
Jump to navigationJump to search
 
(5 intermediate revisions by the same user not shown)
Line 20: Line 20:
 
[[File:Tcs.jpg|right|thumb|''Figure 3 - The housing placed in the water bath with a clear view of the thermocouples''|300px]]
 
[[File:Tcs.jpg|right|thumb|''Figure 3 - The housing placed in the water bath with a clear view of the thermocouples''|300px]]
 
[[File:Windaq.jpg|right|thumb|''Figure 4 - View of the Dataq''|300px]]
 
[[File:Windaq.jpg|right|thumb|''Figure 4 - View of the Dataq''|300px]]
Seen in Figure 2 are thermocouples inserted into the tissue. A clearer view of the thermocouples can be seen in Figure 3. These thermocouple attached to a DATAQ device, seen in Figure 4. This device is used to acquire temperature data from multiple (up to 8) channels via thermocouple. This acquisition is done via interface with a computer program called Windaq. Windaq produces plots of temperature versus time for the given channels of the DATAQ. MATLAB interfaces with Windaq which interfaces with the DATAQ. This is the path that the flow of temperature data takes.
+
Seen in Figure 2 are thermocouples inserted into the tissue. A clearer view of the thermocouples can be seen in Figure 3. These thermocouple attached to a DATAQ device, seen in Figure 4. This device is used to acquire temperature data from multiple (up to 8) channels via thermocouple. This acquisition is done via interface with a computer program called Windaq. Windaq produces plots of temperature versus time for the given channels of the DATAQ. Windaq must be running for the MATLAB script to interface with the DATAQ.
  
 
==The ThermoHaake, Water Heating, and Water Circulation==
 
==The ThermoHaake, Water Heating, and Water Circulation==
 
[[File:Haake.jpg|right|thumb|''Figure 5 - Overview of the Experimental Setup''|250px]]
 
[[File:Haake.jpg|right|thumb|''Figure 5 - Overview of the Experimental Setup''|250px]]
 
A second device used in the experiment is the ThermoHaake (the device with the screen as seen in Figure 5). This device has 3 purposes:
 
A second device used in the experiment is the ThermoHaake (the device with the screen as seen in Figure 5). This device has 3 purposes:
#Heat the water bath
 
#Circulate the water bath
 
#Measure the temperature of the water bath.
 
  
 +
===1) Heat the Water Bath===
 
The water bath is heated by heating coils on the underside of the ThermoHaake. This heating system is used to bring the water temperature from 36 degrees Celsius to 70 degrees Celsius.  
 
The water bath is heated by heating coils on the underside of the ThermoHaake. This heating system is used to bring the water temperature from 36 degrees Celsius to 70 degrees Celsius.  
  
 +
===2) Circulate the water===
 
The water bath is circulated by a pumping filtration system. In the same complex as the heating coils are an incoming and an outgoing pump. This system takes up water from the bath, filters the water, and then deposits the water back into the bath. This mechanism circulates the bath such that the water is in constant motion. By circulating the water, the ensures that the water bath heating will be very nearly uniform.
 
The water bath is circulated by a pumping filtration system. In the same complex as the heating coils are an incoming and an outgoing pump. This system takes up water from the bath, filters the water, and then deposits the water back into the bath. This mechanism circulates the bath such that the water is in constant motion. By circulating the water, the ensures that the water bath heating will be very nearly uniform.
  
 +
===3) Measure the Temperature of the Water===
 
The water bath temperature is measured by a third component of the complex under the ThermoHaake. This device is a thermistor that measure the sample of water below the ThermoHaake, but this sample is treated as representative of the entire water bath, especially because of the circulation. The thermistor is also treated as the "truth" for temperature measurement, that is to say that it is treated as having zero error in its measurement.
 
The water bath temperature is measured by a third component of the complex under the ThermoHaake. This device is a thermistor that measure the sample of water below the ThermoHaake, but this sample is treated as representative of the entire water bath, especially because of the circulation. The thermistor is also treated as the "truth" for temperature measurement, that is to say that it is treated as having zero error in its measurement.
  
 
This system measures the temperature in the tissue from 4 different channels and at the same time measures temperature from two points in the water bath. The two points outside of the tissue are the space directly beneath the ThermoHaake and the space on the opposite end of the insulated container. These temperature measurements are to observe any temperature gradient in the water.
 
This system measures the temperature in the tissue from 4 different channels and at the same time measures temperature from two points in the water bath. The two points outside of the tissue are the space directly beneath the ThermoHaake and the space on the opposite end of the insulated container. These temperature measurements are to observe any temperature gradient in the water.
  
 +
 +
MATLAB commands that interface with the ThemoHaake can be seen [[Haake Commands|here]].
  
 
==The Ultrasound Transducer==
 
==The Ultrasound Transducer==
 
The ultrasound transducer is used to take images of the tissue in the area of the four thermocouples in the tissue. In the end, the research this experiment is contributing to will find the correlation between these images and the temperature measurements in the tissue at the time of the image. The transducer interfaces with a computer program called Terason. Terason is a user interface that allows for easy use of the transducer. MATLAB calls the Terason to open and take ultrasonic images of the tissue. This images are saved in a directory on the computer.
 
The ultrasound transducer is used to take images of the tissue in the area of the four thermocouples in the tissue. In the end, the research this experiment is contributing to will find the correlation between these images and the temperature measurements in the tissue at the time of the image. The transducer interfaces with a computer program called Terason. Terason is a user interface that allows for easy use of the transducer. MATLAB calls the Terason to open and take ultrasonic images of the tissue. This images are saved in a directory on the computer.
 +
 +
The transducer can be seen in figure 2, 3, and 5. It is the white block shaped object above the tissue.
  
 
==The Newport==
 
==The Newport==
 
The Newport is a mechanical actuator which moves the ultrasound transducer with respect to the tissue. This is done so that multiple images can be acquired for multiple slices in the tissue. The Newport interfaces directly with MATLAB.
 
The Newport is a mechanical actuator which moves the ultrasound transducer with respect to the tissue. This is done so that multiple images can be acquired for multiple slices in the tissue. The Newport interfaces directly with MATLAB.

Latest revision as of 03:39, 13 May 2011

Figure 1 - The tissue placed in it experimental housing


Figure 2 - The housing placed in the heated water bath

The methods of this work involved the measurement of temperature and synchronous ultrasonic imaging of tissue in a water bath. The tissue was usually a piece of turkey purchased from a local grocery store or a piece of preserved rabbit liver. The tissue was placed in experimental housing as seen in Figure 1. This housing was then placed in a water bath in an insulated container, as seen in Figure 2.

There are four main components to the experiment, all of which interface with each other via a MATLAB script. The components include:

  1. The DATAQ, which acquires temperature data
  2. The ThermoHaake, heats and circulates the water bath
  3. The ultrasound transducer, which acquires ultrasonic images of the tissue
  4. The Newport, which is a mechanical actuator which moves the ultrasound transducer so it can take pictures of multiple slices of tissue.

The DATAQ, ThermoHaake, and Newport are all named after the makes or models of the device.



The DATAQ and Temperature Data Acquisition

Figure 3 - The housing placed in the water bath with a clear view of the thermocouples
Figure 4 - View of the Dataq

Seen in Figure 2 are thermocouples inserted into the tissue. A clearer view of the thermocouples can be seen in Figure 3. These thermocouple attached to a DATAQ device, seen in Figure 4. This device is used to acquire temperature data from multiple (up to 8) channels via thermocouple. This acquisition is done via interface with a computer program called Windaq. Windaq produces plots of temperature versus time for the given channels of the DATAQ. Windaq must be running for the MATLAB script to interface with the DATAQ.

The ThermoHaake, Water Heating, and Water Circulation

Figure 5 - Overview of the Experimental Setup

A second device used in the experiment is the ThermoHaake (the device with the screen as seen in Figure 5). This device has 3 purposes:

1) Heat the Water Bath

The water bath is heated by heating coils on the underside of the ThermoHaake. This heating system is used to bring the water temperature from 36 degrees Celsius to 70 degrees Celsius.

2) Circulate the water

The water bath is circulated by a pumping filtration system. In the same complex as the heating coils are an incoming and an outgoing pump. This system takes up water from the bath, filters the water, and then deposits the water back into the bath. This mechanism circulates the bath such that the water is in constant motion. By circulating the water, the ensures that the water bath heating will be very nearly uniform.

3) Measure the Temperature of the Water

The water bath temperature is measured by a third component of the complex under the ThermoHaake. This device is a thermistor that measure the sample of water below the ThermoHaake, but this sample is treated as representative of the entire water bath, especially because of the circulation. The thermistor is also treated as the "truth" for temperature measurement, that is to say that it is treated as having zero error in its measurement.

This system measures the temperature in the tissue from 4 different channels and at the same time measures temperature from two points in the water bath. The two points outside of the tissue are the space directly beneath the ThermoHaake and the space on the opposite end of the insulated container. These temperature measurements are to observe any temperature gradient in the water.


MATLAB commands that interface with the ThemoHaake can be seen here.

The Ultrasound Transducer

The ultrasound transducer is used to take images of the tissue in the area of the four thermocouples in the tissue. In the end, the research this experiment is contributing to will find the correlation between these images and the temperature measurements in the tissue at the time of the image. The transducer interfaces with a computer program called Terason. Terason is a user interface that allows for easy use of the transducer. MATLAB calls the Terason to open and take ultrasonic images of the tissue. This images are saved in a directory on the computer.

The transducer can be seen in figure 2, 3, and 5. It is the white block shaped object above the tissue.

The Newport

The Newport is a mechanical actuator which moves the ultrasound transducer with respect to the tissue. This is done so that multiple images can be acquired for multiple slices in the tissue. The Newport interfaces directly with MATLAB.