ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
11-03-2012 01:41 PM
Hello Everyone,
Please I have a furnace which I want to control the rate of heating of the heater. I have the following hardware: cDAQ 9172, NI 9211, NI 9474 and a K-type thermocouple. The specificatio of the heater is as follow:
Maximum Temp: 1600
Voltage: 240 Volts
Watts: 4500
Amps Max: 43.6
Thanks!
Solved! Go to Solution.
11-03-2012 02:19 PM
What specifically are you asking for? You need help creating the application? Help interfacing with hardware?
11-03-2012 03:13 PM - edited 11-03-2012 03:19 PM
you want us to write the code for you? what have you done so far? have you check the shipped vi examples? it seems you want to daqmx acquire (AI) temp, software controlled PID and control (DO) the heater's fan,cooling and heat...post your vi and what problems you see with it
11-03-2012 03:20 PM
In the future if you can give more description on what exactly you are looking for, then people can give better help. If you are looking for someone to write the application then that's a different conversation. I'll be more than happy to write it for a fee off course :).
11-04-2012 08:02 AM
11-04-2012 08:15 AM
What voltage does the heater control need? For example your DO card will put out 5V but the heater inputs may need 24V.
11-04-2012 08:23 AM
11-04-2012 08:42 AM
Obviously your DAQ card isn't going to put out the voltage or current you need to drive a heater.
So what piece of hardware do you have that can control the voltage and/or current going to the heater?
11-04-2012 08:49 AM
11-04-2012 09:12 AM
The simplest form of control in terms of hardware would be a relay that can handle the voltage and current to turn on and turn off the high voltage/current going to the heater. Then your LabVIEW code would drive a digital output on the DAQ card that could turn on/off that bigger relay. Simplest control would be strictly on/off. You could also use a pulse width modulation scheme that will cycle the relay on and off at a rate. So theoretically 50% on time and 50% off time would be approximately 50% of the heating power. You could use a PID control setup to determine what the duty cycle of your waveform should be an any given point in time.