Phase 3 PR 24 — Modbus PLC data type extensions #23
Reference in New Issue
Block a user
Delete Branch "phase-3-pr24-modbus-types"
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?
Adds Int64/UInt64/Float64, BitInRegister, String, and ModbusByteOrder (BigEndian vs WordSwap) for CDAB-family PLCs — Siemens S7, Allen-Bradley, Modicon. Codec switches to tag-aware signatures so StringLength/BitIndex/ByteOrder flow through. BitInRegister writes rejected with read-modify-write hint (follow-up PR). 30 new tests covering every type + byte order + edge case. 217/217 solution tests pass.