|
We've created a simple automated incubator application
using Components
and added a user interface with Visual
Controls. Now we want to add functionality to our
application by adding data acquisition capability; we
want a log of the temperature in the incubator and the
dates and times when the heater was actually turned
on.
To
do this we will use the Data Logger Component. The Data
Logger lets us record the values of any other Component
by adding that Component as a Source to the Data Logger.
The Data Logger's Visual Control is called the Strip
Chart. It displays the logged data in graphical format
and allows you to control the behavior of the Data Logger
itself. |