資源簡介
本OPC Client程序基于OPC DA 2.0開發制作。其操作方式和功能均按照OPC的測試工具OPC client模仿編寫。
代碼片段和文件信息
///摘要
///程式使用C#.NET?2005?編寫
///引用類庫OPCDAAuto.dll
///OPCServer采用KEPWare
///在windows?xp?sp2、sp3、windows?2003上測試通過
///完成于:2008年12月31日
///測試于:2009年01月05日
///
///作者:瀟灑草
///Email:zhkai868@163.com
///QQ:44649029
///?
///如分發,請保留此摘要。
///鄙視那些拿代碼當寶貝的人,鄙視那些拿源碼換源碼的人,鄙視那些自私的人。
///別人看到你的代碼,你能死啊?對你有多大威脅啊?強烈鄙視~~~
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.Collections;
using?OPCAutomation;
namespace?OPC測試通過
{
????public?partial?class?MainFrom?:?Form
????{
????????public?MainFrom()
????????{
????????????InitializeComponent();
????????}
????????#region?私有變量
????????///?
????????///?OPCServer?object
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????74??2009-01-06?11:00??OPCClient\Backup\OPC測試通過\app.config
?????文件??????13180??2009-01-13?15:14??OPCClient\Backup\OPC測試通過\MainFrom.cs
?????文件??????21665??2009-01-13?14:06??OPCClient\Backup\OPC測試通過\MainFrom.Designer.cs
?????文件???????6014??2009-01-13?14:06??OPCClient\Backup\OPC測試通過\MainFrom.resx
?????文件???????3918??2009-01-13?13:55??OPCClient\Backup\OPC測試通過\OPC測試通過.csproj
?????文件????????728??2009-01-05?14:04??OPCClient\Backup\OPC測試通過\OPC測試通過.csproj.user
?????文件????????477??2008-12-31?14:45??OPCClient\Backup\OPC測試通過\Program.cs
?????文件????????655??2009-01-05?14:55??OPCClient\Backup\OPC測試通過\Properties\app.manifest
?????文件???????1177??2009-01-05?13:37??OPCClient\Backup\OPC測試通過\Properties\AssemblyInfo.cs
?????文件???????2886??2008-12-31?14:03??OPCClient\Backup\OPC測試通過\Properties\Resources.Designer.cs
?????文件???????5612??2008-12-31?14:03??OPCClient\Backup\OPC測試通過\Properties\Resources.resx
?????文件???????1100??2008-12-31?14:03??OPCClient\Backup\OPC測試通過\Properties\Settings.Designer.cs
?????文件????????249??2008-12-31?14:03??OPCClient\Backup\OPC測試通過\Properties\Settings.settings
?????文件????????934??2009-01-07?13:24??OPCClient\Backup\OPC測試通過.sln
????..A..H.?????17408??2009-01-13?15:14??OPCClient\Backup\OPC測試通過.v11.suo
?????文件???????4040??2014-09-07?02:33??OPCClient\BLL\AccessOPC.cs
?????文件????????970??2014-08-03?19:38??OPCClient\BLL\ActivationManager.cs
?????文件??????17920??2014-09-12?11:15??OPCClient\BLL\bin\Debug\BLL.dll
?????文件??????44544??2014-09-12?11:15??OPCClient\BLL\bin\Debug\BLL.pdb
?????文件??????28672??2014-07-31?20:49??OPCClient\BLL\bin\Debug\Interop.OPCAutomation.dll
?????文件???????3184??2014-09-01?23:40??OPCClient\BLL\BLL.csproj
?????文件???????1060??2014-09-08?01:19??OPCClient\BLL\Common.cs
?????文件??????21677??2014-09-12?11:13??OPCClient\BLL\ConnectionPara.cs
?????文件????????984??2014-09-07?12:21??OPCClient\BLL\Global.cs
?????文件???????6165??2014-08-05?02:13??OPCClient\BLL\GroupParaSet.cs
?????文件????????496??2014-08-03?19:38??OPCClient\BLL\Informationx.cs
?????文件????????310??2014-09-12?11:15??OPCClient\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt
?????文件??????17920??2014-09-12?11:15??OPCClient\BLL\obj\Debug\BLL.dll
?????文件??????44544??2014-09-12?11:15??OPCClient\BLL\obj\Debug\BLL.pdb
?????文件???????6762??2014-09-01?23:37??OPCClient\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略181個文件信息
評論
共有 條評論