The SPC CAD panel renders your part inside a Grafana dashboard and lets you pin measured characteristics to the features they were taken from. Each pin shows the current value, its tolerance and, if you want it, the chart behind that feature.
SPC CAD is open source, AGPL-3.0
model formats read in the browser
metrology feature templates
software to install for viewers
open source licence
Dimensional results usually come back as a list of characteristic IDs with values and tolerances. The list is accurate, and it is hard to read, because an ID does not say where on the part the feature sits. Anyone looking at it has to go and find the drawing first.
If three characteristics drift together, a table gives you the three values but not the pattern. On the model you can see that all three sit along the same edge, which is usually a fixturing or clamping issue.
Supervisors and suppliers end up acting on quality data too, and most of them do not read GD&T. A model they can rotate and click is easier to hand over than a report someone has to talk them through.
An inspection report covers one part. Clicking a balloon opens the control chart for that characteristic across every part measured at the same location.
A balloon is a small panel in its own right. It can display the current value, the tolerance, a control chart, a histogram or a table, and it takes its colour from the data.
A dashboard can hold more than one model. Mating parts can sit side by side over the same time range, each reading from its own data source, which helps when a fit problem could have come from either side.
This is Grafana's own behaviour, and it applies to any dashboard. One can sit on a screen by the line, cycling through cells, with nobody logged in to keep it going.
The model file goes in as it is. There is no conversion pipeline to maintain, and people who only need to look at the results do not need a CAD seat.
Every CAD package exports these. Put the file on cloud storage, a web server or Grafana's built-in file manager.
Any Grafana data source works. If your results are in PostgreSQL or MSSQL, the SPC Characteristic data source can push the statistics down into the database.
Place a balloon on each feature, pick a template and choose what it shows. Balloon positions are saved with the dashboard.
Anyone with access opens the dashboard in a browser and sees the current data.
Where the numbers come from. The CAD panel draws the geometry and the balloons. The control charts, capability indices and run rules behind them come from the other plugins in the suite. See the full plugin catalogue.
SPC CAD is open source under AGPL-3.0. Install it into your Grafana, load one of your models and point it at your measurement data.