“DS1921GetTempLog.exe” Readme

Introduction
The "DS1921GetTempLog.exe" is an example program that reads the temperature log from the DS1921G.

This particular example was written in Microsoft Visual Basic .NET through Visual Studio .NET 2005.

Requirements
1-Wire Drivers version 4.00 or higher, with the OneWireAPI.NET.dll in the same directory as the executable.

 

.NET Framework 2.0 Redistributable:


Visual J# .NET 2.0 Second Edition Redistributable:


When compiling this program, make sure that the program references “vjslib”, and the OneWireAPI.NET.dll.

Operation
To run the DS1921GetTempLog.exe program, double-click on the file.  It brings up a window with two buttons on it. One button will find and download the temperature history of DS1921 temperature data loggers.  The second button will clear the list box.  There is also a "File" menu item that allows you to save the temperature log to a text file.

* Please note that the executable defaults to using the 1-Wire Net default adapter and port set previously by the user.

 

Files


AssemblyInfo.vb              - The Assembly Info file for this program.

DS1921GetTempLog.sln         - The Visual Studio .NET Solution file.

DS1921GetTempLog.vbproj      - The Visual Studio .NET Visual Basic Project File.

DS1921GetTempLog.vbproj.user - Visual Studio Project User Options.

DS1921GetTempLog.resx        - The main window form resource file.

DS1921GetTempLog.vb          - The main window form code

Readme.html                  - This file.

..\..\..\..\Lib\OW.NET\OneWireAPI.NET.dll  - 1-Wire API

..\bin\DS1921GetTempLog.exe  - Program executable.