嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 读PI实时数据库的tag
本实例的功能是:将PI实时数据库的测点读出,功能1.连接PI数据 2.读PI测点中的value,前提是PI中有此tag。
.
├── C# 读PI实时数据库的tag_Connect-To-PI.rar
└── Connect-To-PI
└── PI_Edit
├── Backup
│ ├── PI_Edit
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── PI_Edit.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PI_Edit.sln
│ └── PI_Edit.suo
├── PI_Edit
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── PI_Edit.csproj
│ ├── PI_Edit.csproj.user
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── PI_Edit.exe
│ │ │ ├── PI_Edit.exe.config
│ │ │ ├── PI_Edit.pdb
│ │ │ ├── PI_Edit.vshost.exe
│ │ │ ├── PI_Edit.vshost.exe.config
│ │ │ ├── PI_Edit.vshost.exe.manifest
│ │ │ └── piapi32.dll
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── Interop.PISDK.dll
│ ├── Interop.PISDKCommon.dll
│ ├── Interop.PISDKDlg.dll
│ ├── Interop.PITimeServer.dll
│ ├── PI_Edit.Form1.resources
│ ├── PI_Edit.Properties.Resources.resources
│ ├── PI_Edit.csproj.FileListAbsolute.txt
│ ├── PI_Edit.csproj.GenerateResource.Cache
│ ├── PI_Edit.csproj.ResolveComReference.cache
│ ├── PI_Edit.exe
│ ├── PI_Edit.pdb
│ ├── Refactor
│ ├── ResolveAssemblyReference.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── PI_Edit.sln
├── PI_Edit.suo
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── Thumbs.db
├── UpgradeReport.css
├── UpgradeReport.xslt
├── UpgradeReport_Minus.gif
└── UpgradeReport_Plus.gif
15 directories, 56 files