04-13-2016 07:11 AM
I am working with my Bachelor Thesis and i am running out of time. Anyone can help me on this problem?
04-13-2016 07:25 AM
04-13-2016 07:31 AM
But I want to develop a remote control from pc for this CC
04-13-2016 07:52 AM
04-13-2016 08:27 AM - edited 04-13-2016 08:27 AM
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.
04-13-2016 08:37 AM
can i know more about your past project? this chamber has RS-232.
04-13-2016 08:43 AM - edited 04-13-2016 08:43 AM
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.
04-13-2016 09:15 AM
is there step by step that i can follow?
04-13-2016 06:16 PM
04-13-2016 10:59 PM