Using The Hydra Data Acquisition Unit In LabView - Taking A Single Temperature Measurement.

        The Hydra Data Acquisition Unit (DAU) is a GPIB (IEEE-488) instrument.  That means that it can take data under computer control and can send that data back to the computer.  (Click here for an introduction to IEEE-488 instruments.)  Here, we will examine how to reset the Hydra in a LabView vi.  That LabView vi is ResetHydra.vi.  Then, you can examine taking a single temperature measurement in a LabViewvi, 1TempHydra.vi.

        The steps in taking a single temperature measurement are as follows:

We will examine how you do each of these steps in LabView, looking at them in sequence.




Taking a Temperature Measurement

        Taking a temperature measurement is more complex than just resetting the instrument.  The steps you need to take are as follows (assuming that the instrument has been reset).  Here's the diagram for the vi.

Here's what you do in this vi.

        The vi above will take a single temperature measurement once the instrument has been reset.  That allows you to put the temperature mesurement inside a loop and put the reset outside the loop.  If you use this in an application where speed is critical, you might also want to consider putting the GPIB Write block that sets the channel and the measurement type outside the loop, separating it from the rest of the operations above.