I need to create a PID controller in labView. I need to ouput a
signal that corresponds to a certain duty cycle to control the speed of
a computer fan.
So I need to create a signal at a ceratin freq. and duty
cycle that corresponds to the switching of full power to no power
of a fan. The signal needs to go through a PID
controller inside labView and the signal needs to be sent out to
a amplifier circuit that connects to the computer fan to vary the speed
of the fan. A three-wire fan will be used. So i also need
to send the tack signal back into labView to be proccessed in the PID
controller to adjust the error.
Is there any limitations to the type of PID controllers you can create in LabView?
The signal coming back into labView are there limits on the way it needs to be conditioned to get back into labView?
Also need to know how i can send this signal out of labView and is there any limitations on the type of signal i can send out?
We want to avoid buying a DAQ board so i would really like to do this serially with the com port or serial port.