Retrofit solution for EOL drives in field machines.
Situation
A machine manufacturer had a series of foil punching machines installed at customer sites around the world. The servo drives in those machines reached end of life. The manufacturer needed a practical retrofit solution instead of pointing customers toward a new machine.
The machine control source code was no longer available. We therefore had to find out how the software talks to the drives: by capturing bus traffic and analyzing the program file with Ghidra.
The goal was a clear retrofit path: operation and machine software stay the same, while the old drives are replaced by modern inverters.
Approach
Understand the program without source code
- End-of-life servo drives in an existing machine series
- Machine control source code no longer available
- Program file analyzed to find the port, axes, and first parameters
Capture communication on the machine
- RS-422 traffic captured without interfering with the machine
- Stable telegrams and line settings identified
- Real drive status replies decoded
Rebuild and test the protocol
- Parser built for the drive telegrams
- Key commands and replies reproduced from real logs
- Tests run against captured bus data
Install the STM32 intermediate controller
- STM32-based intermediate controller placed between machine control and drive side
- The machine control continues speaking as before
- Replies come from documented logic instead of old black-box hardware
Model the three axes
- Software models created for the three drive axes
- Axis behaviour reproduced from machine data
- Models connected to parser and bridge
Commission new inverters
- All three servo axes moved to new inverters
- Machine software and operation remain unchanged
- Documentation for manufacturer support and further customer machines
How the solution works
Results
Technologies
EOL drives in your field machines?
In 30 minutes we clarify whether a retrofit path is realistic when source code is missing and the drive protocol must be rebuilt from binary and bus traffic.
Request a free assessment