- 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 nodes by searching
Use C# APIs to return C# objects that correspond to the OPC UA nodes of the project.
You do not need to specify the exact node in which you want to search for the node to return. The APIs enable you to search all children nodes of a known node, at any level.
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