opclabs/opccmd

By opclabs

Updated 3 months ago

Perform OPC operations from command line. Acts as Client, Server, or PubSub. OPC UA, OPC XML-DA, ...

Image
Networking
Message queues
Internet of things
0

1.4K

opclabs/opccmd repository overview

Installation

Enter command docker pull opclabs/opccmd.

Usage

Use docker run -it opclabs/opccmd to run the tool interactively.

You can also add command-line parameters to the end of the "docker run", and use the tool to perform the specified single command. Example:

docker run -it opclabs/opccmd uaClient subscribe //opcua.demo-this.com:51210/UA/SampleServer nsu=http://test.org/UA/Data/;i=10849

The OpcCmd Docker image exposes port 48040 (TCP), which is the default port when you use OpcCmd as an OPC UA Server. This makes it easy to map this port to the host when running the tool. Example:

docker run -it -p 48040:48040 opclabs/opccmd uaServer start

Documentation

See https://kb.opclabs.com/Category:OpcCmd_Utility .

Tag summary

Content type

Image

Digest

sha256:4591693ac

Size

126.3 MB

Last updated

5 months ago

docker pull opclabs/opccmd