Difference between revisions of "OPC UA (Plugin)"
m |
(→Prerequisites) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The {{UBIK}} [http://en.wikipedia.org/wiki/OPC_Unified_Architecture OPC Unified Architecture] interface module enables interfacing between a {{UBIK}} server and any OPC UA compliant data source in a bidirectional manner. | The {{UBIK}} [http://en.wikipedia.org/wiki/OPC_Unified_Architecture OPC Unified Architecture] interface module enables interfacing between a {{UBIK}} server and any OPC UA compliant data source in a bidirectional manner. | ||
− | |||
− | |||
==Prerequisites== | ==Prerequisites== | ||
Line 8: | Line 6: | ||
# Open a command box on the {{UBIK}} server with administrator privileges (''"Run as administrator..."'') | # Open a command box on the {{UBIK}} server with administrator privileges (''"Run as administrator..."'') | ||
− | # Run the program ''CreateCertifcate.exe'' from | + | # Run the program ''CreateCertifcate.exe'' from this archive {{FileLink|CreateCertificate.zip|CreateCertificate.zip}} |
+ | # ''CreateCertifcate.exe'' can be controlled via command line parameters, "CreateCertificate.exe -?" | ||
# Open the program ''Manage computer certificates'' (typically ''C:\WINDOWS\System32\certlm.msc'') | # Open the program ''Manage computer certificates'' (typically ''C:\WINDOWS\System32\certlm.msc'') | ||
# Navigate to ''Personal - Certificates'' and find the certificate named ''UBIK OPCUA Interface'' | # Navigate to ''Personal - Certificates'' and find the certificate named ''UBIK OPCUA Interface'' | ||
# Export the certificate and trust it on your OPC server | # Export the certificate and trust it on your OPC server | ||
+ | |||
+ | [[Category:OPC|OPC UA (Module)]] | ||
+ | [[Category:Plugin|OPC UA (Plugin)]] | ||
=={{UBIK}} Activities== | =={{UBIK}} Activities== | ||
− | |||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 34: | Line 35: | ||
== See also == | == See also == | ||
* [http://documentation.unified-automation.com/uasdkdotnet/2.3.1/html/namespaceUnifiedAutomation.html UA Bundle SDK .NET] | * [http://documentation.unified-automation.com/uasdkdotnet/2.3.1/html/namespaceUnifiedAutomation.html UA Bundle SDK .NET] | ||
− | + | * [[Activity:CreateOPCUAConnection_(Activity)|CreateOPCUAConnection (Activity)]] | |
− | [[ | + | |
[[Category:OPC|OPC UA (Module)]] | [[Category:OPC|OPC UA (Module)]] | ||
+ | [[Category:Plugin|OPC UA (Plugin)]] |
Latest revision as of 09:38, 11 March 2024
The UBIK® OPC Unified Architecture interface module enables interfacing between a UBIK® server and any OPC UA compliant data source in a bidirectional manner.
Prerequisites
The UBIK® OPC UA components are acting as an OPC Client, therefore a secure connection to the respective OPC Server needs to be established in order to be able to communicate. The security standards that need to be applied are highly dependent on the server configuration and security infrastructure, but normally at least a client certificate needs to be issued that has to be trusted by the server:
- Open a command box on the UBIK® server with administrator privileges ("Run as administrator...")
- Run the program CreateCertifcate.exe from this archive CreateCertificate.zip
- CreateCertifcate.exe can be controlled via command line parameters, "CreateCertificate.exe -?"
- Open the program Manage computer certificates (typically C:\WINDOWS\System32\certlm.msc)
- Navigate to Personal - Certificates and find the certificate named UBIK OPCUA Interface
- Export the certificate and trust it on your OPC server
UBIK® Activities
Activity | Category | Purpose (Short) |
---|---|---|
CreateOPCUAConnection | UBIK OPC UA Interface | Creates a new connection to an OPC UA data source |
ConfigureOPCUAVariable | UBIK OPC UA Interface | Configures a single OPC variable in a connection for later access |
CreateOPCUAScope | UBIK OPC UA Interface | Defines a scope in an OPC UA connection wherein variables can be accessed |
AccessOPCUAVariable | UBIK OPC UA Interface | Reads or writes a single configured OPC UA variable |
Examples
Download example workflow OPCReadVariables.uwf for use against the OPC Quickstart Data Access Server.