Prepare a database table structure for population
You can manually configure a database structure and populate it with NetLogic methods or use methods invoked by an OPC UA client.
- InProject view, select aDatabaseobject.
- InProperties, next toTables, selectAddYou added a new database table.
- Next toColumns, create table columns by selectingAdd
- Next toColumn#, selectEdit
- If you use an embedded database, setRecord limit.
- TheRecord limitproperty only takes effect if there is at least one column in the table namedTimestamporTimeof the DateTime type.NOTE: TheTimestamporTimecolumns are automatically added to the table if you use a database to store data from a logger.
- The minimumRecord limitvalue is1000.
- At the start of the project, any records in excess of the set limit are deleted.IMPORTANT: Records are deleted when they exceed a threshold equals to0.1%of the limit value. For example, ifRecord limitis set to10000, once10010records are reached, the10oldest records are automatically deleted.
Provide Feedback