LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple temperature chamber control application

Hello to all.

 

This is my first post, so I hope I'm not breaking any posting rules already.

 

I have a small project to complete.

It consist of old refrigerator, heater and temperature sensor.

Refrigerator and heater are controlled with a relay and temperature is measured over RS232 port (simple device - string containing temperature).

Is there someone willing to share LabView application (source code) similar to this that I want to make?

 

I'm trying to find some samples or shared code but no luck.

 

Any help would be great.

 

BR,

            Beno

 

 

0 Kudos
Message 1 of 11
(3,628 Views)

Hi Beno,

there are many examples about RS232 shipped with LabView. You should use the exmple finder. Search for "RS-232" or "VISA". You should find the "Advanced Serial Write and Read.vi".

Mike

0 Kudos
Message 2 of 11
(3,627 Views)

I have no problems controlling RS232 or relays.

It's the application for controlling heater/cooler so I get the temperature I select on front panel.

Response times of heater and cooler are long. Controlling them only with on/of is also not simple. It is also very important not to forget OFF to ON state delay for refrigerator (it can get damaged if this is done in short intervals).

So in short :

            I have VI to turn ON/OFF refrigerator

            I have VI to turn ON/OFF heater

            I have Vi to receive Temperature value

Application to control the temperature in chamber I have NOT.

 

BR,

Beno

0 Kudos
Message 3 of 11
(3,625 Views)

Hi Beno,

i don´t know your requirements. If you need a slow temperature change you can use a 2 point controller. If this is not enough you need a PID. To program something like this you should use a while loop with shift registers. Where exactly you have problems?

Mike

0 Kudos
Message 4 of 11
(3,619 Views)

This is what I'm searching for.

Is there a link or something you could point me to?

It should be a school book problem to solve but I can't find any examples or source code to speed up my work.

 

BR,

Beno

0 Kudos
Message 5 of 11
(3,614 Views)

Hi Beno,

you could start with something like this. See the attached example.

Mike

0 Kudos
Message 6 of 11
(3,609 Views)

Hi,

 

If you still have those VI's you made for turning ON/OFF the heater and measuring the temperature and also for the refrigerator, Can you attach those files? I really need them.

0 Kudos
Message 7 of 11
(3,128 Views)

Do you still have those VI's ??? If yeas, Can you please attach them?

0 Kudos
Message 8 of 11
(3,125 Views)

As I recall there was an example we worked with in the Core 1 class for a weather station.  Have you taken any classes?  Have you searched the forum for Temperature control?

-----------------------------------------------------------------------------------------
Reese, (former CLAD, future CLD)

Some people call me the Space Cowboy!
Some call me the gangster of love.
Some people call me MoReese!
...I'm right here baby, right here, right here, right here at home
0 Kudos
Message 9 of 11
(3,121 Views)

Hi, Thanks for your reply.

Yes I searched it for temperature control.

I have a project where I have to heat up a coil inside a chamber using a Relay and labview PID and DAQ.

0 Kudos
Message 10 of 11
(3,116 Views)