In this exercise, we will add more functions to the VI from the previous exercise. If
we only want to maintain a given temperature (as for instance in a thermostat), we
might only care about the highest value of the temperature. Use the logic operators,
used in the previous exercises, to determine the highest temperature among all the
measurements (Hint: you will need a shift register). In LabVIEW there are many
different options for data types (scalar, dynamic data, waveform, etc.). For this part
of the experiment you will need to convert your acquired data from dynamic data
type to single scalar type. To do this, right-click in the block diagram, and select
express, signal manipulation, from DDT, which appears as in icon form. The
respective dialog box enables you to accomplish the required task