C# .NET Modbus TCP
Direct Modbus TCP examples written in C# .NET for the LabJack T7, T4, and UE9. The C# Modbus TCP class used in the examples is written and provided by LabJack.If using a third party Modbus TCP class/interface, use our examples as a general demonstration of Modbus TCP usage. The example Write calls use Modbus function 16, Preset Multiple Registers, and the Read calls use Modbus function 3, Read Multiple Registers.
Refer to the README.TXT in the download/attachment below for more details.
Files
LabJack_CSharp_ModbusTCP_Examples_2019_05_24.zip
Getting Started with Direct Modbus TCP
See the information and getting started guide in our Direct Modbus TCP documentation.