Jump to content

print a characteristic during run measuring program


---
 Share

Recommended Posts

HI! I am working with Calypso 7.8. I have a measuring program with several characteristics, one is roundness and I would like to print the graphic as the moment the roundness is evaluated, I mean I don't want to wait for the program finished to print the graphic.

Has anyone can help me with this issue? I tried different method but it is not working, I always get the graphic when the program ends.

Thanks in advance!!!

Link to comment
Share on other sites

Something like this should work.  The plot is displayed on the screen as it is being saved, and will remain visible even if you delete the file. 

saveViewToFile("ISO","C:\temp\dummy")
deleteFile("C:\temp\dummy")

Link to comment
Share on other sites

 Share

×
×
  • Create New...