Jump to content

Error on subsequent evaluation setup


---
 Share

Recommended Posts

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.

image.thumb.png.fb3c11cf1b9080fefe53963671969cda.png

 

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.

image.thumb.png.eaad41bded5d2eb6b4c6b7e3f4c8765c.png

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

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.

image.thumb.png.0bb1731395319a08203d6c3c8bc3f4bd.png

Link to comment
Share on other sites

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

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.

  • Like! 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...