实例介绍
libnodave 与 西门子PLC通讯
【实例截图】
【核心代码】
4744302543378669590.rar
└── libnodave-0.8.5
├── accepter.c
├── benchmark.c
├── buildall
├── ChangeLog
├── contributions
│ ├── LotTrack-103
│ │ ├── Readme.txt
│ │ ├── src
│ │ │ ├── about.frm
│ │ │ ├── about.frx
│ │ │ ├── CSIDL.txt
│ │ │ ├── defines.bas
│ │ │ ├── ExcelVBA.bas
│ │ │ ├── fMySql.frm
│ │ │ ├── fMySql.frx
│ │ │ ├── Folders.bas
│ │ │ ├── fPlcConn.frm
│ │ │ ├── fPlcEther.frm
│ │ │ ├── fPlcEther.frx
│ │ │ ├── fPlcSerEth.frm
│ │ │ ├── fPlcSerial.frm
│ │ │ ├── fPlcSerial.frx
│ │ │ ├── Leonardo da Vinci My Computer.ico
│ │ │ ├── libNoDave.bas
│ │ │ ├── LotTrack.frm
│ │ │ ├── LotTrack.frx
│ │ │ ├── LotTrack.PDM
│ │ │ ├── LotTrack.vbp
│ │ │ ├── LotTrack.vbw
│ │ │ ├── micro.ico
│ │ │ ├── MSSCCPRJ.SCC
│ │ │ ├── MySQL.ico
│ │ │ └── Version.bas
│ │ └── z.bat
│ ├── LotTrack-103.zip
│ └── PowerBasic
│ ├── Dave.bas
│ ├── Dave.exe
│ └── Dave.inc
├── Data View Demo.CS
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Backup
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Data_View
│ │ │ ├── frmAboutBox.cs
│ │ │ ├── frmDataDisplay.cs
│ │ │ ├── frmDataDisplay.resx
│ │ │ ├── frmSettings.cs
│ │ │ ├── frmSettings.resx
│ │ │ └── Program.cs
│ │ ├── Data View Demo.csproj
│ │ ├── Data_View.Properties
│ │ │ ├── Resources.cs
│ │ │ ├── Resources.resx
│ │ │ └── Settings.cs
│ │ └── Resources
│ │ └── Data_View.frmAboutBox.resources
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Data View Demo.exe
│ │ │ ├── Data View Demo.pdb
│ │ │ ├── Data View Demo.vshost.exe
│ │ │ ├── DataView.ini
│ │ │ ├── libnodave.dll
│ │ │ └── libnodave.net.dll
│ │ └── Release
│ │ ├── Data View Demo.exe
│ │ ├── DataView.ini
│ │ ├── libnodave.dll
│ │ └── libnodave.net.dll
│ ├── Data_View
│ │ ├── frmAboutBox.cs
│ │ ├── frmAboutBox.resx
│ │ ├── frmDataDisplay.cs
│ │ ├── frmDataDisplay.resx
│ │ ├── frmSettings.cs
│ │ ├── frmSettings.resx
│ │ └── Program.cs
│ ├── Data View Demo.csproj
│ ├── Data View Demo.csproj.user
│ ├── Data View Demo.sln
│ ├── Data View Demo.suo
│ ├── Data_View.Properties
│ │ ├── Resources.cs
│ │ ├── Resources.resx
│ │ └── Settings.cs
│ ├── exe
│ │ ├── Data View Demo.exe
│ │ ├── DataView.ini
│ │ ├── libnodave.dll
│ │ ├── libnodave.lib
│ │ ├── libnodave.net.dll
│ │ └── orjinal bu idi Data View Demo.CS.rar
│ ├── Full
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Data_View
│ │ │ ├── frmAboutBox.cs
│ │ │ ├── frmDataDisplay.cs
│ │ │ ├── frmDataDisplay.resx
│ │ │ ├── frmSettings.cs
│ │ │ ├── frmSettings.resx
│ │ │ └── Program.cs
│ │ ├── Data View Demo.csproj
│ │ ├── Data_View.Properties
│ │ │ ├── Resources.cs
│ │ │ ├── Resources.resx
│ │ │ └── Settings.cs
│ │ ├── exe
│ │ │ ├── Data View Demo.exe
│ │ │ ├── DataView.ini
│ │ │ ├── libnodave.dll
│ │ │ ├── libnodave.lib
│ │ │ └── libnodave.net.dll
│ │ └── Resources
│ │ └── Data_View.frmAboutBox.resources
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Data View Demo.csproj.FileListAbsolute.txt
│ │ │ ├── Data View Demo.csproj.GenerateResource.Cache
│ │ │ ├── Data View Demo.exe
│ │ │ ├── Data View Demo.pdb
│ │ │ ├── Data_View.frmAboutBox.resources
│ │ │ ├── Data_View.frmDataDisplay.resources
│ │ │ ├── Data_View.frmSettings.resources
│ │ │ ├── Data_View.Properties.Resources.resources
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── Data View Demo.csproj.FileListAbsolute.txt
│ │ ├── Data View Demo.csproj.GenerateResource.Cache
│ │ ├── Data View Demo.exe
│ │ ├── Data_View.frmAboutBox.resources
│ │ ├── Data_View.frmDataDisplay.resources
│ │ ├── Data_View.frmSettings.resources
│ │ ├── Data_View.Properties.Resources.resources
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Resources
│ │ └── Data_View.frmAboutBox.resources
│ ├── Short
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Data_View
│ │ │ ├── frmAboutBox.cs
│ │ │ ├── frmDataDisplay.cs
│ │ │ ├── frmDataDisplay.resx
│ │ │ ├── frmSettings.cs
│ │ │ ├── frmSettings.resx
│ │ │ └── Program.cs
│ │ ├── Data View Demo.csproj
│ │ ├── Data_View.Properties
│ │ │ ├── Resources.cs
│ │ │ ├── Resources.resx
│ │ │ └── Settings.cs
│ │ └── Resources
│ │ └── Data_View.frmAboutBox.resources
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── DelphiComponent
│ ├── Demo
│ │ ├── Delphi
│ │ │ ├── Editor.ddp
│ │ │ ├── Editor.dfm
│ │ │ ├── Editor.pas
│ │ │ ├── Main.ddp
│ │ │ ├── Main.dfm
│ │ │ ├── Main.pas
│ │ │ ├── NoDaveDemo.cfg
│ │ │ ├── NoDaveDemo.dof
│ │ │ ├── NoDaveDemo.dpr
│ │ │ ├── NoDaveDemo.ico
│ │ │ ├── NoDaveDemo.res
│ │ │ ├── SZLView.dfm
│ │ │ └── SZLView.pas
│ │ ├── Lazarus
│ │ │ ├── Editor.lfm
│ │ │ ├── Editor.lrs
│ │ │ ├── Editor.pas
│ │ │ ├── Main.lfm
│ │ │ ├── Main.lrs
│ │ │ ├── Main.pas
│ │ │ ├── NoDaveDemo.lpi
│ │ │ └── NoDaveDemo.lpr
│ │ ├── NoDaveDemo.exe
│ │ └── NoDaveDemo.ini
│ ├── Html
│ │ ├── abstract.bmp
│ │ ├── abstract.gif
│ │ ├── automated.bmp
│ │ ├── automated.gif
│ │ ├── ClassList.html
│ │ ├── Class_TNoDaveConnectThread.html
│ │ ├── Class_TNoDave.html
│ │ ├── Class_TNoDaveReadThread.html
│ │ ├── DelphiDoc.css
│ │ ├── deprecated.bmp
│ │ ├── deprecated.gif
│ │ ├── DispInterfaceList.html
│ │ ├── FileList.html
│ │ ├── File_NoDaveComponent.html
│ │ ├── Index_A.html
│ │ ├── Index_B.html
│ │ ├── Index_C.html
│ │ ├── Index_D.html
│ │ ├── Index_E.html
│ │ ├── Index_F.html
│ │ ├── Index_G.html
│ │ ├── Index_H.html
│ │ ├── index.html
│ │ ├── Index__.html
│ │ ├── Index_I.html
│ │ ├── Index_J.html
│ │ ├── Index_K.html
│ │ ├── Index_L.html
│ │ ├── Index_M.html
│ │ ├── Index_N.html
│ │ ├── Index_O.html
│ │ ├── Index_P.html
│ │ ├── Index_Q.html
│ │ ├── Index_R.html
│ │ ├── Index_S.html
│ │ ├── Index_T.html
│ │ ├── Index_U.html
│ │ ├── Index_V.html
│ │ ├── Index_W.html
│ │ ├── Index_X.html
│ │ ├── Index_Y.html
│ │ ├── Index_Z.html
│ │ ├── InterfaceList.html
│ │ ├── library.bmp
│ │ ├── library.gif
│ │ ├── ObjectList.html
│ │ ├── platform.bmp
│ │ ├── platform.gif
│ │ ├── private.bmp
│ │ ├── private.gif
│ │ ├── protected.bmp
│ │ ├── protected.gif
│ │ ├── public.bmp
│ │ ├── public.gif
│ │ ├── published.bmp
│ │ ├── published.gif
│ │ ├── readonly.bmp
│ │ ├── readonly.gif
│ │ ├── RecordList.html
│ │ ├── TODO.html
│ │ ├── unitinterface.bmp
│ │ ├── unitinterface.gif
│ │ ├── unitlocal.bmp
│ │ └── unitlocal.gif
│ ├── NoDaveComponent.cnt
│ ├── NoDaveComponent.dcr
│ ├── NODAVECOMPONENT.HLP
│ ├── nodavecomponent.lrs
│ ├── nodavecomponent.pas
│ ├── NoDaveComponent.pdf
│ ├── nodavepackage.lpk
│ ├── nodavepackage.pas
│ ├── TNoDave.bmp
│ └── TNoDave.xpm
├── doc
│ ├── area.html
│ ├── ARMprocessors.html
│ ├── conversions.html
│ ├── daveConnection.html
│ ├── daveInterface.html
│ ├── daveOSserialType.html
│ ├── daveReadBytes.html
│ ├── daveWriteBytes.html
│ ├── FAQ.html
│ ├── functions.html
│ ├── gettingStarted.html
│ ├── index.html
│ ├── initAdapter.html
│ ├── MPI.html
│ ├── multiplePLCs.html
│ ├── openSocket.html
│ ├── PDUerrorcodes.html
│ ├── pdu.html
│ ├── readmultiple.html
│ ├── S7Communication.html
│ ├── setport.html
│ ├── speedissues.html
│ ├── SZL.html
│ └── writemultiple.html
├── Dot.NET
│ ├── change.cs
│ ├── ch.cs
│ ├── CS
│ │ ├── change.cs
│ │ ├── simpleISO_TCP.cs
│ │ ├── simpleISO_TCP.exe
│ │ ├── simpleMPI.cs
│ │ ├── simpleMPI.exe
│ │ ├── simplePPI.cs
│ │ ├── simplePPI.exe
│ │ ├── testMPI.cs
│ │ ├── testMPI.exe
│ │ ├── testS7online.cs
│ │ └── testS7online.exe
│ ├── libnodave.net.cs
│ ├── libnodave.net.dll
│ ├── mono.bat
│ ├── mono.sh
│ ├── MSnet.bat
│ └── VB
│ ├── readme
│ ├── simpleMPI2.exe
│ ├── simpleMPI2.vb
│ └── simpleMPI.vb
├── Excel And VB
│ ├── funclist.vb
│ ├── Modul12.bas
│ ├── readme.vb
│ └── todo
├── FAQ.de.txt
├── faq.txt
├── filelist
├── ibhsamples6.c
├── ibhsim5
├── ibhsim5.c
├── isotest4
├── isotest4.c
├── libnodave.DEF
├── libnodave.diff
├── libnodave.so
├── loadPLC
├── log2.h
├── Makefile
├── makefile.mak
├── makefile.vc
├── MAKEFILE.VC.WINE
├── MAKEFILE.WINE
├── nodave.c
├── nodaveext.c
├── nodaveext.h
├── nodave.h
├── nodavesimple.h
├── openS7online.c
├── openS7online.diff
├── openS7online.h
├── openSocket.c
├── openSocket.h
├── openSocketw.c
├── pascal
│ ├── build.linux
│ ├── buildwin.bat
│ ├── buildwine.bat
│ ├── buildwined.sh
│ ├── buildwinegp.sh
│ ├── buildwine.sh
│ ├── buildwinetp.sh
│ ├── nodave.o
│ ├── nodave.pas
│ ├── nodave.pas.borland
│ ├── nodave.ppu
│ ├── oldlinux.o
│ ├── oldlinux.pas
│ ├── oldlinux.ppu
│ ├── testIBH
│ ├── testIBH.o
│ ├── testIBH.pas
│ ├── testISO_TCP
│ ├── testISO_TCP.o
│ ├── testISO_TCP.pas
│ ├── testMPI
│ ├── testMPI.o
│ ├── testMPI.pas
│ ├── testPPI
│ ├── testPPI_IBH
│ ├── testPPI_IBH.o
│ ├── testPPI_IBH.pas
│ ├── testPPI.o
│ ├── testPPI.pas
│ ├── tests.o
│ ├── tests.pas
│ ├── tests.ppu
│ ├── UnixLineFeeds
│ └── WinLineEnds
├── PERL
│ ├── blib
│ │ ├── arch
│ │ │ └── auto
│ │ │ └── Nodave
│ │ │ ├── Nodave.bs
│ │ │ └── Nodave.so
│ │ ├── bin
│ │ ├── lib
│ │ │ ├── auto
│ │ │ │ └── Nodave
│ │ │ │ └── autosplit.ix
│ │ │ ├── Nodave.pm
│ │ │ ├── testISO_TCP.pl
│ │ │ └── testMPI.pl
│ │ ├── man1
│ │ ├── man3
│ │ │ └── Nodave.3pm
│ │ └── script
│ ├── Changes
│ ├── const-c.inc
│ ├── const-xs.inc
│ ├── fallback
│ │ ├── const-c.inc
│ │ └── const-xs.inc
│ ├── funclist.PERL
│ ├── lib
│ │ └── Nodave.pm
│ ├── Makefile
│ ├── Makefile.PL
│ ├── manifest
│ ├── MYMETA.yml
│ ├── Nodave.bs
│ ├── Nodave.c
│ ├── Nodave.o
│ ├── Nodave.xs
│ ├── pm_to_blib
│ ├── ppport.h
│ ├── readme
│ ├── t
│ │ └── Nodave.t
│ ├── testISO_TCP.pl
│ ├── testMPI.pl
│ └── typemap
├── readme
├── README.compiling
├── Readme.win
├── resource.h
├── setport.c
├── setport.h
├── setportw.c
├── simplified
│ ├── testIBH.c
│ ├── testISO_TCP.c
│ ├── testMPI.c
│ ├── testPPI.c
│ └── testS7online.c
├── simProperties.c
├── Tcpview_CHS.exe
├── testAS511
├── testAS511.c
├── testIBH
├── testIBH.c
├── testISO_TCP
├── testISO_TCP.c
├── testISO_TCPload
├── testISO_TCPload.c
├── testMPI
├── testMPI.c
├── testMPI_IBHload
├── testMPI_IBHload.c
├── testMPIload
├── testMPIload.c
├── testNLpro
├── testNLpro.c
├── testPPI
├── testPPI.c
├── testPPI_IBH
├── testPPI_IBH.c
├── testPPI_IBHload
├── testPPI_IBHload.c
├── testPPIload
├── testPPIload.c
├── testS7online.c
├── testUSB
├── testUSB.c
├── todo
├── UpgradeLog2.XML
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── usb2mpi-Linux-2.6
│ ├── readme
│ ├── siemens_mpi.c
│ ├── siemens_mpi.ko
│ └── usb2mpimake.tgz
├── usbGlue.c
├── usbGlue.h
├── vcwinmake.bat
├── win
│ ├── DLL x32 安装.bat
│ ├── DLL x32 安装 - 副本.bat
│ ├── Dumpbin
│ │ ├── 6.0.8168.0
│ │ │ └── DUMPBIN.EXE
│ │ ├── 7.0.9466.0
│ │ │ └── dumpbin.exe
│ │ └── 7.10.3077.0
│ │ └── dumpbin.exe
│ ├── dumpbin.exe
│ ├── libnodave.dll
│ ├── libnodave.lib
│ ├── libnodave.net.dll
│ ├── testAS511.exe
│ ├── testIBH.exe
│ ├── testISO_TCP.exe
│ ├── testISO_TCPload.exe
│ ├── testMPI.exe
│ ├── testMPI_IBHload.exe
│ ├── testMPIload.exe
│ ├── testNLpro.exe
│ ├── testPPI.exe
│ ├── testPPI_IBH.exe
│ ├── testPPI_IBHload.exe
│ ├── testPPIload.exe
│ └── testS7online.exe
├── winemake
└── winmake.bat
67 directories, 451 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论