[An...] Posted August 15, 2023 Share Posted August 15, 2023 Is there a way in PiWebb to access qualification data? Date/time/styli/position/sigma value are specifically what I am looking for. Thanks In advance! Link to comment Share on other sites More sharing options...
[Th...] Posted August 15, 2023 Share Posted August 15, 2023 If you have a qualification program, you can add result elements that use the getProbe() method to populate a Piweb database. In the PCM manual, it's at the bottom of page 116, or 1-106 if you're following the Zeiss page numbers. Link to comment Share on other sites More sharing options...
[An...] Posted August 15, 2023 Author Share Posted August 15, 2023 Thomas - That is definitely the direction I needed, and I feel I am very close to getting it to work but I think I am having an issue with the syntax. Looking at other examples online I am trying to do getProbe("1" "002").StdProbeDev but the result is always "9999". I am not sure what each of those strings means. I am assuming what I have above is position #1 and probe #2? I do not have the PCM manual but I am looking for it. Link to comment Share on other sites More sharing options...
[Th...] Posted August 15, 2023 Share Posted August 15, 2023 The file path is C:\Program Files (x86)\Zeiss\CALYPSO 7.0\userinfo\manuals\en\Calypso_02_PCM.pdf Substitute 7.0 for whatever version you're currently on. The formula you provided would report the sigma of the stylus named "1" on the stylus system named "002". You're missing a comma between the stylus and system values, and the S in StdProbeDev should not be capitalized. It's all case-sensitive. 9999 I think is the default returned value when a formula is invalid. Link to comment Share on other sites More sharing options...
[Je...] Posted August 16, 2023 Share Posted August 16, 2023 Please sign in to view this quote. Please review the ZEISS PORTAL KNOWLEDGE BASE https://portal.zeiss.com/knowledge-base ... &id=522752 https://portal.zeiss.com/knowledge-base ... id=1796262 Link to comment Share on other sites More sharing options...
[Je...] Posted August 16, 2023 Share Posted August 16, 2023 Please review the ZEISS PORTAL KNOWLEDGE BASE https://portal.zeiss.com/knowledge-base ... &id=523009 https://portal.zeiss.com/knowledge-base ... &id=443334 Link to comment Share on other sites More sharing options...
[An...] Posted August 16, 2023 Author Share Posted August 16, 2023 Got it figured out. Thanks Link to comment Share on other sites More sharing options...
[De...] Posted August 13 Share Posted August 13 Not to resurect old posts, but is this kind of thing possible without PCM? Link to comment Share on other sites More sharing options...
[Ky...] Posted August 13 Share Posted August 13 The code used in the documents Jeff posted last year do not require PCM to run. PCM would just make it easier to find in this case. If you are careful in writing it out, it should still work without PCM. 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