Visual Basic .NET

所属分类:.net编程
开发工具:Visual Basic
文件大小:493KB
下载次数:17
上传日期:2019-04-08 15:25:26
上 传 者6434131
说明:  VB.NET与s7-200 smart opc (pc access smart)通讯
(Communication between VB.NET and S7-200 smart OPC (pc access smart))

文件列表:
Visual Basic .NET\.vs\VBdotNETSample\v15\.suo (24576, 2019-04-03)
Visual Basic .NET\.vs\VBdotNETSample\v15\Server\sqlite3\db.lock (0, 2019-04-03)
Visual Basic .NET\.vs\VBdotNETSample\v15\Server\sqlite3\storage.ide (4096, 2019-04-03)
Visual Basic .NET\.vs\VBdotNETSample\v15\Server\sqlite3\storage.ide-shm (32768, 2019-04-03)
Visual Basic .NET\.vs\VBdotNETSample\v15\Server\sqlite3\storage.ide-wal (642752, 2019-04-03)
Visual Basic .NET\AssemblyInfo.vb (907, 2013-10-07)
Visual Basic .NET\bin\app.publish\Application Files\VBdotNETSample_1_0_0_0\Interop.OPCSiemensDAAutomation.dll.deploy (28160, 2019-04-03)
Visual Basic .NET\bin\app.publish\Application Files\VBdotNETSample_1_0_0_0\SiemensSMARTOPCdotNETLib.dll.deploy (38400, 2014-04-28)
Visual Basic .NET\bin\app.publish\Application Files\VBdotNETSample_1_0_0_0\VBdotNETSample.exe.deploy (38336, 2019-04-03)
Visual Basic .NET\bin\app.publish\Application Files\VBdotNETSample_1_0_0_0\VBdotNETSample.exe.manifest (7973, 2019-04-03)
Visual Basic .NET\bin\app.publish\setup.exe (607680, 2019-04-03)
Visual Basic .NET\bin\app.publish\VBdotNETSample.application (5408, 2019-04-03)
Visual Basic .NET\bin\app.publish\VBdotNETSample.exe (38336, 2019-04-03)
Visual Basic .NET\bin\Interop.OPCSiemensDAAutomation.dll (28160, 2019-04-03)
Visual Basic .NET\bin\SiemensSMARTOPCdotNETLib.dll (38400, 2014-04-28)
Visual Basic .NET\bin\VBdotNETSample.application (1651, 2019-04-03)
Visual Basic .NET\bin\VBdotNETSample.exe (37376, 2019-04-03)
Visual Basic .NET\bin\VBdotNETSample.exe.manifest (4344, 2019-04-03)
Visual Basic .NET\bin\VBdotNETSample.pdb (44544, 2019-04-03)
Visual Basic .NET\MainForm.Designer.vb (37899, 2014-04-03)
Visual Basic .NET\MainForm.resx (6413, 2013-10-07)
Visual Basic .NET\MainForm.vb (17862, 2014-04-03)
Visual Basic .NET\obj\Debug\DesignTimeResolveAssemblyReferences.cache (1236, 2019-04-03)
Visual Basic .NET\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (6088, 2019-04-03)
Visual Basic .NET\obj\Debug\Interop.OPCSiemensDAAutomation.dll (28160, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.application (1651, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.exe (37376, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.exe.manifest (4344, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.MainForm.resources (180, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.pdb (44544, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbproj.CopyComplete (0, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbproj.CoreCompileInputs.cache (42, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbproj.FileListAbsolute.txt (1250, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbproj.GenerateResource.cache (777, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbproj.ResolveComReference.cache (807, 2019-04-03)
Visual Basic .NET\obj\Debug\VBdotNETSample.vbprojAssemblyReference.cache (28157, 2019-04-03)
Visual Basic .NET\SiemensSMARTOPCdotNETLib.dll (38400, 2014-04-28)
Visual Basic .NET\VBdotNETSample.sln (1125, 2019-04-03)
Visual Basic .NET\VBdotNETSample.vbproj (6239, 2019-04-03)
... ...

-------------------------------------- VBdotNETSample version 1.0 10/25/2017 -------------------------------------- ------------------- General Usage Notes ------------------- - The connection runtime names are hardcoded in the sample program. You can modify these names when you run the sample program. You can also edit the names in MainForm.vb. - The sequence for starting the OPC server is to Connect, Add Group, and then Add Item. After this sequence completes, you can activate periodic reads by selecting the Group Active State check box. You can see the count of callbacks at the bottom right corner of the form. - When you no longer need the connection, reverse the connection sequence. Click Remove Item, Remove Group, and then Disconnect from the sample program user interface. - The S7-200 PC Access SMART online help documents this VB.net sample project as well as other fundamental OPC topics. - The reference "Siemens OPC DAAutomation 2.0" is a COM object that the application uses for interop ability. - For Visual Studio 2015 or later, you must save the solution file (.sln) to build the project. --------- File List --------- AssemblyInfo.vb Specific assembly information MainForm.Designer.vb Designer file MainForm.resx Resource definitions MainForm.vb Visual Basic form used in VBdotNETSample Readme.txt Project information SiemensSMARTOPCdotNETLib.dll Siemens wrapper that is specific to SMART PLCs and is callable from runtime. VBdotNETSample.vbproj VB.NET project file -------------- .NET Framework -------------- The target framework for this project is .NET Framework version 2.0. For Windows 10, this framework is not installed by the operating system. To use the sample program, you must install .NET Framework as well as .NET Framework version 3.5. When you open the project in Visual Studio, select the option to retarget the project to .NET Framework version 4.0. This option is safe and the project will upgrade and function correctly. --------- Licensing --------- Siemens provides this sample program for you to use and modify at your own risk. You do not need a license for the sample program.

近期下载者

相关文件


收藏者