[is...] Posted Friday at 06:59 PM Share Posted Friday at 06:59 PM Hi everyone, I am trying to make one of the program that can do subsequent evaluation, but getting pop-up error instead after it finished running. Using Calypso 2019, PiWeb Enterprise and QC Calc. Results to file current set-up: Table file = ON, merge file = ON, PiWeb Export = ON, PDF = ON, then I added Measuring points = ON with 1000 limit. But, I am getting an error after the program finished running, and no data was saved for subsequent evaluation, what is causing this? Your help is much appreciated. Thanks. Link to comment Share on other sites More sharing options...
[Ma...] Posted Friday at 07:10 PM Share Posted Friday at 07:10 PM (edited) It seems like wrong path for any of table file, measured points or something in merge file ( button initialization ) At least message about permissions and/or path name Edited Friday at 07:10 PM Link to comment Share on other sites More sharing options...
[is...] Posted Friday at 07:18 PM Author Share Posted Friday at 07:18 PM I did some testing also on table file and merge file being off and piweb export being off to isolate things and i am getting same pop-up error. Link to comment Share on other sites More sharing options...
[Ma...] Posted Friday at 07:26 PM Share Posted Friday at 07:26 PM Does it popup when measuring or just for reevaluation from stored points? Check your paths for exported files ( menu -> prepare -> filenames and paths ). Try to find what from that four changes is doing that - if you have at least measured data, then you can reevaluate from temp actuals. Link to comment Share on other sites More sharing options...
[is...] Posted yesterday at 12:02 PM Author Share Posted yesterday at 12:02 PM I'm back after a long weekend..... It only does pop-up right after the measurement is done, when clicked OK then it displays the pdf report but no stored points for re-evaluation, I only have the current data as usual and overwritten if the program runs again. In Pi-Web and QCCalc it's working and data were stored accordingly only the measuring points is not. We don't use Calypso default filepaths for cmm programs and reports. After measuring is done, this is what our current set-up. 1. Pi-Web upload initiates populating Pi-Web Enterprise database. 2. Results files like .pdf, .chr, .fet, .hdr were temporarily saved in the cmm local drive, then report_end_pcm kicks-in the batch file to move these files to a network drive where QCCalc extracts data from there. Link to comment Share on other sites More sharing options...
[Ma...] Posted yesterday at 12:07 PM Share Posted yesterday at 12:07 PM So it seems like folder permissions or you can have another path in program for storing. Those default paths are not forced on programs, where is custom name. Also i think there is default naming for stored measured points - i would ensure that field for number of a part has valid name without special characters. Link to comment Share on other sites More sharing options...
[is...] Posted yesterday at 12:27 PM Author Share Posted yesterday at 12:27 PM I'm using the calypso default for this. Link to comment Share on other sites More sharing options...
[Ma...] Posted yesterday at 12:32 PM Share Posted yesterday at 12:32 PM This has nothing to do with naming of stored file ( .zmp ) Link to comment Share on other sites More sharing options...
[is...] Posted 21 hours ago Author Share Posted 21 hours ago UPDATE: Our current naming convention for the measurement name is as follows: Note: The dateAndTime() at the end was added to avoid reports being overwritten when re-measuring same part. PART_SN=INSPECTION_NAME+"-"+FIXID+"-"+PARTNO+"-"+dateAndTime() setRecordHead("partnbinc",PART_SN) SOLUTION: Tested deleting the dateAndTime() and VIOLA the idmeaspoints folder is now populated with .zmp file and pop-up error is gone. PART_SN=INSPECTION_NAME+"-"+FIXID+"-"+PARTNO The CULPRIT is the dateAndTime() appended to the measurement name which contains special character "," and ":" Thanks Martin for giving me directions on where I might fix the issue. 1 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