Jump to content

PCM Newb


---
 Share

Recommended Posts

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

  • 2 weeks later...
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")
endif

sfdsfdfgdfghdfgh.JPG

Link to comment
Share on other sites

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

 Share

×
×
  • Create New...