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)
最近瀏覽的軟件
Agent 2.0 Document: text normalization documentation for U.K. English Lernout & Hauspie TTS3000 engine 21 Sep 15
Microsoft .NET Framework 4.8 3 May 20
TMS Advanced Charts(Delphi 2006,2007 and C++Builder 2006,2007) 27 Jan 15
Excel Add-In for OFX 7 Apr 16
InterBase Data Access Components for BDS 2006 and Turbos 22 Jan 15
Remove One List From Another Software 21 Jan 15
Outlook 2002 Sample: Build Outlook 2002 Add-ins with Visual Basic .NET 21 Sep 15
Waf File Hash Generator Portable 26 Jan 15
GeSHi 20 Feb 15
CodeUtility Universal SQL Query Tool 25 Oct 15
按類別搜索
熱門軟件
WP JW Player 6 Jun 15
PDFescape 15 Dec 14
Myheritage 15 Dec 14
Video.js 28 Apr 16
LucidChart 14 Dec 14
ImpressPages CMS 18 Apr 16
PhotoCat 14 Dec 14
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
最近瀏覽的軟件
Agent 2.0 Document: text normalization documentation for U.K. English Lernout & Hauspie TTS3000 engine 21 Sep 15
Microsoft .NET Framework 4.8 3 May 20
TMS Advanced Charts(Delphi 2006,2007 and C++Builder 2006,2007) 27 Jan 15
Excel Add-In for OFX 7 Apr 16
InterBase Data Access Components for BDS 2006 and Turbos 22 Jan 15
Remove One List From Another Software 21 Jan 15
Outlook 2002 Sample: Build Outlook 2002 Add-ins with Visual Basic .NET 21 Sep 15
Waf File Hash Generator Portable 26 Jan 15
GeSHi 20 Feb 15
CodeUtility Universal SQL Query Tool 25 Oct 15
按類別搜索
熱門軟件
Kyte.tv 15 Dec 14
Stupeflix Video Maker 14 Dec 14
Handshake 12 May 15
PhotoCat 14 Dec 14
py2exe 13 Apr 15
Google Scholar 15 Dec 14
Apache OpenMeetings 10 Feb 16
評論沒有發現