Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.01 KB

measuring-machine-db

APP Images:

Manual input of CNC machine correction: Manual

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:

  1. Communication interface with MS (We have PLC device for this machine)
  2. Business logic for processing (We are calculating tool offset)
  3. Comunication interface for other two machines (They need same type of CNC interface)
  4. GUI for APP

APP Images: Show last 30 database results: DB

Calculate correction results from last 5 database results: Correction