-
Notifications
You must be signed in to change notification settings - Fork 670
python opcua Supported Features
aquari89 edited this page Jul 6, 2017
·
4 revisions
| Service | Server | Client | Comment | |
|---|---|---|---|---|
| Discovery | ||||
| FindServers() | ✅ | ✅ | ||
| GetEndpoints() | ✅ | ✅ | ||
| RegisterServer() | ||||
| Secure Channel | ||||
| OpenSecureChannel() | ||||
| CloseSecureChannel() | ||||
| Session | ||||
| CreateSession() | ||||
| CloseSession() | ||||
| ActivateSession() | ||||
| Cancel() | ||||
| Node Management | ||||
| AddNodes() | ||||
| AddReferences() | ||||
| DeleteNodes() | ||||
| DeleteReferences() | ||||
| View | ||||
| Browse() | ||||
| BrowseNext() | ||||
| TranslateBrowsePathsToNodeIds() | ||||
| RegisterNodes() | ||||
| UnregisterNodes() | ||||
| Query | ||||
| QueryFirst() | ||||
| QueryNext() | ||||
| Attribute | ||||
| Read() | ||||
| Write() | ||||
| HistoryRead() | ||||
| HistoryUpdate() | ||||
| Method | ||||
| Call() | ||||
| MonitoredItems | ||||
| CreateMonitoredItems() | ||||
| DeleteMonitoredItems() | ||||
| ModifyMonitoredItems() | ||||
| SetMonitoringMode() | ||||
| SetTriggering() | ||||
| Subscription | ||||
| CreateSubscription() | ||||
| ModifySubscription() | ||||
| SetPublishingMode() | ||||
| Publish() | ||||
| Republish() | ||||
| DeleteSubscriptions() | ||||
| TransferSubscriptions() | 🌑 | 🌑 |
| Transport Protocol | ||||
| Transport | Server | Client | Comment | |
| UA-TCP UA-SC UA Binary | OPC.TCP - Binary | |||
| SOAP-HTTP WS-SC UA Binary | HTTP/HTTPS - Binary | |||
| SOAP-HTTP WS-SC UA XML | ||||
| SOAP-HTTP WS-SC UA XML-UA Binary | ||||
| Security Policies | ||||
| Policy | Server | Client | Comment | |
| None | ||||
| Basic128Rsa15 | ||||
| Basic256 | ||||
| Basic256Sha256 | ||||
| Authentication | Server | Client | Comment | |
| Anonymous | ||||
| User Name Password | ||||
| X509 Certificate | ||||
| Cancel() |
| Server Profiles | Status | Comment |
| Core Server | ||
| Data Access Server | ||
| Embedded Server | ||
| Nano Embedded Device Server | ||
| Micro Embedded Device Server | ||
| Standard DataChange Subscription Server | ||
| Standard Event Subscription Server | ||
| Standard UA Server | ||
| Redundancy Transparent Server | ||
| Redundancy Visible Server | ||
| Node Management Server | ||
| Auditing Server | ||
| Complex Type Server | ||
| Client Facets | ||
| Base Client Behaviour | ||
| AddressSpace Lookup | ||
| Attribute Read | ||
| DataChange Subscription | ||
| DataAccess | ||
| Discovery | ||
| Event Subscription | ||
| Method call | ||
| Historical Access | ||
| Advanced Type | ||
| Programming | ||
| Auditing | ||
| Redundancy |