[Cl...] Posted December 18, 2024 Share Posted December 18, 2024 This program measures a family of 12 parts. All geometry the same, with varying diameters. Below are my presetting's. Same as I always use. I've never had this problem before. Program runs fine but the model doesn't even appear to get loaded into the program. Its got to be something simple, but I can't figure it out. All the models are in the program folder and their names match the PCM Presetting's below. LN = getRecordHead("order") clearCAD() dir = getActualInspectionDir() Part_Size = inquireList("Which part number are you measuring?", "100420", "120100", "119270", "120028", "114184", "114185", "117403", "105723", "113003", "111460", "119271", "110920") selectCase Part_Size case "100420" readPCMFile(dir + "\100420.PARA") loadCADFile(dir+"\.100420.sab") Link to comment Share on other sites More sharing options...
[Th...] Posted December 18, 2024 Share Posted December 18, 2024 Is the leading dot for your CAD load supposed to be there? \.100420 instead of \100420? Link to comment Share on other sites More sharing options...
[Cl...] Posted December 19, 2024 Author Share Posted December 19, 2024 Yes, the "dot" is supposed to be there. Link to comment Share on other sites More sharing options...
[Cl...] Posted December 19, 2024 Author Share Posted December 19, 2024 I thought it was initially. I use premade PCM templates. The one I used for this had a period added somehow by mistake. 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