• PID Controller
    I am looking for a C program that works like a PID controller. It is for educational purpose. Thank you.
  • PID control coding
    please help me, i am a M.Tech student, code for PIC micro controller based temperature controller with PID control
  • USBH_DeviceRequest_GetDescriptor for pid
    Hi, I need to get pid and vid of usb connected. i used the USBH_DeviceRequest_GetDescriptor function to get the DEVICE DESCRIPTOR. But how i can extract pid and vid from this function. Regards...
  • PID algorithm
    Hello everyone, I am trying to program PID algorithm in c++ first.It is like this: output(i)=Kp*error(i)+Ki*delT*(summation from 1 to i)error(i)+Kd/delT*(e(i)-e(i-1)) This is what I wrote: #include...
  • Digital PID routine
    I need a digital pid routine for 8051 can anyone help?