- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
Create a database
You must add table to the data store before you start querying it.
- InProject view, right-clickDataStoresand selectEmbedded databaseorODBC database.
- InProperties, 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.
Provide Feedback