Jump to content

Pop up window


---
 Share

Recommended Posts

If I had to look for it I would look for PCM like the following..

display("Start")

Which will pop up the Display window with the word Start inside it.

Where I would look for the PCM would change depending on exactly what is happening.

If this happens on EVERY program then I would look for a PCM file in your main inspection directory.

There are a number of filenames that Calypso looks for that will run at certain times based on what filename is used.

If this happens when the program starts I would suggest you look for ..

"C:\Users\Public\Documents\Zeiss\CALYPSO\workarea\inspections\inspection_start_pcm.txt"

If this file is there it will execute the pcm inside it just after you hit the start button on the start dialog but before the program itself runs.


If this only happens on NEW programs then the only way I could think of this happening is if you use a template file for your new programs and the code was in the template.

In this case I would look for either the same filename as above but located inside the program directory with PCM inside or alternatively look at the PCM in the pre-start parameters for the entire program.

If you are using a template and find this in your current program, you will probably want to track down the same code in your template and remove it as well or you will still have this.
Link to comment
Share on other sites

The licence windows always pops up, but usually they flash so fast that you'll never notice.

The other window is the visual launcher. It's used for a lot of thing when you do smalltalk. Like loading parcels. I can how ever not tell you why you see it. But since you don't have the OM menu I don't think "calypso" is opening it. I would need to see the beginning of the transcript to say what might cause it.

How ever, it's nothing to worry about. It's safe to just close it.
Link to comment
Share on other sites

 Share

×
×
  • Create New...