-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
45 lines (28 loc) · 1.18 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
C# .NET Examples for LJM
Oct. 23, 2024
This package contains C# .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 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. C# examples were written and
tested with VS Code and .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. See
the LICENSE.TXT file for details.