Remove OPC PLC sample server — no longer needed with live Galaxy instances
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -25,5 +25,3 @@ packages/
|
|||||||
*.pfx
|
*.pfx
|
||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
# OPC sample server (large external repo)
|
|
||||||
tools/opcsampleserver/
|
|
||||||
|
|||||||
12
CLAUDE.md
12
CLAUDE.md
@@ -110,15 +110,3 @@ dotnet run --project src/ZB.MOM.WW.LmxOpcUa.Client.CLI -- browse -u opc.tcp://lo
|
|||||||
dotnet run --project src/ZB.MOM.WW.LmxOpcUa.Client.CLI -- read -u opc.tcp://localhost:4840 -n "ns=2;s=SomeNode"
|
dotnet run --project src/ZB.MOM.WW.LmxOpcUa.Client.CLI -- read -u opc.tcp://localhost:4840 -n "ns=2;s=SomeNode"
|
||||||
dotnet run --project src/ZB.MOM.WW.LmxOpcUa.Client.CLI -- subscribe -u opc.tcp://localhost:4840 -n "ns=2;s=SomeNode" -i 500
|
dotnet run --project src/ZB.MOM.WW.LmxOpcUa.Client.CLI -- subscribe -u opc.tcp://localhost:4840 -n "ns=2;s=SomeNode" -i 500
|
||||||
```
|
```
|
||||||
|
|
||||||
### OPC PLC Sample Server
|
|
||||||
|
|
||||||
A test OPC UA server is available at `tools/opcsampleserver/` (Azure IoT OPC PLC). It generates simulated data nodes (slow, fast, anomaly, GUID) on `opc.tcp://localhost:50000`. Must run from the `publish` directory or use the provided batch scripts. Requires `--unsecuretransport` flag for the CLI tool to connect. See `tools/opcsampleserver/README.md` for full details.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Start the test server
|
|
||||||
cd tools/opcsampleserver/publish && dotnet opcplc.dll --pn=50000 --autoaccept --unsecuretransport --sn=5 --sr=10 --st=uint --fn=5 --fr=1 --ft=uint
|
|
||||||
|
|
||||||
# Or use the batch script
|
|
||||||
tools/opcsampleserver/start-server.bat
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user