-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
47 lines (30 loc) · 1.33 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.NET Examples for LJM
Oct. 23, 2024
This package contains the C# and Visual Basic .NET examples for the LJM library
and LJM .NET assembly LabJack.LJM.dll.
Requirements:
- LabJack T8, T7 or T4
- The latest LabJack LJM software from the Windows Installer:
https://labjack.com/support/software/installers/ljm
- Visual Basic .NET: Visual Studios 2008 or newer for projects.
- C#: Visual Studios 2022 or newer, or .NET SDK 6 or newer, for projects.
- .NET 2.0 Framework or newer for the LJM .NET assembly.
- Windows Vista or newer
Examples:
Examples can be found in the Examples directory. Visual Basic .NET examples
were written and tested in Visual Studio 2008. C# examples were written and
tested with .NET 6. All examples use the LJM .NET assembly installed by the
LabJack software installer.
Documentation:
To view LJM .NET information use the object browser on the referenced
LabJack.LJM.dll in Visual Studios.
LJM library documentation can be found here:
https://labjack.com/support/software/api/ljm
The Modbus map can be found here:
https://labjack.com/support/software/api/modbus/modbus-map
T8, T7 and T4 documentation can be found here:
https://labjack.com/support/datasheets/t-series
License:
LabJack provided source code in the examples are licensed under MIT X11. See
the LICENSE.txt file for details.