OPU UA Client 实例

 .
  .
├── 109737901_OPC_UA_Client_S7-1500_CODE_V10.zip
├── 109737901_OPC_UA_Client_S7-1500_DOKU_V10_en.pdf
├── 109737901_en.pdf
├── OPC_UA_Client_1500
│   ├── OPC_UA_S7-1500.sln
│   └── UA_Client_1500
│       ├── Application
│       │   ├── Opc.Ua.Client.dll
│       │   ├── Opc.Ua.Core.dll
│       │   └── UA Client 1500.exe
│       ├── Opc.Ua.Client.dll
│       ├── Opc.Ua.Core.dll
│       ├── Program.cs
│       ├── Properties
│       │   └── AssemblyInfo.cs
│       ├── UAClientForm.Designer.cs
│       ├── UAClientForm.cs
│       ├── UAClientForm.resx
│       ├── UAClientHelperAPI.cs
│       ├── UA_Client_1500.csproj
│       └── app.manifest
├── OPC_UA_Server_1500
│   ├── AdditionalFiles
│   │   └── PLCM
│   │       └── plcmArchive.pma
│   ├── IM
│   │   ├── SPL
│   │   │   └── options
│   │   └── SearchIndex
│   │       ├── _4o.fdt
│   │       ├── _4o.fdx
│   │       ├── _4o.fnm
│   │       ├── _4o.frq
│   │       ├── _4o.prx
│   │       ├── _4o.tii
│   │       ├── _4o.tis
│   │       ├── _4o.tvd
│   │       ├── _4o.tvf
│   │       ├── _4o.tvx
│   │       ├── _4o_2.del
│   │       ├── _4p.cfs
│   │       ├── _4q.cfs
│   │       ├── _4q_1.del
│   │       ├── _4r.cfs
│   │       ├── _4s.cfs
│   │       ├── segments.gen
│   │       ├── segments_2s
│   │       └── segments_2t
│   ├── Logs
│   ├── OPC_UA_Server_1500.ap14
│   ├── System
│   │   ├── PEData
│   │   │   └── Meta
│   │   │       ├── ChangeListConsumer
│   │   │       │   ├── HmiBase.xml
│   │   │       │   ├── Iecpl.xml
│   │   │       │   ├── Siemens.Simatic.Lang.IPI.Target.xml
│   │   │       │   ├── Siemens.Simatic.Lang.Online.xml
│   │   │       │   └── Siemens.Simatic.Lang.xml
│   │   │       └── ChangeListProvider
│   │   │           └── Siemens.Automation.DomainModel.xml
│   │   ├── PEData.idx
│   │   └── PEData.plf
│   ├── TMP
│   ├── UserFiles
│   └── XRef
│       └── XRef.db
└── 找例子网_OPC UA .NET Client for the SIMATIC S7-1500 OPC UA Server.zip
19 directories, 49 files

 
  
					
				
评论