Jump to content

Presettings question


---
 Share

Recommended Posts

In the Presettings, what are these two lines of code doing?

systemCallWithWait(getActualInspectionDir()+"\Excel to Para\parameters.exe")

readPCMFile(getActualinspectionDir()+"\Excel to Para\runpart.para")
Link to comment
Share on other sites

Hello!
I haven't used the systemCallWithWait command yet. According to the manual it calls, executes a program and afterward waits until the program has been processed.
In your case I guess that the program parameters.exe creates a file called runpart.para which presumably contains some dimensions concerning the part you're about to measure.
The command readPCMFile finally just reads the runpart.para file so that Calypso knows the relevant parameters.

Unbenannt.JPG

Link to comment
Share on other sites

 Share

×
×
  • Create New...