Share My Creation CMM Inspection APP

Hi
this is a bit more technical
The goal was to make CMM inspection with on-machine inspection happen .
http://www.renishaw.com/en/in-process-control--14159
So i created this Tool to evaluate and report the inspection on an CNC Machine
After figuring out the Code for the CNC Machine that drives all this we needed a visual report

How this Works :
once you select/connect to the CNC machine the files are downloaded to the PC and then automatic the App will evaluate the measured points

G800 N001 X-30.2785 Y-21.0836 Z 8.7032 I0.1120
G801 N001 X-30.3674 Y-21.0836 Z 8.7032 R0.1120 DX-1.0000 DY0.0000 DZ0.0000

The User takes screenshots with the App for each area for the report
Also he see with "live screen" button the CNC Machine's Main Screen

After Pressing the button "Save Report" it will create a excel file(with pictures of the areas measured) and email it to the Department Leaders to approve or not the deviation measured on the machine.
This app is in production for 20+ Machines
 

Attachments

  • cmm1.jpg
    cmm1.jpg
    243 KB · Views: 2,733
  • cmm2.jpg
    cmm2.jpg
    187.2 KB · Views: 436
  • cmm3.jpg
    cmm3.jpg
    168.4 KB · Views: 369

alienhunter

Active Member
Licensed User
Longtime User
Looks great. Are you using the jPOI library for the Excel workbook?
Yes sir ,
it works awesome thank you for this library
for connecting to the cnc control ( heidenhain tnc 530 ) i use jshell and controls own software
 
Top