- 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
Create a database
You need to add table to the data store before you start querying it.
- In theProject viewpane, right-clickDataStoresand selectEmbedded databaseorODBC database.
- In thePropertiespane, next toTablesselect.
- Add three table columns of Int16, Int32, and Float data types:
- Under the created table, next toColumnsselect.
- Next to the column, selectBaseDataTypeand selectInt16.
- Next toColumns, select.
- Next to the column, selectBaseDataTypeand selectInt32.
- Next toColumnsselect.
- Next to the column, selectBaseDataTypeand selectFloat.
Fornire un feedback