From 0ec9ec29ef714a719ca9ca63383d995cdf085fda Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 3 Jun 2026 16:30:11 -0400 Subject: [PATCH] =?UTF-8?q?docs(audit):=20Driver.AbLegacy.Cli.md=20?= =?UTF-8?q?=E2=80=94=20verb/flag=20accuracy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CODE-REALITY: all four verbs (probe/read/write/subscribe), all common flags (-g/--gateway, -P/--plc-type, --timeout-ms, --verbose), AssemblyName otopcua-ablegacy-cli — all match code exactly. PCCC type table (Bit/Int/Long/ Float/AnalogInt/String/TimerElement/CounterElement/ControlElement) confirmed against AbLegacy ReadCommand.cs:25 and WriteCommand.cs:24. INLINE COMPLETENESS: corrected CLI roster count from "third of four" to "third of six" to match DriverClis.md (S7, TwinCAT, FOCAS are also shipped). Evidence: docs/Driver.AbLegacy.Cli.md:7 vs docs/DriverClis.md roster table. STRUCTURAL: ../tests/.../Docker/README.md link confirmed present on disk. check_links.py: 0 rows for this file. --- docs/Driver.AbLegacy.Cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Driver.AbLegacy.Cli.md b/docs/Driver.AbLegacy.Cli.md index 296d3b73..18eb59ae 100644 --- a/docs/Driver.AbLegacy.Cli.md +++ b/docs/Driver.AbLegacy.Cli.md @@ -4,7 +4,7 @@ Ad-hoc probe / read / write / subscribe tool for SLC 500 / MicroLogix 1100 / MicroLogix 1400 / PLC-5 devices, talking to the **same** `AbLegacyDriver` the OtOpcUa server uses (libplctag PCCC back-end). -Third of four driver test-client CLIs. Shares `Driver.Cli.Common` with the +Third of six driver test-client CLIs. Shares `Driver.Cli.Common` with the others. ## Build + run