Home Create an Account  |   Log In

View All »Matching Part Numbers

( 0)

Your Shopping Cart is Empty
           

Heater Controller


Related Items






Heater Controller

Features

  • Heating from 20 °C to 200 °C
  • User-Selectable Display Units (°F, °C, or K)
  • Run Standalone or via Software
  • Adjustable PID
  • Compatible with Positive and Negative Temperature Coefficient Thermistors

The TC200 Heater Controller is a benchtop controller intended for use with resistive heating elements rated up to 18 W. This general-purpose instrument can drive various types of heaters, including foil (HT10K) and resistive coil (HT15W) types. The unit accepts feedback from either positive (TH100PT) or negative (TH10K) temperature coefficient thermistors, has programmable P, I, and D gains, and will display the temperature in either °F, °C, or K. In addition, the TC200 can be programmed for up to five sequential temperature settings along with associated ramp and hold times for each level. A user programmable maximum temperature limit provides protection to the device being heated and a user-programmable power limit protects the heating element from being over driven. Other safety features include an Open Sensor Alarm that will shut down the driver if the temperature sensing element is missing or becomes disconnected.

Capable of stand-alone operation from a simple keypad interface, the TC200 can be interfaced with a PC using a standard USB Type B connector using our TC200 Application Program, LabVIEW drivers, LabWindows drivers, or using a simple command-line interface from any terminal window.

Please note that the cable for connecting this heater controller to a heating element is not provided. The TC200 uses a Hirose connector to read the temperature of the heating element and supply current. For the pin assignments needed to adapt the TC200 to your heater, please see the Pin Diagrams tab.

The TC200 is shipped with a 120 VAC power cord for use in the US while the TC200-EC is shipped with a 230 VAC power cord for use in Europe. If you require a power cord for another country, please contact your local sales office.

Sensor TypesPlatinum 100Ω, Platinum 1000Ω, NTC10KΩ
Output ConnectorHIROSE HR10A-7R-6S
USB InterfaceType B Cable
Operating Temerature10 - 40 °C
Storage Temperature0 - 50 °C
Dimensions11.5" x 5.3" x 3.0"
 MinimumTypicalMaximumUnit
Input Voltage1100-240VAC
Input Power--25VA
Output Power--18Watts DC
Output Current--0.75ADC
Output Voltage--24VDC
Temperature Control Range220.0-200.0°C
Setpoint Resolution0.1--°C
Actual Temperature Display Accuracy3-±0.1±0.5 °C
Temperature Stability, 24-hour4-±0.1-°C

1 Universal input 50 - 60 Hz, no line switching required.
2 Heating mode only. Ambient temperature must always be less than set-point temperature.
3 Does not account for errors due to sensor tolerances.
4 Measured in a constant ambient temperature. Accuracy is strongly dependant on the individual heating system and P, I, and D gain parameters.
5 All technical data valid at 23 ± 5 °C and 45 ± 15% humidity.

PID Basics

The PID circuit is often utilized as a control loop feedback controller and is very commonly used for many forms of servo circuits. The letters making up the acronym PID correspond to Proportional (P), Integral (I), and Derivative (D), which represents the three control settings of a PID circuit. The purpose of any servo circuit is to hold the system at a predetermined value (set point) for long periods of time. The PID circuit actively controls the system so as to hold it at the set point by generating an error signal that is essentially the difference between the set point and the current value. The three controls relate to the time-dependent error signal; at its simplest, this can be thought of as follows: Proportional is dependent upon the present error, Integral is dependent upon the accumulation of past error, and Derivative is the prediction of future error. The results of each of the controls are then fed into a weighted sum, which then adjusts the output of the circuit, u(t). This output is fed into a control device, its value is fed back into the circuit, and the process is allowed to actively stabilize the circuit’s output to reach and hold at the set point value. The block diagram below illustrates very simply the action of a PID circuit. One or more of the controls can be utilized in any servo circuit depending on system demand and requirement (i.e., P, I, PI, PD, or PID).

PID Diagram

Through proper setting of the controls in a PID circuit, relatively quick response with minimal overshoot (passing the set point value) and ringing (oscillation about the set point value) can be achieved. Let’s take as an example a temperature servo, such as that for temperature stabilization of a laser diode. The PID circuit will ultimately servo the current to a Thermo Electric Cooler (TEC) (often times through control of the gate voltage on an FET). Under this example, the current is referred to as the Manipulated Variable (MV). A thermistor is used to monitor the temperature of the laser diode, and the voltage over the thermistor is used as the Process Variable (PV). The Set Point (SP) voltage is set to correspond to the desired temperature. The error signal, e(t), is then just the difference between the SP and PV. A PID controller will generate the error signal and then change the MV to reach the desired result. If, for instance, e(t) states that the laser diode is too hot, the circuit will allow more current to flow through the TEC (proportional control). Since proportional control is proportional to e(t), it may not cool the laser diode quickly enough. In that event, the circuit will further increase the amount of current through the TEC (integral control) by looking at the previous errors and adjusting the output in order to reach the desired value. As the SP is reached [e(t) approaches zero], the circuit will decrease the current through the TEC in anticipation of reaching the SP (derivative control).

Please note that a PID circuit will not guarantee optimal control. Improper setting of the PID controls can cause the circuit to oscillate significantly and lead to instability in control. It is up to the user to properly adjust the PID gains to ensure proper performance.

PID Theory

The output of the PID control circuit, u(t), is given as

Equation 1

where
Kp= Proportional Gain
Ki = Integral Gain
Kd = Derivative Gain
e(t) = SP - PV(t)

From here we can define the control units through their mathematical definition and discuss each in a little more detail. Proportional control is proportional to the error signal; as such, it is a direct response to the error signal generated by the circuit:

Equation 2

Larger proportional gain results is larger changes in response to the error, and thus affects the speed at which the controller can respond to changes in the system. While a high proportional gain can cause a circuit to respond swiftly, too high a value can cause oscillations about the SP value. Too low a value and the circuit cannot efficiently respond to changes in the system.

Integral control goes a step further than proportional gain, as it is proportional to not just the magnitude of the error signal but also the duration of the error.

Equation 3

Integral control is highly effective at increasing the response time of a circuit along with eliminating the steady-state error associated with purely proportional control. In essence integral control sums over the previous error, which was not corrected, and then multiplies that error by Ki to produce the integral response. Thus, for even small sustained error, a large aggregated integral response can be realized. However, due to the fast response of integral control, high gain values can cause significant overshoot of the SP value and lead to oscillation and instability. Too low and the circuit will be significantly slower in responding to changes in the system.

Derivative control attempts to reduce the overshoot and ringing potential from proportional and integral control. It determines how quickly the circuit is changing over time (by looking at the derivative of the error signal) and multiplies it by Kd to produce the derivative response.

Equation 4

Unlike proportional and integral control, derivative control will slow the response of the circuit. In doing so, it is able to partially compensate for the overshoot as well as damp out any oscillations caused by integral and proportional control. High gain values cause the circuit to respond very slowly and can leave one susceptible to noise and high frequency oscillation (as the circuit becomes too slow to respond quickly). Too low and the circuit is prone to overshooting the SP value. However, in some cases overshooting the SP value by any significant amount must be avoided and thus a higher derivative gain (along with lower proportional gain) can be used. The chart below explains the effects of increasing the gain of any one of the parameters independently.

Parameter IncreasedRise TimeOvershootSettling TimeSteady-State ErrorStability
KpDecreaseIncreaseSmall ChangeDecreaseDegrade
KiDecreaseIncreaseIncreaseDecrease SignificantlyDegrade
KdMinor DecreaseMinor DecreaseMinor DecreaseNo EffectImprove (for small Kd)

Tuning

In general the gains of P, I, and D will need to be adjusted by the user in order to best servo the system. While there is not a static set of rules for what the values should be for any specific system, following the general procedures should help in tuning a circuit to match one’s system and environment. In general a PID circuit will typically overshoot the SP value slightly and then quickly damp out to reach the SP value.

Manual tuning of the gain settings is the simplest method for setting the PID controls. However, this procedure is done actively (the PID controller turned on and properly attached to the system) and requires some amount of experience to fully integrate. To tune your PID controller manually, first the integral and derivative gains are set to zero. Increase the proportional gain until you observe oscillation in the output. Your proportional gain should then be set to roughly half this value. After the proportional gain is set, increase the integral gain until any offset is corrected for on a time scale appropriate for your system. If you increase this gain too much, you will observe significant overshoot of the SP value and instability in the circuit. Once the integral gain is set, the derivative gain can then be increased. Derivative gain will reduce overshoot and damp the system quickly to the SP value. If you increase the derivative gain too much, you will see large overshoot (due to the circuit being too slow to respond). By playing with the gain settings, you can maximize the performance of your PID circuit, resulting in a circuit that quickly responds to changes in the system and effectively damps out oscillation about the SP value.

Control TypeKpKiKd
P0.50 Ku--
PI0.45 Ku1.2 Kp/Pu-
PID0.60 Ku2 Kp/PuKpPu/8

While manual tuning can be very effective at setting a PID circuit for your specific system, it does require some amount of experience and understanding of PID circuits and response. The Ziegler-Nichols method for PID tuning offers a bit more structured guide to setting PID values. Again, you’ll want to set the integral and derivative gain to zero. Increase the proportional gain until the circuit starts to oscillate. We will call this gain level Ku. The oscillation will have a period of Pu. Gains are for various control circuits are then given below in the chart.

Main and Auxillary Output Connector

HIROSE HR10A-7R-6S

Pin Diagram

This view of the auxiliary connector is as seen from the rear panel.

PinAssignment
1Heater Output Positive
2Heater Output Return (Ground)
3Reserved (Do not connect to this pin)
4Sensor Input (+)
5Sensor Input (Ground)
6Reserved (Do not connect to this pin)

Computer Connection

USB Type B

USB Port Diagram

USB Type B to Type A Cable Included

The TC200 is compatible with PT100 and PT1000 types of Platinum Thermistors, as well as the TH10K thermistor. The following specifications are used for determining the set-point and read back values for these types of thermistors.

PT100 and PT1000

For the temperature range of 0 to 850 °C:

RT = R0 (1 + AT + BT2)
(In accordance with IEC 751, 2:1995-07 [DIN EN 60751; 1996-07])

A = 3.9083 x 10-3 °C-1
B = -5.775 x 10-7 °C-2
RT is the resistance in Ω at temperature T
T is the temperature in °C
R0 = 100 Ω for the PT100
R0 = 1000 Ω for the PT1000

TH10K

RT = 1000expβ[(1/T) - (1/298)]

RT is the resistance in Ω at temperature T
T is the temperature in K
β is the constant associated with the particular thermistor

Software for the TC200 Heater Controller

Software

Version 1.0

Includes GUI for control of the TC200 via a PC.

Software Download
Loading Tag Cloud Loading...

Please Give Us Your Feedback
 
Email   Feedback On
(Optional)
Contact Me:
Your email address will NOT be displayed.
 
 
Please type the following key into the field to submit this form:
Click Here if you can not read the security code.
This code is to prevent automated spamming of our site
Thank you for your understanding.
  
 
Would this product be useful to you?       Little Use   1 2 3 4Very Useful

Enter Comments Below:
 
Characters remaining 8000    
Posted Comments:
Poster: tcohen
Posted Date: 2012-04-18 10:45:00.0
Response from Tim at Thorlabs: Detail of the main and auxiliary connector HIROSE HR10A-7R-6S with pin assignments can be found on page 27 of the manual (http://www.thorlabs.com/Thorcat/12500/12597-D02.pdf).This does not come with Hirose cables. The connector is fairly common and we do ship cables with our compatible products (GCH25-75) for use with the TC200. I will contact you with more information.
Poster: llll999
Posted Date: 2012-04-18 05:49:38.0
HIROSE HR10A-7R-6S?????????????????
Poster:
Posted Date: 2011-12-08 14:47:40.0
A response from Tyler at Thorlabs: Hello Shaun, We will email you the software provided with the TC200. Thanks for pointing out that it was not linked to the page. I will look into fixing that.
Poster: shaun.hurd
Posted Date: 2011-12-06 22:28:00.0
Hi there, I am after the LabVIEW driver for the TC200 unit. Are you able to send it to me or post a link to this on your website please?
Poster: bdada
Posted Date: 2011-10-10 17:14:00.0
Response from Buki at Thorlabs: Thank you for your feedback and for alerting us to the oversight in our manual. We have emailed you the pin out numbering and will update our manual shortly.
Poster: MARKEYEO
Posted Date: 2011-09-29 13:20:35.0
The manual for the TC200 on page 27 does not label the pin out numbers on the diagram. Making it impossible to make a cable for it.
Poster: Inge
Posted Date: 2009-05-24 17:07:28.0
We corrected the link. Thank you for pointing us to the problem. Inge
Poster:
Posted Date: 2009-05-24 16:11:53.0
Third Related Product link is dead... "TEC Controllers".
Poster: stefanpersijn
Posted Date: 2008-01-25 11:09:28.0
Hello, Currently Im using the TC200 and in it is state on the website that there is a Labview driver. However I cannot find it on the CD which was delivered with it (only VISA). Is there one available?
Click on any phrase below to search our site using our new Search Engine:
controller   heat   heat cartridge controller   heat controller   heater   heater controller   oven   oven controller   oven temperature controller   ppln   ppln oven   TC200   temperature   temperature controller  
Heater Controller
Based on your currency / country selection, your order will ship from Newton, New Jersey  
+1 Qty Docs Part Number - Universal/Imperial Price Available / Ships
TC200 Support Documentation TC200 Temperature Controller, 120 VAC Power Cord $535.00
Today
+1 Qty Docs Part Number - Metric Price Available / Ships
TC200-EC Support Documentation TC200-EC NEW! Temperature Controller, 230 VAC Power Cord $535.00
Today
Add To Cart
6-Pin Hirose Cable
Specifications
Connectors 6-Pin, Male Hirose
Length 10 Feet (3 m)
Insulating Material PVC - Polyvinyl Chloride
Insulation Thickness 0.381 mm
Outer Jacket Thickness 0.940 mm
Bend Radius (Min) 57.150 mm
Electrical Specifications
Conductor
Number of Conductors 6
Conductor Gauge 26 AWG
Capacitance 85.306 pF/m
Propagation Velocity 60%a
Conductor Resistance 122.381 Ω/km
Operating Voltage (Max) 300 VRMS
Current per Conductor (Max) 1.2 A
Operating Temperature -20 to 80 °C
Connector
Contact Resistance (1 A, DC) 10 mΩ
Insulation Resistance 1000 MΩ
Voltage (Max) 140 VDC
Current (Max) 2 A
Operating Temperature -25 to 85 °C

a. Of the speed of light.

  • 6-Pin, Male-to-Male Hirose Connector Cable
  • Compatible with Several Thorlabs Products
    • TC200 Temperature Controller
    • SC10 Shutter Controller
    • SH05 Beam Shutter, Ø1/2" Aperture
    • SH1(/M) Beam Shutter, Ø1" Aperture
  • Cut and Expose Wire for Custom Applications

The TC200CAB10 is a 6-pin, male-to-male Hirose connector cable. This 10-foot-long cable is compatible with our TC200 temperature controller, SH05 and SH1 beam shutters, and SC10 shutter controller. The wires in this cable cross as seen in the drawing to the right. This is not a straight-through cable.

This Hirose connector cable can also be cut to any length leaving one connectorized end and one bare end. The colored wire diagram to the right shows the relationship between the six colored wires and the pins in the connector so the cut cable can be incorporated into a variety of custom applications.

Based on your currency / country selection, your order will ship from Newton, New Jersey  
+1 Qty Docs Part Number - Universal/Imperial Price Available / Ships
TC200CAB10 Support Documentation TC200CAB10 NEW! 6-Pin, Male-Male Hirose Connector Cable, 10' Long $84.00
Today
Add To Cart
Log In   |   My Account  |   Contact Us  |   Privacy Policy  |   Home  |   Site Index
Regional Websites: West Coast US | Europe | Asia | China | Japan
Copyright © 1999 - 2013 Thorlabs
Sales: 1-973-579-7227
Technical Support: 1-973-300-3000