From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Immersion Heater Control using LabView data

Hi,

 

I have a high precision thermometer (Hart Scientific Black Stack) to get the temperature readings of an oil bath. I use a RS232 to USB communication to get the temperature readings from the device into my computer. I use a LabView code in the computer to capture these data and do necessary analysis. Now, I would like to use these temperature data to control an immersion heater so that I could control the temperature of the oil bath (for both isothermal and ramp/soak experiments). I would be so so grateful to receive ideads about the requirements (both hardware & software) to have this thing set up ...

 

Thanks

Nazam

0 Kudos
Message 1 of 8
(3,757 Views)

Hey Nazam,

 

It sounds like you are able to see the temperature in LabVIEW so now you're just looking for information on how to control the heater, is that correct?

 

If so, can you give us some more details on what kind of heater it is (model number) and how it is usually controlled?

Ty Prather
Technical Marketing Specialist
National Instruments
0 Kudos
Message 2 of 8
(3,736 Views)
What sort of interface does the heater have? Is it serial as well?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 8
(3,691 Views)

Hi TYtanic,

 

Sorry for the delayed response. Yes, you are absolutely right. I get all the temperature data logged in an excel file using the LabView code. I need to know how can I use these data to control my heating operation.

 

I just ordered the heater that meets my requirements. Specidications are: Make: OMEGA, Model No. TMW-215A/120, Watts: 1500, Volts: 120 and Single Phase. Do you think I need a seperate temperature controller to control this heating operation. Can I do this without the controller as I do not have one?

 

Please help ...

Nazam

0 Kudos
Message 4 of 8
(3,591 Views)

Hi Mike,

 

I just ordered the heater that meets my requireements. This is actually an immersion heater for smal tank applications. Specidications are: Make: OMEGA, Model No. TMW-215A/120, Watts: 1500, Volts: 120 and Single Phase. Please have the datasheet of the heater as attached. I do not think this has any serial interface.

 

Thanks

Nazam

 

 

0 Kudos
Message 5 of 8
(3,585 Views)

Hi,

 

Anyone there to help?? Do need your advice on this ...

 

Thanks

Nazam

0 Kudos
Message 6 of 8
(3,534 Views)

Hi sakib,

 

easy control: switch off the heater when (setpoint + hysteresis) < oil temp and switch on, when (setpoint - hysteresis) >= oil temp…
 
You will need a relay to switch on/off this heater. And a circuit to drive your relay…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 8
(3,511 Views)

That is just the heater element. Nothing more.

From the questions you are asking, I think you need to get you an licensed electrician to wire it up safely.

So you do not burn some thing down or kill someone.

 

Go to Home Depot and buy a water heater element and thermostat.

http://www.homedepot.com/s/water+heater+element?NCNI-5

 

You will need wiring and lugs and electrical plug to plug it into a wall outlet.

 

If you need to control it from your program, you will need some type of Digital Out device, and a relay to control the AC power from your wall outlet.

 

See

Bang–bang_control

 

Omar
0 Kudos
Message 8 of 8
(3,505 Views)