[To...] Posted November 16, 2021 Share Posted November 16, 2021 A customer has asked me to produce a point cloud of all of the data measured in a program. I've never produced a Point Cloud like this. I believe they want to analyze using SmartProfile but not sure just yet. I've asked them how the data should be formatted but have not heard a reply. I ran the parts with both Measured Points and Export Points active, so I have lots of data. Anyone familiar with the process? Link to comment Share on other sites More sharing options...
[Da...] Posted November 16, 2021 Share Posted November 16, 2021 I assume they are taking the data and best fitting it to the cad model and evaluating the deviations. Link to comment Share on other sites More sharing options...
[To...] Posted November 16, 2021 Author Share Posted November 16, 2021 Please sign in to view this quote. Yes. Apparently, the SmartProfile software allows you to load a model. Select the Datum Features, create GD&T, etc. Load a point file and have everything be analyzed. I found out they only need the X, Y, Z and Vector info but I'm looking to get all of the point data from all of the features into 1 file. Link to comment Share on other sites More sharing options...
[Me...] Posted November 16, 2021 Share Posted November 16, 2021 SmartProfile can load the “zmp” file directly. If you decide the send the individual files created using the “Export Points” option, they will be able to import them simultaneously without much effort. One thing to keep in mind is that both of these methods will export every measured point, even though Calypso does not necessarily use them for evaluation. This has a tendency to cause issues when comparing data between software packages, since the data is unfiltered and will include any outliers. If you need/want to send the same measured point data that is being used for evaluation within Calypso, then you’ll need to use the PCM function writeActualsToFile(). Link to comment Share on other sites More sharing options...
[To...] Posted November 16, 2021 Author Share Posted November 16, 2021 Please sign in to view this quote. zmp sounds like the easiest way to go. I will take a look at the PCM option Thank you Phillip. Link to comment Share on other sites More sharing options...
[To...] Posted November 16, 2021 Author Share Posted November 16, 2021 Please sign in to view this quote. After reviewing the PCM help manual, I'm a bit confused on the syntax for the writeActualsToFile() command. I placed the command in a post setting parameter of a feature but get the error below.Screenshot 2021-11-16 162048.jpg Link to comment Share on other sites More sharing options...
[Ma...] Posted November 17, 2021 Share Posted November 17, 2021 Did you just wrote filename into it? Link to comment Share on other sites More sharing options...
[To...] Posted November 17, 2021 Author Share Posted November 17, 2021 Please sign in to view this quote. Hi Martin, No but I realized this might be part of the problem yesterday. Will test this morning. Link to comment Share on other sites More sharing options...
[Me...] Posted November 17, 2021 Share Posted November 17, 2021 Please sign in to view this quote. The function must reference a characteristic and file path. I will generally make a "dummy" Form characteristic for each feature that I need to export point data from. This will also allow you to apply any filtering / outlier removal (if needed), and looping through the names is much easier if you have a large number of features needing to be exported. Example from the PCM manual.... writeActualsToFile("diameter1",true,"c:\test.txt") Link to comment Share on other sites More sharing options...
[Ma...] Posted November 17, 2021 Share Posted November 17, 2021 Name of characteristic and True/False can be optional. Link to comment Share on other sites More sharing options...
[Ri...] Posted November 17, 2021 Share Posted November 17, 2021 You can create a Point Cloud feature and recall feature points of all features - then export points. It will be one file. Link to comment Share on other sites More sharing options...
[To...] Posted November 17, 2021 Author Share Posted November 17, 2021 Please sign in to view this quote. Like I mentioned earlier, I missed the file name because I was trying to avoid creating one for everyone of my characteristics. Link to comment Share on other sites More sharing options...
[To...] Posted November 17, 2021 Author Share Posted November 17, 2021 Please sign in to view this quote. I tried that but it didn't seem like it was collecting enough of the points. I will give that another try. Link to comment Share on other sites More sharing options...
[Me...] Posted November 17, 2021 Share Posted November 17, 2021 Please sign in to view this quote. Then the simplest way would be to just send them the zmp file, especially if they want it for SmartProfile. Combining them using the "Point Cloud" will produce a single file and you'll be able to target specific features, but it will be the same point information contained within the zmp file. 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