Project

General

Profile

Wiki » History » Version 10

Michel Condemine Admin, 02/22/2023 10:09 PM

1 10 Michel Condemine Admin
# OpenOpcUa Wiki
2 7 Michel Condemine Admin
## OPC Foundation LDS
3 1 Michel Condemine Admin
4
* The Local Discovery Server (LDS) provides the necessary infrastructure to publicly expose the OPC UA Servers available on a given computer.
5 2 Michel Condemine Admin
* When OpenOpcUaCoreServer is configured to register to the LDS you have to copy its certificate in C:\ProgramData\OPC Foundation\UA\Discovery\pki\trusted\certs when using the OPC Fondation LDS.
6 3 Michel Condemine Admin
7 7 Michel Condemine Admin
## What is ETL?
8 4 Michel Condemine Admin
9 3 Michel Condemine Admin
* ETL, which stands for extract, transform and load, is a data integration process that combines data from multiple data sources into a single, consistent data store that is loaded into a data warehouse or other target system.
10
* OOUACoreServer is the perfect software to achieve ETL.
11 5 Michel Condemine Admin
12 9 Michel Condemine Admin
## ASCII_TABLE
13
![ASCII Table](http://www.openopcua.org/redmine/attachments/download/3846/ASCII_TABLE_Small.png)
14 8 Michel Condemine Admin
15 9 Michel Condemine Admin
## LUA Tutorial Link
16
[Overview](https://www.tutorialspoint.com/lua/lua_overview.htm)
17
[if_else](https://www.tutorialspoint.com/lua/if_else_statement_in_lua.htm)