WSMBT is a powerful and simple-to-use .Net control that facilitates data access from a Modbus slave device connected to the PC's Ethernet network. Just drop the control on your form and chat with your device with your VB.NET, C#or C++ managed.
WSMBT is a powerful and simple-to-use .Net control that facilitates data access from a Modbus slave device connected to the PC's Ethernet network. Just drop the control on your form and chat with your device with your VB.NET, C#or C++ managed.
You can redistribute the wsmbt .dll with your unlimited application without royalties.
Supported protocol variants:
Modbus TCP / IP
Modbus UDP / IP
Modbus RTU sobre TCP / IP
Modbus ASCII over TCP/IP
MODBUS FUNCTIONS SUPPORTED:
01: Read coil status
02: Read the entry status
03: Read retention records
04: Read input records
05: Force single coil
06: Predefined Single Record
15: Force multiple coils
16: Predefine multiple records
17: Report slave ID. (RTU/ASCII mode only on TCP/IP)
22: Mask recording record
23: Read/write records
User-defined functions:
Read user-defined coils
Read user-defined records
Save user-defined reels
Save User-Defined Records
Exemplos:
C #
Int16[] Registers = new Int16[10];
WSMBT. Result Result;
Result = wsmbtControl1.ReadHoldingRegisters(1, 0, 10, Registers);
Basic Visual
Dim Registers(10) As Short
Dim Result As WSMBT. Result
Result = WsmbtControl1.ReadHoldingRegisters(1, 0, 10, Registers)
C ++
array^ Registers = gcnew array(10);
WSMBT::Result Result;
Result = wsmbtControl1->ReadHoldingRegisters(1, 0, 10, Registers);
System requirements:
CPU: 1.8 GHz dual core processor
RAM: 2 GB
HDD / SSD: 50 GB of free space on the main drive
Operating system: Microsoft Windows 8 32-bit, Microsoft Windows 7 32-bit and Microsoft Windows Vista 32-bit
Resolution: 1024×768
You don't know what software you need or you haven't found what you were looking for? We have a team ready to help you choose the right software for your company.