NET.MBLINK 5.0
NET.MBLINK is a Modbus .NET driver for Visual Studio .NET and ASP.net. The newest version features both Modbus TCP slave and server in one runtime free library. Support Modbus TCP/IP and Serial (RTU & ASCII).
Key Feature
NET.MBLINK automatically executes the appropriate MODBUS function code based on:
- Reference Address
- Read / Write operation
- Data Type
- Number of Data Items
- ModbusServer class supports virtually all MODBUS functions
Modbus Master & Slave Operation
- FNC 01 - Reads ON/OFF Status of discrete outputs (0X references, coils)
- FNC 02 - Reads ON/OFF Status of discrete inputs (1X references, coils)
- FNC 03 - Reads contents of status of holding registers (4X references, coils)
- FNC 04 - Reads contents of status of input registers (1X references, coils)
- FNC 05 - Writes ON/OFF state to (0X reference) in the slave device
- FNC 06 - Write contents to (4X reference) in the slave device
- FNC 15 - Writes ON/OFF states to a consecutive sequence of (0X references)
- FNC 16 - Writes 16-bit contents to a consecutive sequence of (4X references)
- FNC 20 - Performs a file record read operation (6x references)
- FNC 21 - Performs a file record write operation (6x references)
- FNC 22 - Writes ON/OFF state of an individual bit within a (4X reference)
Supported Controllers
NET.MBLINK supports the following communication transports:
- TCP/IP Master, TCP/IP Server (Slave)
- Serial RTU Master
- Serial ASCII Master
- Serial over Ethernet RTU Master
- Serial over Ethernet ASCII Master
Requirments
Supported Languages and Tools
- Microsoft Visual Studio 2017, 2015, 2013, 2012, 2010, 2008, 2005 (all editions)
Supported Operating Systems
- Windows 10
- Windows 8
- Windows 7 (32bit & 64bit)
- Microsoft Vista (32bit & 64bit)
- Microsoft Windows Server (2000/2003/2008)
- Microsoft Windows XP (Home/Pro/x64)
- Microsoft Windows CE.NET (4.x/5.x/6.x)
- Microsoft Windows Mobile (5.x/6.x)
- Microsoft Windows Embedded
Supported Microsoft .NET Frameworks
- Version 2.0, Version 3.x, Version 4.x
Supported Virtual Hosts
- Microsoft Virtual PC
- VMWare
- VirtualBox