LabJack Direct Modbus TCP Examples In C# .NET
05/24/2019
support@labjack.com


This package contains C# .NET examples that demonstrate direct Modbus TCP usage
with a LabJack T7, T4 or UE9.


Requirements:

* Windows
* Visual Studios 2008 or newer with C#
* .NET 3.5 or newer.


Contents:

* LoggerModbusTCPExample - C# LabJack data logger example project.
* ModbusTCP - Contains the C# ModbusTCPClient class used by all examples.
* T4ModbusTCPExamples - C# LabJack T4 examples project.
* T7ModbusTCPExamples - C# LabJack T7 examples project.
* UE9ModbusTCPExamples - C# LabJack UE9 examples project.
* LICENSE.TXT - The MIT X11 license for source code in this package.
* README.TXT - The README file for this package, which you are reading.


Build and Run:

In Visual Studios, go to the example project folder and open its sln file. In
Visual Studios newer than 2008, let the conversion wizard run to update solution
and project files to your Visual Studios version. Build and start the example to
run.


Documentation:

Direct Modbus TCP is documented here:

https://labjack.com/support/software/api/modbus

Device specific documentation can be found in the datasheets:

https://labjack.com/support/datasheets

The examples provide more documentation links specific to functionality used.


License:

All source code provided in this package is written and licensed by LabJack
Corporation under MIT X11. Refer to the LICENSE.TXT file for license details.
