Jump to content

Qualification Data into PiWebb


---
 Share

Recommended Posts

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

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

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

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

  • 11 months later...
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

 Share

×
×
  • Create New...