2025-2026in-progress
Wire drawing line control
Real-time sensor acquisition and PID loop to keep wire diameter within tolerance.
Context
Control system for an industrial wire drawing line. It reads data from a laser micrometer and entry/exit speed sensors, computes the resulting diameter with EWMA filtering and sends setpoints to a PID that regulates the servomotors to keep the wire within spec. Implemented in Python with asyncio.
Impact
Ongoing project; first time working with industrial control and real-time data acquisition.