MODBUS设备使用[MBusDrv.dll]库R / W数据访问。
导出函数(pascal声明):
{*来自MODBUS设备的标准读取数据*}
函数GetMBData(const SlaveAddr:byte; const ReadType:boolean; var Data:array [0..254] of byte):integer; STDCALL;
SlaveAddr:byte(1..254)
ReadType:boolean(false = Coils / true =控制寄存器)
数据:字节的数组[0..254](器件数据)
返回整数(0 = OK)
{*从MODBUS设备扩展读取数据*}
函数GetMBDataEx(const SlaveAddr:word; const ReadType:word):pointer; STDCALL;
SlaveAddr:word(1..254)
ReadType:字(0 =线圈/ 1 =保持寄存器)
255字节的返回指针(设备数据或0 =错误)
{* VBA(Microsoft Visual Basic)从MODBUS设备读取数据*}
函数GetMBDataVBA(const SlaveAddr:LongInt; const ReadType:LongInt):pointer; STDCALL;
SlaveAddr:longint(1..254)
ReadType:longint(0 =线圈/ 1 =保持寄存器)
255字节的返回指针(设备数据或0 =错误)
{*标准写入数据到MODBUS设备*}
函数PutMBData(const SlaveAddr:byte; const WriteType:boolean; const DataAddr:byte; const Data:word):integer; STDCALL;
SlaveAddr:byte(1 ..254)
WriteType:boolean(false = Coil / true =保持寄存器)
DataAddr:byte(1..255)
资料:字
返回整数(状态码= 0 = OK)
{* VBA(Microsoft Visual Basic)将数据写入MODBUS设备*}
函数PutMBDataVBA(const SlaveAddr:longint; const WriteType:longint; const DataAddr:longint; const Data:longint):longint; STDCALL;
SlaveAddr:longint(1..254)
WriteType:longint(0 =线圈/ 1 =保持寄存器)
DataAddr:longint(1..255)
数据:longint
返回longint(状态码> = 0 = OK)
- 主页
- Windows XP
- 系统工具
- MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows
最近浏览的软件
Search Multiple CSV Files Software 21 Nov 14
Database and XML Toolkit (DbTkXml) 30 Oct 15
Microsoft Windows SharePoint Services Sample: Creating Event Log Messages for a Document Library 21 Sep 15
Microsoft MSXML 3.0 Security Update: XMLHTTP Control in MSXML 4.0 Can Allow Access to Local Files 21 Sep 15
jQuery Linked UI Sliders 13 Apr 15
Oracle Data Access Components 18 Jun 16
TMS IntraWeb Component Pack Pro Script Edition (Delphi 7) 27 Jan 15
Stellar SQL Database Toolkit 6 Feb 16
SQL Image Viewer 3 May 20
Behind the Scenes: Improvements to Windows Forms Data Binding in the .NET Framework 2.0, Part 1 Sample Code 21 Sep 15
按类别搜索
热门软件
Synei Service Manager Portable 23 Jan 15
Label Matrix 21 Sep 15
Qustodio 26 Apr 16
Soft2base 15 Apr 15
NiceLabel Express 24 Sep 15
Advanced Disk Recovery 27 May 15
RegCure Pro 2 Oct 16
MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows
支持的操作系统
类似的软件
显影剂的其他软件 AE
Freeware DCF77 Decoder
14 Aug 18
意见 MODBUS RTU Serial RS232/RS485 and TCP/IP for Windows
最近浏览的软件
Search Multiple CSV Files Software 21 Nov 14
Database and XML Toolkit (DbTkXml) 30 Oct 15
Microsoft Windows SharePoint Services Sample: Creating Event Log Messages for a Document Library 21 Sep 15
Microsoft MSXML 3.0 Security Update: XMLHTTP Control in MSXML 4.0 Can Allow Access to Local Files 21 Sep 15
jQuery Linked UI Sliders 13 Apr 15
Oracle Data Access Components 18 Jun 16
TMS IntraWeb Component Pack Pro Script Edition (Delphi 7) 27 Jan 15
Stellar SQL Database Toolkit 6 Feb 16
SQL Image Viewer 3 May 20
Behind the Scenes: Improvements to Windows Forms Data Binding in the .NET Framework 2.0, Part 1 Sample Code 21 Sep 15
按类别搜索
热门软件
Driver Easy 26 Oct 18
Hype Terminal 9 Dec 14
OKI Printer Resetter 10 Jan 17
Galaxy Unlocker Client 21 Nov 14
Printer Spooler Fix Wizard 21 Jan 15
Cok Free Auto Clicker 25 Jan 15
Easy Auto Clicker 31 Mar 17
评论没有发现