- Manuale introduttivo
- Utilizzo del software
- OPC UA
- Oggetti grafici e di layout
- Sessioni e impostazioni locali
- Sviluppo di soluzioni
- Sviluppo di progetti con C#
- NetLogic
- Metodi ed eventi in C#
- Riferimento API C#
- Esempi di applicazione
- Esercitazione dell'interfaccia utente
- Esercitazione sui collegamenti dinamici
- Esercitazione sui logger
- Esercitazione sugli allarmi
- Esercitazione sulle NetLogic
- Riferimento su oggetti e variabili
API to return known nodes
Use C# APIs to return C# objects that correspond to OPC UA nodes of the project.
The returned C# objects that correspond to OPC UA nodes of the project start from the nodes for which:
- The name is known
- The type from which the OPC UA nodes are derived is known
The APIs are supplied by the
IUANode
class. The class instances are starting points for searching the nodes to return.
IMPORTANTE:
If multiple nodes have the same name, an unwanted node may be returned.
Fornire un feedback