APP Images:
Manual input of CNC machine correction:
Goal of this Windows APP is to gather measurment results from machine (let's call it MS) and store results in MySQL databse. After storing results we need to process results and send them to two other machines (M1 and M1)
I have divided this APP into couple of projects:
- Communication interface with MS (We have PLC device for this machine)
- Business logic for processing (We are calculating tool offset)
- Comunication interface for other two machines (They need same type of CNC interface)
- GUI for APP