für ZZ angelegt 1991-09-17 für ANNA aktualisiert 2003-11-22

Help and Introduction to program system PRO-TEST

STAT

Evaluation and Documentation of Teste results without test station:


Index, Table of contents


ORDER MANAGEMENT
FILE
REPORTS
output to printer / screen MEAS.DATA in tabular form

Overview about the help files.


ORDER MANAGEMENT

choose article out of list

choose the article, you want to test, out of list of articles. The test program belonging to the article will be reserved for the further use.

select list of articles:

If there are different list of articles available - e.g., for different product ranges or test departments - one can select here the suitable list for the further use.

choose order out of list:

If the test order is listed in the list of orders, you can select the test order here.

select list list of orders:

If there are different list of orders available - e.g., for different product ranges or test departments - one can select here the suitable list for the further use.


FILE

choose test program

The program offers the available test programs for the choice. The test program determines in which directory the test file is to be searched.

choose test file

If no test program was yet selected, the program offers the available test programs for the choice.
Select an available test file. However, a file name can be also entered.

view file header

view file header of test file


REPORTS - various report forms for the whole test batch

first unDer ORDER MANAGEMENT or FILE select test batch or file, you want to display, then the desired representation:

QS-Report, only passed items

STATISTICS as delivered as a voucher for the customer without statements to the faulty items which were sorted out.
QS-Report, all items STATISTICS as taken as a voucher for the produced quality.

delivery report

Short report on one page as a voucher for the production.

special Report

Special report, e.g., for lab with table of the measured data.

representation forms of the results in the report:


Error statistics: numbers of the findings referred to items

Identification numbers: average, standard deviation, Min and Max's worth.
As an outlier classified items are excluded with the calculation.

Histogramm: frequency distribution in 10 classes of identical width and 2 rest classes (on top and below) as a bar chart

Table: Every single measuring worth is recorded in a table. Faulty measured data are highlighted.


Measured Data in tabular form


The single measured data of the whole test batch are displayed in tabular form namely as a table with optimum space exploitation on the printer.
Output on PRINTER / MONITOR

Table of all measured data

Print out measured data of the whole test batch as a table.

Table of passed test blocks

Print out measured data of passed items or test blocks only.

table of test blocks not passed

Print out measured data of items or test blocks which have not passed the test.

Ergebnisdatei komplett SQL-Datenbank senden (optional)

Optionale Erweiterung zur Übertragung der Ergebnisse in eine zentrale Datenbank - kundenspezifisch.


TESTBLOCK

Ein Testblock ist ein selbständiger Testlauf, der nach dem Start der Messung bis zur Erstellung des Gesamtbefunds automatisch abläuft.
Ein Testblock kann mehrere Exemplare umfassen z.B. wenn mit Hilfe eines Relaisscanners ein komplettes Magazin mit mehreren Ableitern in einem Durchgang geprüft wird, kann aber auch nur ein Exemplar enthalten.
Jeder einzelne Messwert wird während des Testlaufs aufgezeichnet.
Eine vollständige Rekonstruktion des Testverlaufs ist nachträglich möglich.

einzelnen Testblock laden

Jeder Testblock ist in der Testdatei einzeln zugänglich und kann ausgewählt und in die interne Liste der Messwerte geladen werden. Alle weiteren Analysen und Darstellungen basieren auf dem Testblock, der aktuell geladen ist.

ANZEIGEN wie beim Test

Die Anzeige, wie sie beim Test des aktuellen Testblocks vorlag, rekonstruieren.

Befunde nach Positionen dokumentieren

Ausgabe auf DRUCKER / BILDSCHIRM
einer Übersicht über die Befunde geordnet nach Testpositionen.
Fehlerorte : Die Befunde eines Testlaufs werden am Ort ihres Auftretens gezeigt (z.B. fuer die Reparatur oder zum Aussuchen).
Fehlerorte angezeigt im Adapterbild

Tabelle

Ausgabe auf DRUCKER / BILDSCHIRM
der Tabelle der Messwerte für den aktuell geladenen Testblock.

Messwerte mit voller Information

Liste aller Messwerte

Ausgabe auf DRUCKER / BILDSCHIRM
der detaillierten Liste aller Messwerte des aktuell geladenen Testblocks.

Liste guter Messwerte

Ausgabe auf DRUCKER / BILDSCHIRM
der detaillierten Liste der als gut befundenen Messwerte.

Liste fehlerhafter Messungen

Ausgabe auf DRUCKER / BILDSCHIRM
der detaillierten Liste der als fehlerhaft befundenen Messwerte.

Testblock Messwerte elementar sichten

Ausgabe auf DRUCKER / BILDSCHIRM
zeilenweise Übersicht über die bei den einzelnen Messungen übermittelten Daten aus der Messeinrichtung.





Gestaltung eines Reports:

Bedeutung der Buchstaben als Steuerzeichen
Nur Großbuchstaben!


A: // LIST0.KopfReport(TextZeile(STatsy,65)); MX_DOKU.appKopfReport(0); // slTitel bleibt

// Befundliste wenn summe aller geprueften Exemplare > 0 sonst nur TitelZeile B: // nur belegte Befunde : PRG_pog^..DIAG_tab_pt^.list_stat(0,STT_pog^.summ^.get_sum(0)); PRG.DPP.PzDIA.appDokuListStat(false,SUM.getSum(0)); C: // alle Befunde : PRG_pog^..DIAG_tab_pt^.list_stat(2,STT_pog^.summ^.get_sum(0)); PRG.DPP.PzDIA.appDokuListStat(true,SUM.getSum(0));

// summarische Uebersicht D: // STT_pog^.summ^.list_gut; SUM.appDokuGut(); E: // STT_pog^.summ^.list_all; SUM.appDokuAll();

F: // STT_pog^.kopf_DMP_kurz; getLosNameTime (&s); MX_DOKU.appZeile(&s);

// Sortierliste wenn summe aller geprueften Exemplare > 0 sonst nur TitelZeile 'G': // nur belegte / PRG_pog^..SORT_tab_pt^.list_stat(0,STT_pog^.summ^.get_sum(0)); PRG.DPP.PzDSO.appDokuListStat(false,SUM.getSum(0)); 'H': // alle / PRG_pog^..SORT_tab_pt^.list_stat(2,STT_pog^.summ^.get_sum(0)); PRG.DPP.PzDSO.appDokuListStat(true,SUM.getSum(0));

// statistische Kennzahlen case 'I': //{modus = 1: nur gute Exemplare Kennzahlen case 'J': //{modus = 2: KX + HISTO case 'K': //{modus = 3: gute+fehlerhafte Exemplare Kennzahlen case 'L': //{modus = 4: KX + HISTO PRG.DPP.PzDST.appDokuListStat(c-'H');

//(* Toleranzenliste ausgeben: Befundklassen aufgelistet mit zugehoerigen Toleranzen*) case 'M': // {modus = 0: alle } case 'N': // {modus = 1: geradzahlige Limits case 'O': // {modus = 2: gute PRG.DPP.PzDTO.appDokuListDiag(c-'M');

// Produkt und Kommission case 'P': //vormals LIST0.listZeile(STT_pog^.head_str); PRG.DPP.DVG.getArtKomm(&s); MX_DOKU.appZeile(&s); break;

case 'R': // Bemerkungen zum Los / vormals STT_pog^.list_rem; // dokuRem PRG.DPP.DVG.appDokuRem(); break;

case 'S': // LIST0.nextSeite; MX_DOKU.appSeitenUmbruch(); break;

case 'T': // LIST0.Trennlinie (70); MX_DOKU.appTrennZeile(0); break;

// Tabelle der URwerte - Messwerte case 'U': // alle DUR2report (PRG_pog^,STT_pog^.DUR_ptr^); case 'V': // nur für gute Exemplare case 'W': // nur für fehlerhafte Exemplare //reportDurTab(c-'U') appDokuReportDurTab(c-'U'); // modus 0..2 break;

// Leerzeile case 'Z': // LIST0.nextZeile; MX_DOKU.LineFeed(1); break;












End of Doc