Jump to content

Creating an automation on KIOSK


---
 Share

Recommended Posts

I've made a program to measure a bunch of point on the surface of a blade.

I need these points to create a CAM program on a CNC machine.

So I've created a macro to perform the scanning, the poligonization, the allignment and the export of the points.
Now, I have to use this program on a lot of pieces and I want to let the operator to only use the kiosk.

Do you know how I can do it?

Link to comment
Share on other sites

For Kiosk operation you have to have a stable, repeatable, automated template-based workflow for scanning, polygonization and alignment.

This should work also without any adaptions in Kiosk Interface.

The only thing to add to Kiosk via scripting is the export part and maybe the selection of a specific alignment for this export.

In the standard Kiosk installation there is a template script "CustomPatches" for doing such a customization. Take a look at this script and find the function "export_results". The comments in this function hopefully explain most things related to custom exports.

Link to comment
Share on other sites

 Share

×
×
  • Create New...