@@ -95,6 +95,17 @@ otopcua-s7-cli read -h 192.168.1.30 -a M0.0 -t Bool
|
||||
|
||||
# 80-char S7 string
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a DB10.STRING[0] -t String --string-length 80
|
||||
|
||||
# CPU diagnostics (SZL) — virtual @System.* addresses (PR-S7-E1).
|
||||
# Requires ExposeSystemTags = true on the driver instance; surfaces as
|
||||
# BadNotSupported until S7netplus exposes a public ReadSzlAsync (or we ship
|
||||
# a raw-PDU helper). See docs/v2/s7.md "CPU diagnostics (SZL)" for the full
|
||||
# table and the snap7 / S7netplus 0.20 caveat.
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a @System.CpuType -t String
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a @System.Firmware -t String
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a @System.OrderNo -t String
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a @System.CycleMs.Min -t Float64
|
||||
otopcua-s7-cli read -h 192.168.1.30 -a "@System.DiagBuffer.Entry[0]" -t String
|
||||
```
|
||||
|
||||
### `write`
|
||||
|
||||
Reference in New Issue
Block a user