[De...] Posted October 24 Share Posted October 24 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 More sharing options...
[Ma...] Posted October 28 Share Posted October 28 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in