The Database is used for storaging historical, Alarm & Event data into
database for other application use.
We support My SQL 5.x, My SQL 8.x and Microsoft SQL Server 2016,2017,2019 & Azure SQL Database. First step is to prepare the database, and then input Hostname, Port, User name and Password for accessing the database. In Log Config, input the Dafault Schema and Default Table. these files
are dependant on your design in database. For the Log Policy, we offer "Data Update" and "Sampling Rate."
Example 1: Set a historical configuration and save to MySQL Database.
Step 1: MySQL version: 5.7.39 (choose Database as "MySQL 5.x").
Step 2: Set login information (Hostname, Username, Port, Password and confirm it) then click button “Test Connection.”
Step 3: Click button “Init. Database” and check the initialization completed message. A new schema “opcua_db” and a new table “historical”are shown in the db server.
Step 4: Click “Apply" and restart the OpcUa server.
Step 5: The changed information are recorded in the table.
Example 2: Set up an Azure SQL Database.
Step 1: Create a Resource Group.
Step 2: Press "Create resources"
Step 3: Select "Azure SQL"
Step 4: Create a Single database.
Step 5: Create a server if there is no one.
Step 6: Define the server name, user name (admin login), and password.
Step 7: Choose "Public endpoint" in the Networking tab. Then "Review + create" to create this database.
Step 8: Check the database in your resource group and click it.
Step 9: Set the firewall
Step 10: Add a firewall rule, enter the IP of OpcUa server to allow it to connect to Azure SQL. Then press the "Save" button.
Step 11: Refer to "Connection strings", check the information and type them to Database configuration of OpcUa Server.
[User Manual] Introduce Database
Moderator: OpcUa Support
-
- Posts: 39
- Joined: Thu Nov 17, 2022 7:15 am
[User Manual] Introduce Database
Best Regards,
OpcUa Support Team
OpcUa Support Team