Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. McAden

    Air Washer Operation

    I am a system integrator with experience in PLC controls. I have a basic understanding of air washers and their sensors, but I don't know what PID loops are needed or what feedback is used to control the elements. For example, what is monitored to control the temperature of the chilled water...
  2. McAden

    PID algorith

    DON1 had the right idea but to restate: Error = Input - Setpoint (or Setpoint - Input) ErrorTotal = ErrorTotal + Error (once per integral timeframe) ErrorNew = Error - LastError (once per derivative timeframe) LastError = Error (once per derivative timeframe) P = Error * Pgain I = ErrorTotal...

Part and Inventory Search

Back
Top