Tool Downloads: Difference between revisions
No edit summary |
|||
(80 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Tools]] | [[Category:Connectivity Explorer]] [[Category:License Manager]] [[Category:Tools and Online Services]] [[Category:OPC Kit Server]] [[Category:OpcCmd Utility]] [[Category:UA Certificate Generator]] [[Category:UA Configuration Tool]] [[Category:UADemoPublisher]] | ||
= COM Create Test = | |||
The COM Create Test Utility (ComCreateTest32 or ComCreateTest64) is a Windows command line tool that allows the user to quickly test whether the COM object specified by its CLSID can be successfully created from a 32-bit or 64-bit process, locally. This is usable for testing presence of OPC "Classic" servers, which are all COM objects. Run the tool without any parameters on command line to obtain usage instructions. | |||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Binaries | |||
|- | |||
|Windows, .NET Framework 4.7 (or later) | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/ComCreateTest/ComCreateTest.zip Download]}}</td></tr></table> | |||
|} | |||
License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. 3rd party libraries used, their licenses and legal notices: None. | |||
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program. | |||
= Connectivity Explorer = | = Connectivity Explorer = | ||
The Connectivity Explorer (desktop application) allows you to navigate through hierarchy of OPC Data Access and OPC Unified Architecture servers and data nodes. You can subscribe to data changes, and view the results live. [[Connectivity Explorer Overview|More information...]] | The Connectivity Explorer (Windows desktop application) allows you to navigate through hierarchy of OPC Data Access and OPC Unified Architecture servers and data nodes. You can subscribe to data changes, and view the results live. [[Connectivity Explorer Overview|More information...]] | ||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Version | |||
!ClickOnce | |||
|- | |||
|Windows, .NET Framework 4.7 (or later) | |||
|Current or preview<ref name="current-or-preview"/> | |||
|{{Style=button|[https://www.opclabs.com/files/downloads/ConnectivityExplorer/ConnectivityExplorer.application Download & launch]}}<br>[https://www.opclabs.com/files/downloads/ConnectivityExplorer/publish.htm Install page]<ref name="clickonce">If the "Download & Launch" ClickOnce button does not work with your browser, use the "Install page" link instead.</ref> | |||
|} | |||
License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. | |||
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "Connectivity Explorer" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "Connectivity Explorer Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button. | |||
[http://opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User%27s%20Guide%20and%20Reference-QuickOPC/webframe.html#Connectivity%20Explorer.html Documentation (online)] | |||
= License Manager = | |||
If all you need is to install a license into an existing runtime deployment of QuickOPC on Windows, links below may come handy. They are plain EXE-s that you can save to your computer and run. They have no dependencies, and no installation is required. | |||
== desktop app == | |||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Binaries | |||
|- | |||
|Windows | |||
|<table><tr><td>EXE file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/QuickOpc/2020.3/LicenseManager.exe Download]}}</td></tr></table> | |||
|} | |||
[https://www.opclabs.com/files/downloads/QuickOpc/2020.3/EULA-QuickOPC.htm End User License Agreement (EULA)] | |||
Other included software: None. Uninstall instructions: | Other included (installed) software: None. Uninstall instructions: Delete the downloaded file. | ||
[ | == console app (LMConsole) == | ||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Binaries | |||
|- | |||
|Windows | |||
|<table><tr><td>EXE file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/QuickOpc/2020.3/LMConsole.exe Download]}}</td></tr></table> | |||
|} | |||
[https://www.opclabs.com/files/downloads/QuickOpc/2020.3/EULA-QuickOPC.htm End User License Agreement (EULA)] | |||
Other included (installed) software: None. Uninstall instructions: Delete the downloaded file. | |||
= OpcCmd Utility = | |||
The OpcCmd utility (console application) is a program that allows performing various OPC operations from the command line. It can act as a generic OPC DA Client, OPC A&E Client, OPC UA Client, OPC UA PubSub subscriber, and be used for evaluation, experiments, and testing. '''[[:Category:OpcCmd Utility|More information...]]''' | |||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Version | |||
!Binaries | |||
!ClickOnce | |||
|- | |||
|Windows, .NET Framework 4.7 (or later) | |||
|Current or Preview<ref name="current-or-preview">Either the latest version released, or a preview of the upcoming version</ref> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-Windows.zip Download]}}</td></tr> | |||
<td>EXE file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-Windows.exe Download]}}<ref name="self-extracting">Self-Extracting</ref></td></tr></table> | |||
|{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd.application Download & launch]}}<br>[https://www.opclabs.com/files/downloads/OpcCmd/publish.htm Install page]<ref name="clickonce"/> | |||
|- | |||
|Windows, Linux or macOS, .NET Core 2.1 (.2 or later) | |||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NETCore21.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NETCore21.tgz Download]}}</td></tr></table> | |||
| | |||
|- | |||
|Windows, Linux or macOS, .NET Core 3.1 | |||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NETCore31.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NETCore31.tgz Download]}}</td></tr></table> | |||
| | |||
|- | |||
|Windows, Linux or macOS, .NET 5.0 | |||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NET50.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OpcCmd/OpcCmd-NET50.tgz Download]}}</td></tr></table> | |||
| | |||
|} | |||
License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. 3rd party libraries used, their licenses and legal notices: Run the {{Style=keyboard|OpcCmd about}} command. | |||
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program. When installed as ClickOnce installation: Go to Windows "Apps & features". In the list of programs, locate "OpcCmd Utility" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "OpcCmd Utility Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button. | |||
= OPC Kit Server = | |||
The OPC Kit Server is an OPC Classic server (OPC DA and OPC A&E) providing simulated data. For more information, see [https://kb.opclabs.com/OPC_Classic_Demo_Servers#OPC%20%Kit%Server OPC Kit Server]. | |||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Binaries | |||
|- | |||
|Windows | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/OPCKitServer/OPCKitServer.zip Download]}}</td></tr></table> | |||
|} | |||
License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. 3rd party libraries used, their licenses and legal notices: None. | |||
Other included (installed) software: None. Installation instructions: After unpacking the program, register the server using {{Style=keyboard|opcrtkit /RegServer}} or {{Style=keyboard|opcrtkit /Service}}. Uninstall instructions: Unregister the server using {{Style=keyboard|opcrtkit /UnregServer}}, and delete the folder where you have unpacked the program. | |||
Note: If you want to launch and access the server from other user accounts (such as when running as a service), you can use the following command to grant launch and access permissions to everyone: | |||
{{Style=keyboard|DComPerm2 -aa {AB8BCE71-3E09-4CB5-BF81-E909BAE5E68E} set Everyone permit level:l}}<br/> | |||
{{Style=keyboard|DComPerm2 -al {AB8BCE71-3E09-4CB5-BF81-E909BAE5E68E} set Everyone permit level:l}} | |||
= OPC UA Demo Publisher = | = OPC UA Demo Publisher = | ||
The UADemoPublisher program (console application) is a demonstration publisher for OPC UA PubSub. [[:Category:UADemoPublisher|More information...]] | The UADemoPublisher program (console application) is a demonstration publisher for OPC UA PubSub. '''[[:Category:UADemoPublisher|More information...]]''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
!Target platform and requirements | !Target platform and requirements | ||
! | !Version | ||
! | !Binaries | ||
! | !ClickOnce | ||
|- | |- | ||
|Windows, .NET Framework 4.7 (or later). | |Windows, .NET Framework 4.7 (or later) | ||
|{{Style=button|[ | |Current or Preview<ref name="current-or-preview"/> | ||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-Windows.zip Download]}}</td></tr> | |||
<tr><td>EXE file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-Windows.exe Download]}}<ref name="self-extracting"/></td></tr></table> | |||
|{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher.application Download & launch]}}<br>[https://www.opclabs.com/files/downloads/UADemoPublisher/publish.htm Install page]<ref name="clickonce"/> | |||
|- | |||
|Windows, Linux or macOS, .NET Core 2.1 (.2 or later) | |||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NETCore21.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NETCore21.tgz Download]}}</td></tr></table> | |||
| | | | ||
|- | |- | ||
|Windows or | |Windows, Linux or macOS, .NET Core 3.1 | ||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NETCore31.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NETCore31.tgz Download]}}</td></tr></table> | |||
| | |||
|- | |||
|Windows, Linux or macOS, .NET 5.0 | |||
|Current or Preview<ref name="current-or-preview"/> | |||
|<table><tr><td>ZIP file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NET50.zip Download]}}</td></tr> | |||
<tr><td>TGZ file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/UADemoPublisher/UADemoPublisher-NET50.tgz Download]}}</td></tr></table> | |||
| | | | ||
|} | |} | ||
3rd party libraries used | License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. 3rd party libraries used, their licenses and legal notices: Run the {{Style=keyboard|UADemoPublisher about}} command. | ||
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program. | Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program. | ||
= | = OPC UA PubSub Formatter = | ||
The | The OPC UA PubSub Formatter (Windows desktop application) allows you to visualize the output of formatting OPC UA PubSub network messages (currently, JSON message mapping only). | ||
{| class="wikitable" | |||
|- | |||
!Target platform and requirements | |||
!Version | |||
!ClickOnce | |||
|- | |||
|Windows, .NET Framework 4.7 (or later) | |||
|Current or preview<ref name="current-or-preview"/> | |||
|{{Style=button|[https://www.opclabs.com/files/downloads/UAPubSubFormatter/UAPubSubFormatter.application Download & launch]}}<br>[https://www.opclabs.com/files/downloads/UAPubSubFormatter/publish.htm Install page]<ref name="clickonce">If the "Download & Launch" ClickOnce button does not work with your browser, use the "Install page" link instead.</ref> | |||
|} | |||
License: [https://opensource.org/licenses/0BSD Zero-Clause BSD (0BSD)]. | |||
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "OPC UA PubSub Formatter" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "OPC UA PubSub Formatter Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button. | |||
= UA Certificate Generator = | |||
The UA Certificate Generator (Windows console application; by OPC Foundation) allows the user to work with instance certificates for OPC UA applications (clients and servers). It can issue, renew, revoke and unrevoke certificates, and works with a certificate store specified by a file path. | |||
The UA Certificate Generator is included in the [[#UA Configuration Tool]] download. Its file name is '''Opc.Ua.CertificateGenerator.exe'''. | |||
= UA Configuration Tool = | = UA Configuration Tool = | ||
The UA Configuration Tool (desktop application; by OPC Foundation) allows the user to inspect and manage various aspects of OPC UA functionality on Windows computers. [[:Category:UA Configuration Tool|More information...]] | The UA Configuration Tool (Windows desktop application; by OPC Foundation) allows the user to inspect and manage various aspects of OPC UA functionality on Windows computers. [[:Category:UA Configuration Tool|More information...]] | ||
{| class="wikitable" | |||
Current | |- | ||
!Target platform and requirements | |||
!Version | |||
!Installers | |||
|- | |||
|Windows, .NET Framework 4.7 (or later) | |||
|Current: 1.03 | |||
|<table><tr><td>EXE file:</td><td>{{Style=button|[https://www.opclabs.com/files/downloads/Opc.Ua.ConfigurationTool/Opc.Ua.ConfigurationTool-1.03.exe Download]}}</td></tr></table> | |||
|} | |||
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "UA Configuration Tool ''xxxx''" and select it. Press the "Uninstall" button. If Windows UAC (User Account Control) asks, allow the app "Setup/Uninstall" to make changes to the device (press "Yes"). Press "Uninstall" once again when asked by Windows to confirm. In "UA Configuration Tool Uninstall" window, press the "Yes" button. | Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "UA Configuration Tool ''xxxx''" and select it. Press the "Uninstall" button. If Windows UAC (User Account Control) asks, allow the app "Setup/Uninstall" to make changes to the device (press "Yes"). Press "Uninstall" once again when asked by Windows to confirm. In "UA Configuration Tool Uninstall" window, press the "Yes" button. | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" |
Revision as of 16:20, 18 April 2021
COM Create Test
The COM Create Test Utility (ComCreateTest32 or ComCreateTest64) is a Windows command line tool that allows the user to quickly test whether the COM object specified by its CLSID can be successfully created from a 32-bit or 64-bit process, locally. This is usable for testing presence of OPC "Classic" servers, which are all COM objects. Run the tool without any parameters on command line to obtain usage instructions.
Target platform and requirements | Binaries | ||
---|---|---|---|
Windows, .NET Framework 4.7 (or later) |
|
License: Zero-Clause BSD (0BSD). 3rd party libraries used, their licenses and legal notices: None.
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program.
Connectivity Explorer
The Connectivity Explorer (Windows desktop application) allows you to navigate through hierarchy of OPC Data Access and OPC Unified Architecture servers and data nodes. You can subscribe to data changes, and view the results live. More information...
Target platform and requirements | Version | ClickOnce |
---|---|---|
Windows, .NET Framework 4.7 (or later) | Current or preview[1] | Download & launch Install page[2] |
License: Zero-Clause BSD (0BSD).
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "Connectivity Explorer" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "Connectivity Explorer Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button.
License Manager
If all you need is to install a license into an existing runtime deployment of QuickOPC on Windows, links below may come handy. They are plain EXE-s that you can save to your computer and run. They have no dependencies, and no installation is required.
desktop app
Target platform and requirements | Binaries | ||
---|---|---|---|
Windows |
|
End User License Agreement (EULA)
Other included (installed) software: None. Uninstall instructions: Delete the downloaded file.
console app (LMConsole)
Target platform and requirements | Binaries | ||
---|---|---|---|
Windows |
|
End User License Agreement (EULA)
Other included (installed) software: None. Uninstall instructions: Delete the downloaded file.
OpcCmd Utility
The OpcCmd utility (console application) is a program that allows performing various OPC operations from the command line. It can act as a generic OPC DA Client, OPC A&E Client, OPC UA Client, OPC UA PubSub subscriber, and be used for evaluation, experiments, and testing. More information...
Target platform and requirements | Version | Binaries | ClickOnce | ||||
---|---|---|---|---|---|---|---|
Windows, .NET Framework 4.7 (or later) | Current or Preview[1] |
|
Download & launch Install page[2] | ||||
Windows, Linux or macOS, .NET Core 2.1 (.2 or later) | Current or Preview[1] |
|
|||||
Windows, Linux or macOS, .NET Core 3.1 | Current or Preview[1] |
|
|||||
Windows, Linux or macOS, .NET 5.0 | Current or Preview[1] |
|
License: Zero-Clause BSD (0BSD). 3rd party libraries used, their licenses and legal notices: Run the OpcCmd about command.
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program. When installed as ClickOnce installation: Go to Windows "Apps & features". In the list of programs, locate "OpcCmd Utility" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "OpcCmd Utility Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button.
OPC Kit Server
The OPC Kit Server is an OPC Classic server (OPC DA and OPC A&E) providing simulated data. For more information, see OPC Kit Server.
Target platform and requirements | Binaries | ||
---|---|---|---|
Windows |
|
License: Zero-Clause BSD (0BSD). 3rd party libraries used, their licenses and legal notices: None.
Other included (installed) software: None. Installation instructions: After unpacking the program, register the server using opcrtkit /RegServer or opcrtkit /Service. Uninstall instructions: Unregister the server using opcrtkit /UnregServer, and delete the folder where you have unpacked the program.
Note: If you want to launch and access the server from other user accounts (such as when running as a service), you can use the following command to grant launch and access permissions to everyone:
DComPerm2 -aa {AB8BCE71-3E09-4CB5-BF81-E909BAE5E68E} set Everyone permit level:l
DComPerm2 -al {AB8BCE71-3E09-4CB5-BF81-E909BAE5E68E} set Everyone permit level:l
OPC UA Demo Publisher
The UADemoPublisher program (console application) is a demonstration publisher for OPC UA PubSub. More information...
Target platform and requirements | Version | Binaries | ClickOnce | ||||
---|---|---|---|---|---|---|---|
Windows, .NET Framework 4.7 (or later) | Current or Preview[1] |
|
Download & launch Install page[2] | ||||
Windows, Linux or macOS, .NET Core 2.1 (.2 or later) | Current or Preview[1] |
|
|||||
Windows, Linux or macOS, .NET Core 3.1 | Current or Preview[1] |
|
|||||
Windows, Linux or macOS, .NET 5.0 | Current or Preview[1] |
|
License: Zero-Clause BSD (0BSD). 3rd party libraries used, their licenses and legal notices: Run the UADemoPublisher about command.
Other included (installed) software: None. Uninstall instructions: Delete the folder where you have unpacked the program.
OPC UA PubSub Formatter
The OPC UA PubSub Formatter (Windows desktop application) allows you to visualize the output of formatting OPC UA PubSub network messages (currently, JSON message mapping only).
Target platform and requirements | Version | ClickOnce |
---|---|---|
Windows, .NET Framework 4.7 (or later) | Current or preview[1] | Download & launch Install page[2] |
License: Zero-Clause BSD (0BSD).
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "OPC UA PubSub Formatter" and select it. Press the "Uninstall" button. Press "Uninstall" once again when asked by Windows to confirm. In "OPC UA PubSub Formatter Maintenance" window, make sure that "Remove the application from this computer" is selected, and press the "OK" button.
UA Certificate Generator
The UA Certificate Generator (Windows console application; by OPC Foundation) allows the user to work with instance certificates for OPC UA applications (clients and servers). It can issue, renew, revoke and unrevoke certificates, and works with a certificate store specified by a file path.
The UA Certificate Generator is included in the #UA Configuration Tool download. Its file name is Opc.Ua.CertificateGenerator.exe.
UA Configuration Tool
The UA Configuration Tool (Windows desktop application; by OPC Foundation) allows the user to inspect and manage various aspects of OPC UA functionality on Windows computers. More information...
Target platform and requirements | Version | Installers | ||
---|---|---|---|---|
Windows, .NET Framework 4.7 (or later) | Current: 1.03 |
|
Other included software: None. Uninstall instructions: Go to Windows "Apps & features". In the list of programs, locate "UA Configuration Tool xxxx" and select it. Press the "Uninstall" button. If Windows UAC (User Account Control) asks, allow the app "Setup/Uninstall" to make changes to the device (press "Yes"). Press "Uninstall" once again when asked by Windows to confirm. In "UA Configuration Tool Uninstall" window, press the "Yes" button.
OPC Foundation MIT License 1.00 |
---|
Copyright (c) 2005-2017 The OPC Foundation, Inc. All rights reserved.
|