<?xml version="1.0"?>
<rss version="2.0"><channel><title>ZEISS PiWeb Latest Topics</title><link>https://qualityforum.zeiss.com/forum/66-zeiss-piweb/</link><description>ZEISS PiWeb Latest Topics</description><language>en</language><item><title>Knopf zum umschalten auf Merkmale au&#xDF;er Toleranz mit Plot</title><link>https://qualityforum.zeiss.com/topic/26736-knopf-zum-umschalten-auf-merkmale-au%C3%9Fer-toleranz-mit-plot/</link><description><![CDATA[
<p>
	Hallo zusammen,
</p>

<p>
	ich würde in meinem PiWeb Report gerne meine Button-Leiste erweitern.
</p>

<p>
	Und zwar hätte ich gerne einen Knopf mit Verknüpfung bei dem per einfachen Klick nur noch Merkmale außer Toleranz und mit Zeilenvorlage austauschen sichtbar sind.
</p>

<p>
	Ist dies möglich?
</p>

<p>
	Also der knopf soll folgendes einstellen:
</p>

<p>
	Datenbindung ändern -&gt; Merkmale mit Messdaten -&gt; Merkmale außer Toleranz -&gt; Nur letzte Messung berücksichtigen
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14970" data-ratio="84.45" width="643" alt="image.png.281679a571d706ba85915421d0fa70a7.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/image.png.281679a571d706ba85915421d0fa70a7.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png">
</p>

<p>
	Und zusätzlich noch Zeilenvorlage austauschen -&gt; Detailiert -&gt; Merkmale außer Toleranz
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14972" data-ratio="82.56" width="579" alt="image.png.528dc3b9a34ef91ee49e2830a6ed2769.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/image.png.528dc3b9a34ef91ee49e2830a6ed2769.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png">
</p>

<p>
	 
</p>

<p>
	Ist dies möglich?
</p>

<p>
	Danke schon mal für die Unterstützung
</p>

]]></description><guid isPermaLink="false">26736</guid><pubDate>Fri, 29 May 2026 05:41:13 +0000</pubDate></item><item><title>PiWeb Ausgabe mit Bedingungen</title><link>https://qualityforum.zeiss.com/topic/26740-piweb-ausgabe-mit-bedingungen/</link><description><![CDATA[
<p>
	Hallo, 
</p>

<p>
	Ist es möglich, eine PiWeb Protokoll mit einer Bedingung aufzurufen? Ich würde gerne, wenn der Bediner im Protkollkopf "Letztteil" auswählt, ein zusätzliches PiWeb-Protkoll mit einem anderen Template abspeichern lassen. <br>
	<br>
	Gruß,
</p>

<p>
	 
</p>

<p>
	Matthias
</p>

]]></description><guid isPermaLink="false">26740</guid><pubDate>Fri, 29 May 2026 09:38:51 +0000</pubDate></item><item><title>K-Schl&#xFC;ssel Variable teilweise extrahieren</title><link>https://qualityforum.zeiss.com/topic/26766-k-schl%C3%BCssel-variable-teilweise-extrahieren/</link><description><![CDATA[
<p>
	Hallo zusammen,
</p>

<p>
	 
</p>

<p>
	ich habe ein recht spezielles Problem und finde dafür aktuell leider keine Lösung, auch meine Kollegen sind mit ihrem "Latein" am Ende.
</p>

<p>
	Deshalb hoffe ich hier im Forum auf das breite Schwarmwissen.
</p>

<p>
	Folgendes Thema:
</p>

<p>
	Von den Kollegen aus der Messtechnik wird eine Variable "Gravurnummer" befüllt. Die Gravurnummer hat zwischen 20-30 Zeichen, diese ist immer endkundenabhängig. Auch an welcher Position eine Information steht kann unterschiedlich sein, so auch die Position an der die Information zur Schweißvorrichtung steht. Was gleich ist, ist die Zeichenfolge, welche angibt, um welche Schicht + Vorrichtung es sich handelt. Die Schicht ist mit einem Buchstaben (A, B oder C) und einer Zahl für die entsprechende Schweißvorrichtung (1-8) gekennzeichnet.
</p>

<p>
	Beispielhafte Gravurnummern/Teileprägungen können so aussehen:
</p>

<p>
	26-133-<strong>C1</strong>-004-D  -&gt; Nachtschicht, Schweißvorrichtung 1
</p>

<p>
	26-133-<strong>C4</strong>-004-D -&gt; Nachtschicht, Schweißvorrichtung 4
</p>

<p>
	<strong>B3</strong>-26-133-004-D -&gt; Spätschicht, Schweißvorrichtung 3
</p>

<p>
	26133004D<strong>A1 </strong>-&gt;<strong> </strong>Frühschicht, Schweißvorrichtung 1
</p>

<p>
	Über Excel ist das nun recht leicht zu lösen:
</p>

<p>
	=MAX(WENNFEHLER(TEIL(A2;SUCHEN({"A";"B";"C"};A2)+1;1)*1;0))
</p>

<p>
	 
</p>

<p>
	Gibt es nun im PiWeb Planner die Möglichkeit die Variable "Vorrichtung" anzulegen, die sich aus der Variable "Gravurnummer" entsprechend nur die Zahl nach dem Buchstabe (A, B oder C) zieht? Sodass zum einen die Kollegen aus der Messtechnik nicht noch mehr Kopfdaten ausfüllen müssen und zum anderen über die PiWeb Monitor Funktion "Gruppieren" saubere Analysen gefahren werden können, ohne eben händisch die Gravurnummer nach der entsprechenden Vorrichtung absuchen zu müssen.
</p>

<p>
	Wichtig, über den Designer möchte ich das Problem nicht lösen, weil ich eben dann nicht Gruppieren kann und ich kann zwar händisch schreiben und über einen Button in die Datenbank schreiben lassen, aber auch das ist zu fehleranfällig, weil es ein manueller Prozess ist. Das müsste schon automatisiert funktionieren.
</p>

<p>
	 
</p>

<p>
	Ich hoffe das Problem habe ich verständlich rüberbringen können und im besten Fall hat mir  jemand eine Antwort.
</p>

<p>
	Verwendete Version
</p>

<p>
	PiWeb 2025 R2.10
</p>

<p>
	 
</p>

<p>
	Schönen Feiertag
</p>

<p>
	 
</p>

<p>
	Beste Grüße
</p>

<p>
	Marvin
</p>

]]></description><guid isPermaLink="false">26766</guid><pubDate>Wed, 03 Jun 2026 12:17:50 +0000</pubDate></item><item><title>Drop-down filter</title><link>https://qualityforum.zeiss.com/topic/26596-drop-down-filter/</link><description><![CDATA[
<p>
	<span style="background-color:#ffffff;color:#353c41;font-size:14px;">Can I create a drop-down list that I can use to filter by Part. I don't want users to use filters</span>
</p>

]]></description><guid isPermaLink="false">26596</guid><pubDate>Tue, 12 May 2026 10:35:41 +0000</pubDate></item><item><title>Wrong Symmetry Symbol in Measurement Report</title><link>https://qualityforum.zeiss.com/topic/26708-wrong-symmetry-symbol-in-measurement-report/</link><description><![CDATA[
<p>
	Our customer has raised a concern regarding a somewhat unusual, or possibly incorrect, symbol shown in our measurement report. This has led to some uncertainty on their side as to whether the characteristic is being measured correctly.
</p>

<p>
	We checked the inspection plan, and the symmetry characteristic is selected in CALYPSO in the normal way. The measurement itself therefore appears to be set up correctly from our point of view.
</p>

<p>
	Have you perhaps seen this before, or do you have any idea what could cause this different symbol to be displayed in the report?
</p>

<p>
	Thank you in advance for your support.<img class="ipsImage ipsImage_thumbnailed" data-fileid="14908" data-ratio="26.95" width="679" alt="2026-05-22_09h17_20.png.c1fe8ae16adbb84f4236cbc278e6536a.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/2026-05-22_09h17_20.png.c1fe8ae16adbb84f4236cbc278e6536a.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png">
</p>

]]></description><guid isPermaLink="false">26708</guid><pubDate>Wed, 27 May 2026 12:29:04 +0000</pubDate></item><item><title>Cad-Presentation in PiWeb</title><link>https://qualityforum.zeiss.com/topic/9162-cad-presentation-in-piweb/</link><description><![CDATA[
Can I add a Cad-Presentation into a PiWeb report (not full page)?  I am looking at reporting the flatness with the cad model for reference.<br>
<br>
Thanks for any help.<br>
<br>
-Bob
]]></description><guid isPermaLink="false">9162</guid><pubDate>Tue, 21 Apr 2020 02:03:13 +0000</pubDate></item><item><title>User-Defined Report Header Variables Don't Show in PiWeb Designer</title><link>https://qualityforum.zeiss.com/topic/26548-user-defined-report-header-variables-dont-show-in-piweb-designer/</link><description><![CDATA[
<p>
	We are implementing the use of PiWeb and need to add a custom header variable to the report. I have defined my variable under "Resources-Design Custom Report-Editor for User-Defined Report Header Variables" and mapped it to a K value. My variable appeared under "Select Report Header Parameters" and I checked the box under "Run" and "Measurement." Then I closed PiWeb Designer and reran my program. All of these actions were taken per instructions I found online.
</p>

<p>
	When I go to PiWeb designer to add the variable to the header, my custom variables to not appear under "Variable-Data provider-Measurement" or any of the other drop downs. I am not sure where I am going wrong. Does anyone have any troubleshooting ideas I can try?
</p>

]]></description><guid isPermaLink="false">26548</guid><pubDate>Wed, 06 May 2026 18:37:07 +0000</pubDate></item><item><title>Question about TableProtocol</title><link>https://qualityforum.zeiss.com/topic/26572-question-about-tableprotocol/</link><description><![CDATA[
<p>
	Hello,
</p>

<p>
	I have a question about the TableProtocol and Text element.<br>
	For example, I need to inspect a thread and want to mention it in the report using a Text element. In the comment field of the Text element, I enter whether the thread is OK or not OK.<br>
	In a standard report, the column for the result simply remains blank.<br>
	However, when I create a TableProtocol, it shows 0.00 in the measurement result field.<br>
	Is there a way to remove the 0.00?<br>
	See pictures below.
</p>

<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_05/StandardProtocol.JPG.f2b1caf37905fd33259ca224ff4a4e4f.JPG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14556" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/StandardProtocol.JPG.f2b1caf37905fd33259ca224ff4a4e4f.JPG" data-ratio="9.5" width="705" class="ipsImage ipsImage_thumbnailed" alt="StandardProtocol.JPG"></a></p>
<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_05/TableProtocol.JPG.305aa7d6688b9c966fd9728712678e9e.JPG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14558" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/TableProtocol.JPG.305aa7d6688b9c966fd9728712678e9e.JPG" data-ratio="8.49" width="754" class="ipsImage ipsImage_thumbnailed" alt="TableProtocol.JPG"></a></p>
]]></description><guid isPermaLink="false">26572</guid><pubDate>Fri, 08 May 2026 11:41:05 +0000</pubDate></item><item><title>Visuals not appering?</title><link>https://qualityforum.zeiss.com/topic/26602-visuals-not-appering/</link><description><![CDATA[
<p>
	Howdy, I'm trying to get a cad view image of a profile and it doesn't appear on my report. just a white screen. no error msgs or anything like that. Any help would be appreciated
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpg" data-fileid="14642" href="https://qualityforum.zeiss.com/uploads/monthly_2026_05/Screenshot2026-05-12094201.jpg.befbe210dff5cba7b3e3c8ba21c19c0a.jpg" rel=""><img alt="Screenshot2026-05-12094201.thumb.jpg.bf3ed3e5d56d7c41c85dd18bcf7ef03b.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="14642" data-ratio="125.00" style="height:auto;" width="600" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/Screenshot2026-05-12094201.thumb.jpg.bf3ed3e5d56d7c41c85dd18bcf7ef03b.jpg" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"></a>
</p>

]]></description><guid isPermaLink="false">26602</guid><pubDate>Tue, 12 May 2026 15:56:04 +0000</pubDate></item><item><title>Error printing report after program run</title><link>https://qualityforum.zeiss.com/topic/26612-error-printing-report-after-program-run/</link><description><![CDATA[
<p>
	I am running a program that has been run many times before, but now I am having an error come up and I cannot get the report to open or print, or the results to save to the computer.  I am attaching the error report so you can look at it and hopefully help.  Thanks for anything that you can help with.
</p>
<p>
<a class="ipsAttachLink" href="https://qualityforum.zeiss.com/applications/core/interface/file/attachment.php?id=14680&amp;key=7fe049c6731cef9826b9e5d0289be973" data-fileext="pdf" data-fileid="14680" data-filekey="7fe049c6731cef9826b9e5d0289be973">Scan_20260513.pdf</a></p>
]]></description><guid isPermaLink="false">26612</guid><pubDate>Wed, 13 May 2026 12:23:19 +0000</pubDate></item><item><title>Measurement period</title><link>https://qualityforum.zeiss.com/topic/26481-measurement-period/</link><description><![CDATA[
<p>
	<span lang="en" xml:lang="en">How can I display the selected measurement period on the protocol? For example, 01.04.2026 - 25.04.2026?</span>
</p>

]]></description><guid isPermaLink="false">26481</guid><pubDate>Wed, 29 Apr 2026 11:03:52 +0000</pubDate></item><item><title>OK - NOK display. (Checkbox)</title><link>https://qualityforum.zeiss.com/topic/26479-ok-nok-display-checkbox/</link><description><![CDATA[
<p>
	<span lang="en" xml:lang="en">I get 2 values </span><span lang="en" xml:lang="en"></span><span lang="en" xml:lang="en">from the database 1 and 0. How can I display this on a protocol with a Checkbox? If 1 then OK if 0 then NOK. I would like to display the measurements of the last day or month in one line.</span>
</p>

]]></description><guid isPermaLink="false">26479</guid><pubDate>Wed, 29 Apr 2026 11:01:40 +0000</pubDate></item><item><title>Surface Profile Reporting in PiWeb</title><link>https://qualityforum.zeiss.com/topic/26544-surface-profile-reporting-in-piweb/</link><description><![CDATA[
<p>
	Similar to how a line profile is plotted in Piweb, does anyone know if we can do the same via surface profile? When I go to plot the PiWeb graph, the plot button is not there.
</p>

<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_05/lineprofile.png.40e8b5144dca1d9a201412b948756244.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14494" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/lineprofile.png.40e8b5144dca1d9a201412b948756244.png" data-ratio="97.55" width="368" class="ipsImage ipsImage_thumbnailed" alt="line profile.png"></a></p>
<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_05/surfaceprofile.png.1e0a6c55ab8112ad7830d8653373de8e.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14496" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_05/surfaceprofile.png.1e0a6c55ab8112ad7830d8653373de8e.png" data-ratio="97.78" width="361" class="ipsImage ipsImage_thumbnailed" alt="surface profile.png"></a></p>
]]></description><guid isPermaLink="false">26544</guid><pubDate>Wed, 06 May 2026 11:27:26 +0000</pubDate></item><item><title>Dark Mode &#x200B;&#x1F924;&#x200B;</title><link>https://qualityforum.zeiss.com/topic/26390-dark-mode-%E2%80%8B%F0%9F%A4%A4%E2%80%8B/</link><description><![CDATA[
<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://qualityforum.zeiss.com/uploads/monthly_2026_04/image.png.99948df4daeba74941ecfeaeb16519d3.png" data-fileid="14150" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="14150" data-ratio="176.89" width="424" alt="image.thumb.png.f8f5f60aada27aebd1cb9126cafa706c.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_04/image.thumb.png.f8f5f60aada27aebd1cb9126cafa706c.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	 
</p>

<p>
	I love Dark Mode. I'm excited for Calypso to have this. 
</p>

]]></description><guid isPermaLink="false">26390</guid><pubDate>Thu, 16 Apr 2026 13:58:34 +0000</pubDate></item><item><title>Variable einen Wert zuweisen</title><link>https://qualityforum.zeiss.com/topic/25875-variable-einen-wert-zuweisen/</link><description><![CDATA[
<p>
	Moin,<br>
	<br>
	Mein erstes Post bei PiWeb, bitte schon mal um Entschuldigung für einfache Fragen... <span class="ipsEmoji">🙂</span><br>
	CALYPSO 7.4.24, PiWeb 8.2.31<br>
	<br>
	Ich habe eine benutzerdefinierte beschreibbare Variable myPrint mit 0 vorbelegt. Mögliche Werte sind 0 und 1, also Boolean.<br>
	Eine Protokollkopf variable u_print ebenfalls mit 0 oder 1.<br>
	Test anzeigen eines Textes im Protokollfuß: <span style="color:#7f007f;">${</span><span style="color:#008a8a;">IfEqual</span>(<span style="color:#008a8a;">Qdb.Property</span>(<span style="color:#ea7300;">"u_print"</span>),<span style="color:#ea7300;">"1"</span> ,<span style="color:#ea7300;">"We need Wurst"</span> )<span style="color:#7f007f;">}</span><br>
	Die variable u_print wir im Protokollfuß des PiWeb Formulars leider nicht ausgewertet ( warum auch immer...?? ). Gleicher Test im Container Header funktioniert aber.<br>
	<br>
	Idee:<br>
	Eine hoffentlich globale variable myPrint zu nutzen um den status von u_print in den Protokollfuß zu "transportieren". Also im Header folgendes:<br>
	<span style="color:#7f007f;">${</span><span style="color:#008a8a;">IfEqual</span>(<span style="color:#008a8a;">Qdb.Property</span>(<span style="color:#ea7300;">"u_print"</span>),<span style="color:#ea7300;">"1"</span> ,<font color="#ea7300">myPrint = 1</font> )<span style="color:#7f007f;">} </span><br>
	Im Protokollfuß dann den test auf myPrint:<br>
	<span style="color:#7f007f;">${</span><span style="color:#008a8a;">IfEqual</span>(<font color="#008a8a">myPrint</font>,<span style="color:#ea7300;">"1"</span> ,<span style="color:#ea7300;">"We need Wurst"</span> )<span style="color:#7f007f;">}</span><br>
	<br>
	Die Zuweisung myprint = 1 funktioniert aber nicht<span class="ipsEmoji">😒</span><br>
	Wie weise ich einer Variablen einen Wert zu?<br>
	Und wieso funktioniert u_print nicht im Protokollfuß??<br>
	<br>
	Beste Grüße<br>
	Karsten
</p>

]]></description><guid isPermaLink="false">25875</guid><pubDate>Tue, 17 Feb 2026 13:59:23 +0000</pubDate></item><item><title>Table filtering</title><link>https://qualityforum.zeiss.com/topic/26320-table-filtering/</link><description><![CDATA[
<p>
	Hello,
</p>

<p>
	Is it possible to hide table rows which are based on the calculated value? I want to show only rows which have 1.000 (green rect), the rest with 0.000 (red cross) should be hidden.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://qualityforum.zeiss.com/uploads/monthly_2026_04/image.png.e3b99f5bc1b965f19425599f6cef1687.png" data-fileid="13996" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="13996" data-ratio="14.31" width="999" alt="image.thumb.png.e0dce3d0e495f832b66ef2525ff79ce6.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_04/image.thumb.png.e0dce3d0e495f832b66ef2525ff79ce6.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	I use advanced filter by expression and I use the name for this column "filtr" but it doesn't work:
</p>

<p>
	${Equal(Value("filtr"), 1)}
</p>

<p>
	Filtering by characteristisc within or out of tolerance works.
</p>

<p>
	I also created my own variable (filter) and changed 1.000 with 'yes' and 0.000 with 'no' and use the expression:
</p>

<p>
	${List.Contains(filter, "yes")} also doesn't work.
</p>

]]></description><guid isPermaLink="false">26320</guid><pubDate>Wed, 08 Apr 2026 07:53:11 +0000</pubDate></item><item><title>Probe Radius missing on PlotProtocol</title><link>https://qualityforum.zeiss.com/topic/26302-probe-radius-missing-on-plotprotocol/</link><description><![CDATA[
<p>
	PiWeb 2025, I can't figure out why it does not show my probe radius in the PlotProtocol page.
</p>

<p>
	 
</p>

<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_04/Capture2.GIF.b89fa5f2d979902fbd060fe1a8bf6158.GIF" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="13950" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_04/Capture2.thumb.GIF.d728b8aa06cfd4fda31bb2d845dcc998.GIF" data-ratio="62.61" width="1308" class="ipsImage ipsImage_thumbnailed" alt="Capture2.GIF"></a></p>
]]></description><guid isPermaLink="false">26302</guid><pubDate>Mon, 06 Apr 2026 18:38:22 +0000</pubDate></item><item><title>Unintended breakdown of results in Piweb Plus</title><link>https://qualityforum.zeiss.com/topic/26238-unintended-breakdown-of-results-in-piweb-plus/</link><description><![CDATA[
<p>
	Hi all,
</p>

<p>
	For a Gage R&amp;R study, I took &gt;50 measurements of the same tool by using a loop.
</p>

<p>
	Halfway through the measurements, the measurement data is (unintended) saved in a second set (#23-#28) and near the end in a third set (#50-#52). In the meantime and at the end the results are saved in the original set. See attached screenshots.
</p>

<p>
	 
</p>

<p>
	I really have no idea what's causing this. Any suggestions?
</p>

<p>
	screenshots.<img class="ipsImage ipsImage_thumbnailed" data-fileid="13846" data-ratio="103.89" width="386" alt="Overview.png.cf7b2ca842429b6c8c41fe6563ac9c0d.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/Overview.png.cf7b2ca842429b6c8c41fe6563ac9c0d.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"><a class="ipsAttachLink ipsAttachLink_image" href="https://qualityforum.zeiss.com/uploads/monthly_2026_03/Originalfile.png.b46654405aabcffdfc7c68e97070044b.png" data-fileid="13844" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="13844" data-ratio="98.94" width="758" alt="Originalfile.thumb.png.62cc4aeb8b7d7b880bedb0e20bc49d70.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/Originalfile.thumb.png.62cc4aeb8b7d7b880bedb0e20bc49d70.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"></a><img class="ipsImage ipsImage_thumbnailed" data-fileid="13842" data-ratio="35.59" width="885" alt="2ndfile.png.3397ac52b1e5976821cc19e57d02b111.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/2ndfile.png.3397ac52b1e5976821cc19e57d02b111.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"><img class="ipsImage ipsImage_thumbnailed" data-fileid="13840" data-ratio="28.13" width="832" alt="3rdfile.png.7faad8d61b921bd87e6f113e5b260bff.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/3rdfile.png.7faad8d61b921bd87e6f113e5b260bff.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png">
</p>

]]></description><guid isPermaLink="false">26238</guid><pubDate>Mon, 30 Mar 2026 07:41:53 +0000</pubDate></item><item><title>New User having a hard time with reports</title><link>https://qualityforum.zeiss.com/topic/26181-new-user-having-a-hard-time-with-reports/</link><description><![CDATA[
<p>
	Hey guys, I'm struggling with getting reporting set up correctly.
</p>

<p>
	Biggest current problem is we run parts in batches, so I need to report the same dims for multiple parts in the same fixture. So I would setup the first part and make the callout in Characteristics, then copy/paste that callout and change the name for say ten parts. Hit Run and the CMM will run the dim ONCE, move to nominal position and the report will generate showing the same result for every dim.
</p>

<p>
	My plan is to hit Run, it runs the dim, I switch in the next part and it runs it again. Then at the end of all this it shows the results for each part.
</p>

<p>
	Any assistance would be appreciated.
</p>

]]></description><guid isPermaLink="false">26181</guid><pubDate>Thu, 19 Mar 2026 01:54:21 +0000</pubDate></item><item><title>Reporting which point is the maximum/minimum result</title><link>https://qualityforum.zeiss.com/topic/26147-reporting-which-point-is-the-maximumminimum-result/</link><description><![CDATA[
<p>
	I'm reporting the maximum and minimum results from 48 characteristics.
</p>

<p>
	In the templates shown below, it shows which point is the max and which is the min.
</p>

<p>
	Is there a way to report that information?
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13661" data-ratio="85.06" width="629" alt="image.png.466dae0b4669b33b94c126018cb076b0.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/image.png.466dae0b4669b33b94c126018cb076b0.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png">
</p>

]]></description><guid isPermaLink="false">26147</guid><pubDate>Mon, 16 Mar 2026 20:33:48 +0000</pubDate></item><item><title>Renaming characteristics</title><link>https://qualityforum.zeiss.com/topic/26111-renaming-characteristics/</link><description><![CDATA[
<p>
	I renamed my characteristics to add an index number in front of them.  Ex. changing "Pin CL to G1"  to "#119 Pin CL to G1".  I added the #xxx to all the characteristics but when I run the trend or table protocol reports the old name still shows up with the original data, with the renamed one as a new row.  Many have worked like the 619 but is there a way to merge the data in the ones that separated? 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://qualityforum.zeiss.com/uploads/monthly_2026_03/image.png.823afa804f121bd618c4989cdd0d9b2e.png" data-fileid="13623" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="13623" data-ratio="12.41" width="999" alt="image.thumb.png.50bd1c96d6e9bb42d6cbf3a4d3c47445.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/image.thumb.png.50bd1c96d6e9bb42d6cbf3a4d3c47445.png" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Thanks.
</p>

]]></description><guid isPermaLink="false">26111</guid><pubDate>Thu, 12 Mar 2026 12:00:53 +0000</pubDate></item><item><title>PiWeb will not create reports</title><link>https://qualityforum.zeiss.com/topic/25887-piweb-will-not-create-reports/</link><description><![CDATA[
<p>
	Hello all,
</p>

<p>
	We're running Calypso 8.0 and PiWeb basic. The reports will not show up at the end of program on random programs. Some will spit out a report just fine and others, even when recreated, will not output any report. Was this a known condition with PiWeb for 8.0? I saw there is a new service pack but it's for the enterprise version, does that fix the issue with basic?
</p>

<p>
	 
</p>

<p>
	Regards,
</p>

<p>
	Scott
</p>

]]></description><guid isPermaLink="false">25887</guid><pubDate>Wed, 18 Feb 2026 15:19:09 +0000</pubDate></item><item><title>PROBE DATA</title><link>https://qualityforum.zeiss.com/topic/25937-probe-data/</link><description><![CDATA[
<p>
	Is it possible to get information from an external PCM file into Piweb report?   I have an external pcm file that gets probe information and validates it... before you ask I know i can use the probe qual inside a program or use result element also... we didn't do that setup so i do not want to go back into 1400 programs to do it....   I probably can use a new header variable do set my variables to, but with multiple probes being used in the programs, i really do not know how to set that up on a loop. 
</p>

<p>
	What my file contains is a loop with the probes used in the program (based on another text file we put in the inspection folder) and checks for our probe qualification data. so if a program has three probes it would be  PROBE(1), PROBE(2), PROBE(3)  and what ever variable I have to check ( getProbe(Probe(1)).stdProbeDev  for an example). 
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>

]]></description><guid isPermaLink="false">25937</guid><pubDate>Wed, 25 Feb 2026 12:36:08 +0000</pubDate></item><item><title>PIweb Report</title><link>https://qualityforum.zeiss.com/topic/25997-piweb-report/</link><description><![CDATA[
<p>
	My PiWeb reporting crash once I Installed service pack version 7.8.2007 .Once I completed part inspection the report unable to auto generate 
</p>

<p><a href="https://qualityforum.zeiss.com/uploads/monthly_2026_03/Screenshot2026-03-03165253.png.3dd1ba07372f4426340324ea16e7f0dc.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="13431" src="https://qualityforum.zeiss.com/applications/core/interface/js/spacer.png" data-src="https://qualityforum.zeiss.com/uploads/monthly_2026_03/Screenshot2026-03-03165253.thumb.png.402307350b077d9cba74140b57fa23e2.png" data-ratio="13.11" width="999" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2026-03-03 165253.png"></a></p>
]]></description><guid isPermaLink="false">25997</guid><pubDate>Tue, 03 Mar 2026 11:19:11 +0000</pubDate></item><item><title>auto export piweb reports</title><link>https://qualityforum.zeiss.com/topic/25723-auto-export-piweb-reports/</link><description><![CDATA[
<p>
	hello all,
</p>

<p>
	i was wondering if it is possible to auto export your reports sequentially numbered into a specific folder without having to do it after each part run. i have multiple programs set up as a pallet and it would be nice to let it run a 5x5 pallet without having to save each report manually. if i dont save the report in time, the next part's report overrides the previous one. thank you for any help.
</p>

<p>
	Greg S
</p>

]]></description><guid isPermaLink="false">25723</guid><pubDate>Mon, 02 Feb 2026 18:03:15 +0000</pubDate></item></channel></rss>
