Perform OPC operations from command line. Acts as Client, Server, or PubSub. OPC UA, OPC XML-DA, ...
1.4K
Enter command docker pull opclabs/opccmd.
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
Content type
Image
Digest
sha256:4591693ac…
Size
126.3 MB
Last updated
5 months ago
docker pull opclabs/opccmd