- 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 read or write field variables
Use C# APIs to read or write single variables or sets of variables.
The APIs are supplied by the
IUAVariable
, InformationModel
and IUANode
classes.You can read or write multiple variables when:
- Reading or writing an entire set of variables before proceeding with other operations. This approach is useful when writing recipes.
- Limiting the number of communications with the field to enhance performance.
SUGGERIMENTO:
The methods that read or write field variables generate an exception when an error in execution occurs. You can capture and manage the exceptions by using the
try
and catch
instructions.Fornire un feedback