This control VI does not contain any logic that provides operation set points for the heat grid outlet temperature. The tasks of this control VI are:

  • Controling control valves and pumps to have the desired flow rate / temperature on house and grid side
  • Controlling the electric ball valves to have the desired setting of the district heating grid

The control can be run in automatic or direct control mode.

Automatic control

tbd

Direct control

All actuators are controlled directly with a 0-10V or DO signal.

Analog inputs:

  • A_PU-HC_TH_IMP 0-10V
  • A_PU-HC_TH_EXP 0-10V
  • A_PU-TH_TH 0-10V
  • A_PU-HC_TL_IMP 0-10V
  • A_PU-HC_TL_EXP 0-10V
  • A_PU-TH_TL 0-10V

Digital inputs

  • A_PU-TH (activates all pumps on the high temperature side)
  • A_PU-TL (activates all pumps on the low temperature side)
  • A_BV-HC_TL_IN_open
  • A_BV-HC_TL_IN_close
  • A_BV-HC_TL_OU_open
  • A_BV-HC_TL_OU_close
  • A_BV-HC_TH_IN_open
  • A_BV-HC_TH_IN_close
  • A_BV-HC_TH_OU_open
  • A_BV-HC_TH_OU_close
  • A_BV-TG_TL_1_open
  • A_BV-TG_TL_1_close
  • A_BV-TG_TL_2_open
  • A_BV-TG_TL_2_close
  • A_BV-TG_TL_3_open
  • A_BV-TG_TL_3_close
  • A_BV-TG_TL_4_open
  • A_BV-TG_TL_4_close
  • A_BV-TG_TM_1_open

  • A_BV-TG_TM_1_close

  • A_BV-TG_TM_2_open

  • A_BV-TG_TM_2_close

  • A_BV-TG_TM_3_open

  • A_BV-TG_TM_3_close

  • A_BV-TG_TM_4_open

  • A_BV-TG_TM_4_close

  • A_BV-TG_TH_1_open

  • A_BV-TG_TH_1_close

  • A_BV-TG_TH_2_open

  • A_BV-TG_TH_2_close

  • A_BV-TG_TH_3_open

  • A_BV-TG_TH_3_close

  • A_BV-TG_TH_4_open

  • A_BV-TG_TH_4_close

  • Keine Stichwörter

Kommentar

  1. Thomas Licklederer sagt:

    Lorenz Lukas Bitte das weightedPID-VI überarbeiten, sodass Sub-VIs genutzt werden, um die Gewichtungsfaktoren gemäß dem (finalen!) Paper zu berechnen und dabei bitte hier direkt das weighted PID VI dokumentieren. Bei der Dokumentation insbesondere beachten, dass der Fehler im VI nicht wie im Paper direkt berechnet wird, sondern Referenz und Messwert an die PIDs gegeben werden. Entsprechend umgestellte Formeln hier mit aufführen, sollte auch bei der Programmierung der SubVIs helfen. Danke.