diff --git a/Exercises/Exercise 4/Latex/Exercise4.pdf b/Exercises/Exercise 4/Latex/Exercise4.pdf index f7c61a9..79f14dc 100644 Binary files a/Exercises/Exercise 4/Latex/Exercise4.pdf and b/Exercises/Exercise 4/Latex/Exercise4.pdf differ diff --git a/Exercises/Exercise 4/Latex/Exercise4.tex b/Exercises/Exercise 4/Latex/Exercise4.tex index 560ddcf..fddc2bf 100644 --- a/Exercises/Exercise 4/Latex/Exercise4.tex +++ b/Exercises/Exercise 4/Latex/Exercise4.tex @@ -301,7 +301,14 @@ \section{Adding HVAC control} we can (in this case) work around the existing control signal by changing the heat pump model input type to \path{enable_variable_speed=true}. The model then accepts any real signal and connections to the other control -signal are ignored. +signal are ignored. A reference implementation for this example is shown in Figure~\ref{fig:scheHVAC}. + +\begin{figure}[h!] + \centering + \includegraphics[width=\linewidth]{Schematic7.png} + \caption{The schematic of Example 7.} + \label{fig:scheHVAC} +\end{figure} \paragraph{Side notes} Note that the control signal of the heat pump could also have been used to disable diff --git a/Exercises/Exercise 4/Latex/Schematic6.png b/Exercises/Exercise 4/Latex/Schematic6.png index ee498b7..7c77959 100644 Binary files a/Exercises/Exercise 4/Latex/Schematic6.png and b/Exercises/Exercise 4/Latex/Schematic6.png differ diff --git a/Exercises/Exercise 4/Latex/Schematic7.png b/Exercises/Exercise 4/Latex/Schematic7.png new file mode 100644 index 0000000..7132322 Binary files /dev/null and b/Exercises/Exercise 4/Latex/Schematic7.png differ