-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start OPC UA service: ``` docker run --rm -it -p 50000:50000 -p 8080:8080 --name opcplc mcr.microsoft.com/iotedge/opc-plc:latest --pn=50000 --autoaccept --sph --sn=5 --sr=10 --st=uint --fn=5 --fr=1 --ft=uint --gn=5 --ut --dca ``` Connect with cnquery: ``` cnquery shell opcua --endpoint opc.tcp://localhost:50000 ``` ``` cnquery> opcua.server { * } opcua.server: { buildInfo: { BuildDate: "2023-07-06T15:02:08Z" BuildNumber: "0a38ab40a9 (OPC UA SDK db5152bb6f729c69adcfbb8003850ed8d6cc8d7b from 2023-06-27T12:11:48Z)" ManufacturerName: "Microsoft" ProductName: "IoT Edge OPC UA PLC" ProductURI: "https://github.com/Azure-Samples/iot-edge-opc-plc" SoftwareVersion: "2.9.8 (OPC UA SDK 1.4.371.96)" } node: opcua.node id="i=2253" name="Server" currentTime: 2023-08-21 16:28:34.4869083 +0200 CEST state: "ServerStateRunning" startTime: 2023-08-21 16:28:13.3905193 +0200 CEST } ```
- Loading branch information
1 parent
f782c77
commit 72aee27
Showing
26 changed files
with
2,038 additions
and
1,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.