LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i monitor temperature in climate chamber TCC 4025 using labview and myRIO?

I am working with my Bachelor Thesis and i am running out of time. Anyone can help me on this problem?

0 Kudos
Message 1 of 11
(4,640 Views)
The chamber has a controller on it right? You could connect to it to find out what the internal temp is.

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 2 of 11
(4,628 Views)

But I want to develop a remote control from pc for this CC

0 Kudos
Message 3 of 11
(4,621 Views)
The best way to do that is with a dedicated controller (Thermotron makes many good ones) and use the PC to control the set point. The problem with building your own control is reliability. There is no way a PC will be as reliable as a dedicated COTS (commercial off the shelf) controller. And let's not forget the cost required to reinvent this particular wheel.

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 4 of 11
(4,612 Views)

If the chamber has a communications port (e.g. RS-232 / Ethernet / USB), then it's possible that you can communicate with it remotely - you'd need to look it up in the datasheet/manual for the chamber (or contact the manufacturer). I've communicated with chambers over RS-232 that use MODBUS in the past and you can set the temperature, as well as read out temperature/humidity information.

 

Of course, if you just want to monitor the temperature, why not wire up a temperature sensor and stick it inside the chamber? There are many different types (e.g. thermocouple, RTD etc.) with different types of interfaces (e.g. analogue, SPI etc.) - most of which you should be able to hook up to a myRIO.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 5 of 11
(4,598 Views)

can i know more about your past project? this chamber has RS-232. 

0 Kudos
Message 6 of 11
(4,591 Views)

There wasn't really that much to it - it was a PC application which communicated with a chamber to run the chamber on temperature profiles whilst reading data from a device under test.

 

The chamber used MODBUS so I read the documentation for it and then used a LabVIEW MODBUS library (from NI - available in VI Package Manager) to read/write the correct MODBUS registers.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 7 of 11
(4,586 Views)

is there step by step that i can follow? 

0 Kudos
Message 8 of 11
(4,569 Views)
The vendor can provide documentation for how to use the serial interface - perhaps even examples. That would be the place to start. How pressed for time are you?

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 9 of 11
(4,543 Views)
I have about 2 weeks left 😞
0 Kudos
Message 10 of 11
(4,525 Views)