NI Modbus Library by NI - Toolkit for LabVIEW Download
This Modbus library provides low level customizable communication over the Modbus standard.

Version | 1.2.1.42 |
Released | Jun 29, 2018 |
Publisher | NI |
License | NI Sample Code License |
LabVIEW Version | LabVIEW>=12.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Repository |
Description
Modbus is a de facto standard for industrial communication which supports both serial- and TCP/IP-based communication. The core of the protocol consists of a function code (read or write) and data (what to read, what to write). Different packet forms are used, depending on the underlying bus, but that core set of information does not change.
This library allows for low-level access to that core function set and provides an API which includes both master (client) and slave device (server) functionality.