[Ri...] Posted September 21, 2018 Share Posted September 21, 2018 I am trying to find out how to determine how much time per day a CMM is running a program. Not a specific program, all run time. Is there a utility or something that I can use? Link to comment Share on other sites More sharing options...
[To...] Posted September 21, 2018 Share Posted September 21, 2018 Hi Rick, I'm not sure what CMM Observer can actually do, but here's information on the product. https://www.zeiss.com/metrology/product ... rver1.html You can download a 60 day free trial to see how it works. Link to comment Share on other sites More sharing options...
[Za...] Posted September 24, 2018 Share Posted September 24, 2018 I use little PCM code to write to file time of measuring after running program, from this file I can calculate how much time CMM work in day. But some measurements operators do manually. Link to comment Share on other sites More sharing options...
[Ri...] Posted October 1, 2018 Author Share Posted October 1, 2018 Please sign in to view this quote. Can you share the PCM? Link to comment Share on other sites More sharing options...
[Za...] Posted October 1, 2018 Share Posted October 1, 2018 TIME_MEAS = getRecordHead("dmesn") + " " + getRecordHead("planid") + " " + getRecordHead("operid") + " " + getRecordHead("date") + " " + getRecordHead("time") + " " + getRecordHead("partnbinc") + " " + getRecordHead("durationofrun") + " " + getRecordHead("temperatureworkpiece") + " " + getRecordHead("order") addToFile("D:\user\protocols\time.txt", TIME_MEAS) you can add any fields if you want Link to comment Share on other sites More sharing options...
[Ri...] Posted October 2, 2018 Author Share Posted October 2, 2018 Thank you! Link to comment Share on other sites More sharing options...
[Ha...] Posted October 13, 2018 Share Posted October 13, 2018 What is PCM code? I mainly use very basic Calypso aspects, and have never heard of calypso "PCM", but i would like to check run time, and perhaps other things in the future. 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