[Se...] Posted August 14 Share Posted August 14 Hello, everyone. An error occurred while using PCM. Let me show you two things. 1. PCM currently in use ID = getActual("Sphre PALPEUR REF").diameter //Diameter //Lower Tolerance if ID <29.98871 then display(getActual("Sphre PALPEUR REF").diameter) message("Clean Probe") status=inquire("1=remeasure") if status == 1 measure("Sphre PALPEUR REF",1) endif endif //Upper Tolerance if ID >29.99271 then display(getActual("Sphre PALPEUR REF").diameter) message("Clean Probe") status=inquire("1=remeasure") if status == 1 measure("Sphre PALPEUR REF",1) endif endif 2. Error occurred after PCM function completed OBJECT a Zeiss.Calypso.OMGeoSphere ( id: 'Sphre PALPEUR REF("X-Valeur_Sphre PALPEUR REF")' ) ioSign->1 identifier->Sphre PALPEUR REF("X-Valeur_Sphre PALPEUR REF") flags->#(true) result->Dictionary (#technology -> #technology ) container->nil settings->nil comment-> icon->nil timestamp->nil radius->15.259054712304d location->nil definitions->nil METHODSTACK Unhandled exception: Message not understood: #vector UndefinedObject(Object)>>doesNotUnderstand: Zeiss.Calypso.OMGeoSphere(Zeiss.Calypso.OMGeoVector)>>vectorInput Zeiss.Calypso.OMGeoSphere(Zeiss.Calypso.OMGeoVector)>>vector Zeiss.Calypso.OMGeoSphere(Zeiss.Calypso.OMGeoVector)>>x Zeiss.Calypso.OMCFabsolute>>actual: Zeiss.Calypso.OMCFabsolute>>actual:point: Zeiss.Calypso.OMCFabsolute(Zeiss.Calypso.OMControlFeature)>>valueWithPoint:actuals:nominals:CFs: Zeiss.Calypso.OMCFabsolute>>valueWithPoint:actuals:nominals:CFs: Zeiss.Calypso.OMCFabsolute(Zeiss.Calypso.OMControlFeature)>>value:nominals:CFs: Zeiss.Calypso.OMMCFExecutor>>calculateResult Zeiss.Calypso.OMMCFExecutor(Zeiss.Calypso.OMMExecutor)>>returnData2object Zeiss.Calypso.OMMCFExecutor>>returnData2object Zeiss.Calypso.OMMCFExecutor>>singleStepReally Zeiss.Calypso.OMMCFExecutor>>singleStep Zeiss.Calypso.OMMCFExecutor class(Zeiss.Calypso.OMMExecutor class)>>singleStep: Zeiss.Calypso.OMCFabsolute(Zeiss.Calypso.OMNamedObjectWithContainerInfo)>>singleStep Zeiss.Calypso.OMMControlFeature(Zeiss.Calypso.OMMTaskWithReference)>>singleStep optimized [] in Zeiss.Calypso.OMMTask>>executeDirectly BlockClosure>>on:do: Zeiss.Calypso.OMMControlFeature(Zeiss.Calypso.OMMTask)>>executeDirectly Zeiss.Calypso.OMMControlFeature(Zeiss.Calypso.OMMTask)>>executeOneTimeWithProgressReport: Zeiss.Calypso.OMMControlFeature(Zeiss.Calypso.OMMTask)>>executeWithProgressReport: Zeiss.Calypso.OMMSetOfTasks(Zeiss.Calypso.OMOrderedList)>>executeOneTimeWithProgressReport: Zeiss.Calypso.OMMSetOfTasks(Zeiss.Calypso.OMOrderedList)>>executeWithProgressReport: Zeiss.Calypso.OMOrderedList>>executeOneTimeWithProgressReport: optimized [] in [] in Zeiss.Calypso.OMMeasDefinition>>executeWith:with: BlockClosure>>evaluate Zeiss.Calypso.OMWindowsHolder class>>executeAndProfile:with: optimized [] in Zeiss.Calypso.OMMeasDefinition>>executeWith:with: BlockClosure>>valueNowOrOnUnwindDo: Zeiss.Calypso.OMMeasDefinition>>executeWith:with: Zeiss.Calypso.OMMeasDefinition>>executeSubPart: Zeiss.Calypso.OMMeasDefinition>>executeActiveRunNoWatchDog: Zeiss.Calypso.OMMeasDefinition>>executeActiveRunWith: Zeiss.Calypso.OMMeasurement>>measureWith: Zeiss.Calypso.OMUITestplanEditor(Zeiss.Calypso.OMUIEditor)>>executeInspection optimized [] in [] in Zeiss.Calypso.OMUIEditor>>executeDefaultRun BlockClosure>>valueOnUnwindDo: optimized [] in Zeiss.Calypso.OMUIEditor>>executeDefaultRun BlockClosure>>valueOnUnwindDo: optimized [] in [] in [] in Zeiss.Basics.OMJobProcessor>>basicProcess:wait: OMExceptionSetWithoutNotification(ExceptionSet)>>handle:do: optimized [] in [] in Zeiss.Basics.OMJobProcessor>>basicProcess:wait: BlockClosure>>on:do: optimized [] in Process class>>forBlock:priority: #endOfMessage# What's the problem? Link to comment Share on other sites More sharing options...
[Ri...] Posted August 14 Share Posted August 14 is this misspelled? "Sphre PALPEUR REF" Should "Sphre" be Sphere"? Link to comment Share on other sites More sharing options...
[Se...] Posted August 16 Author Share Posted August 16 Please sign in to view this quote. Hello,Rick The feature name is not wrong. Link to comment Share on other sites More sharing options...
[Ri...] Posted August 16 Share Posted August 16 I was guessing at a mispelled word. What is catching my eye now is this part of the error. Please sign in to view this quote. Can you show some screen shots of the feature? As opened. and StrategyAs opened.PNGStrategy.PNG Link to comment Share on other sites More sharing options...
[Se...] Posted August 19 Author Share Posted August 19 Thanks for helping me solve the problem, Rick. Please check the photo. I use this program for calibration. 1. calibrate the master probe. 2. measure the master sphere with the master probe after calibration. 3. Calibrate the generic stylus. 4. After correction, measure the master sphere. 5. Compare the results with those of the sphere measured by the master probe.Error_3.JPGError_2.JPGError_1.JPG Link to comment Share on other sites More sharing options...
[Ri...] Posted August 20 Share Posted August 20 Using either of the PCM you posted and the same naming for the feature I am unable to generate any error, they both run as programmed. 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