[Cl...] Posted February 20, 2023 Share Posted February 20, 2023 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 More sharing options...
[Mi...] Posted February 21, 2023 Share Posted February 21, 2023 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in