Phase 3 PR 54 -- Siemens S7 Modbus TCP quirks research doc #53
Reference in New Issue
Block a user
Delete Branch "phase-3-pr54-s7-research-doc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
docs/v2/s7.md(485 lines) covering Siemens SIMATIC S7 family Modbus TCP behavior. Mirrors thedocs/v2/dl205.mdtemplate for future per-quirk implementation PRs.Key findings for the implementation track
MB_SERVER/MODBUSCP/MODBUSPNlibrary blocks. Driver must accept per-site config, not assume a vendor layout.0x8383if optimized). Most common field bug.ByteOrder.BigEndian, notWordSwap.2XV9450-1MB00license.Two items flagged as unconfirmed rumour (V2.0+ float byte-order claim, STOP-mode caching location).
No code, no tests — implementation lands in PRs 56+.
Test plan