Project

General

Profile

VariousNotes » History » Version 2

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

1 1 Michel Condemine Admin
# VariousNotes
2 2 Michel Condemine Admin
## OPC Foundation LDS
3
4
* The Local Discovery Server (LDS) provides the necessary infrastructure to publicly expose the OPC UA Servers available on a given computer.
5
* 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
7
## What is ETL?
8
9
* 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
12
## ASCII_TABLE
13
![ASCII Table](http://www.openopcua.org/redmine/attachments/download/3846/ASCII_TABLE_Small.png)
14
15
## 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)