Category:OpcCmd Utility: Difference between revisions

From OPC Labs Knowledge Base
No edit summary
Line 19: Line 19:


== Installation ==
== Installation ==
If you have installed QuickOPC or OPC Wizard (version 2019.2 or later) using its Setup program, and have not excluded the Tools setup component, the OpcCmd utility is already installed on your computer, under the Bin subfolder of the Connectivity Studio installation folder. There are also shortcuts to it from the Start menu and the Launcher program. In other cases, for stand-alone installation, and for the latest version of the tool, see '''[[Tool Downloads#OpcCmd Utility|Tool Downloads]]'''.  
If you have installed any of the OPC products from the Connectivity Software suite using its Setup program, and have not excluded the Tools setup component, the OpcCmd utility is already installed on your computer, under the Bin subfolder of the Connectivity Software installation folder. There are also shortcuts to it from the Start menu and the Launcher program. In other cases, for stand-alone installation, and for the latest version of the tool, see '''[[Tool Downloads#OpcCmd Utility|Tool Downloads]]'''.  


On Linux, the TGZ file can be extracted using <code>tar -xvzf <filename></code>.
On Linux, the TGZ file can be extracted using <code>tar -xvzf <filename></code>.

Revision as of 14:17, 22 August 2025

Introduction

The OpcCmd utility is a program that allows performing various OPC operations from the command line. Among other uses, it can act as

  • an OPC DA and OPC XML-DA client,
  • an OPC A&E client,
  • a generic OPC UA client,
  • a specialized OPC UA client for:
    • file transfer,
    • PubSub configuration,
    • security key service (SKS),
  • a generic OPC UA PubSub subscriber,
  • an OPC UA PubSub Sniffer,
  • a tool for OPC UA application management (including GDS registration and certificate manager operations).

OpcCmd can be used for evaluation, experiments, and testing.

OpcCmd is a console application, running on .NET. It is available for .NET Framework (Windows only), or .NET (Windows, Linux or macOS). The OpcCmd utility is provided free of charge.

Installation

If you have installed any of the OPC products from the Connectivity Software suite using its Setup program, and have not excluded the Tools setup component, the OpcCmd utility is already installed on your computer, under the Bin subfolder of the Connectivity Software installation folder. There are also shortcuts to it from the Start menu and the Launcher program. In other cases, for stand-alone installation, and for the latest version of the tool, see Tool Downloads.

On Linux, the TGZ file can be extracted using tar -xvzf <filename>.

If you want to use OPC UA PubSub Ethernet transport protocol mapping, you will also need

See also: OPC UA PubSub Common Traps And Pitfalls

Technical Support

For technical support, use the corresponding category on our Online Forums.

Concepts

For concepts common to command-line utilities, see Command-Line Utilities Concepts.

Usage

In order to run the OpcCmd utility, open a command prompt, and switch to the directory that contains the program. You start the program and give it a command and additional parameters (options).

  • If you are using the .NET Framework version, or .NET version on Windows, type OpcCmd, followed by the commands and options, and press Enter.
  • If you are not on Windows, or are using the .NET version, type dotnet OpcCmd.dll, followed by the commands and options, and press Enter.

In the text that follows, when discussing the command line options, we will be listing the commands simply with the OpcCmd at the beginning; remember to use dotnet OpcCmd.dll in .NET instead.