Difference between revisions of "Category:Configuration"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
(Created blank page)
 
Line 1: Line 1:
 
+
There are two types of QuickOPC configuration:
 +
; [[:Category:Low-Level Configuration|Low-Level Configuration]]:
 +
; [[:Category:High-Level Configuration|High-Level Configuration]]: Used for configuring parameters of main QuickOPC components (e.g. {{Style=Identifier|EasyUAClient}}). There is a built-in, always present mechanism that allows such configuration be made externally, and also a programmatic component configuration, used when you need a finer control over how the components are configured. There are various ways the high-level configuration is provided, but most frequently, it done using ''appsettings.json'' files.

Revision as of 14:10, 18 January 2021

There are two types of QuickOPC configuration:

Low-Level Configuration
High-Level Configuration
Used for configuring parameters of main QuickOPC components (e.g. EasyUAClient). There is a built-in, always present mechanism that allows such configuration be made externally, and also a programmatic component configuration, used when you need a finer control over how the components are configured. There are various ways the high-level configuration is provided, but most frequently, it done using appsettings.json files.