Introduction
The VB.NET
(Visual Studio 2005) example, MissionStartDelay, can be found in this
directory. It is an example program that can "mission" a
DS1922L/DS1922T/DS1922E to take temperatures at specified intervals. With
this example, the mission start delay box on the main
window continuously "ticks" away once set so that multiple
Thermochrons can easily be synchronized to start at the same time.
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.
Before running this program, make sure to set the default 1-Wire adapter settings to the preferred type (usually "{DS9490}") and number (usually "USB1"). This can be done by running the "Default 1-Wire NET.exe" program found in the 1-Wire Drivers application directory.
Operation
To run the
MissionStartDelay.exe program, double-click the pre-compiled executable
in the ..\bin directory.
Files
AssemblyInfo.vb
- VB.NET module containing
manufacturer data
MissionStartDelay.sln
- Visual Studio.NET solutions
file
MissionStartDelay.vbproj
- VB.NET project file
MissionStartDelayvbproj.user - VB.NET file
project user file
MissionStartDelayForm.resx -
VB.NET resources file
MissionStartDelayForm.vb
- VB module containing source
to program
..\..\..\..\Lib\OW.NET\OneWireAPI.NET.dll - 1-Wire API
Readme.html
- This file.
..\bin\MissionStartDelay.exe - Program executable.