Create a synchronous client that wraps S7Comm with a simpler API for common PLC operations.
Features
- Context manager support (enter, exit)
- Simplified address parsing (e.g., "DB1.DBW2" instead of VariableAddress)
- CPU control methods (stop(), start(), get_cpu_info())
Create a synchronous client that wraps S7Comm with a simpler API for common PLC operations.
Features