[He...] Posted February 4, 2021 Share Posted February 4, 2021 Really silly question for PCM. I have a message box that pops up during the run. I would like to break up the message into two lines. Is there a code to create a line break? Thank you Link to comment Share on other sites More sharing options...
[Da...] Posted February 4, 2021 Share Posted February 4, 2021 Hi Mark, C:\Program Files (x86)\Zeiss\CALYPSO 6.4\userinfo\manuals\en\Calypso_02_PCM.pdf page 74. Link to comment Share on other sites More sharing options...
[Cl...] Posted February 5, 2021 Share Posted February 5, 2021 Please sign in to view this quote. This might work, or at least give you something play around with. viewtopic.php?f=21&t=2658 Link to comment Share on other sites More sharing options...
[He...] Posted February 5, 2021 Author Share Posted February 5, 2021 Appreciate the help guys, that stupid +cr()+ is exactly what I needed. Link to comment Share on other sites More sharing options...
[Ro...] Posted February 16, 2021 Share Posted February 16, 2021 Line break is cr() In PCM it would look like this "Profile Max " + formatL((getMaxActual("# 25 Profile Min Max").actual/25.4)) +cr()+ "Profile Min " + formatL((getMinActual("# 25 Profile Min Max").actual/25.4)) cr() also works in any comment or display textfgdjhkfgdjhkfgdjhkfgdjhkfdffg.JPG Link to comment Share on other sites More sharing options...
[Ro...] Posted February 16, 2021 Share Posted February 16, 2021 I also have a text box that appears at the end of a run if something is out of tol, letting the cmm operator know that the PCM file created will not be sent to our WinSPC system Len=len(inspectionToleranceState()) if Len == 14 then wait(1) deleteFile(dirPath) message("SOMETHING IS OUT OF TOL"+cr()+"TEXT REPORT NOT SENT TO WINSPC") endifsfdsfdfgdfghdfgh.JPG Link to comment Share on other sites More sharing options...
[To...] Posted February 16, 2021 Share Posted February 16, 2021 Please sign in to view this quote. So you don’t collect data from discrepant parts? Link to comment Share on other sites More sharing options...
[Ro...] Posted February 16, 2021 Share Posted February 16, 2021 Please sign in to view this quote. Of course we do, in about 3 different ways. This report is for final audit acceptance, it only contains data for parts being sent to the customer. 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