Show TOC

Background documentationData Collection Maintenance Locate this document in the navigation structure

 

You use this activity to define DC groups. DC groups contain data parameters that allow you to collect data values at various points in the manufacturing process. You can collect data for SFC numbers, work centers, and resources. For more information, see Data Collection (DC).

This activity allows you to do the following:

  • Create and maintain DC groups

  • Create and maintain data parameters

  • Attach DC groups to various objects

  • Assign general limits for numeric data parameters

  • Specify how to collect custom data for DC groups

  • Assign SPC chart for SPC analysis (see Statistical Process Control (SPC))

For more information, see Setting Up Data Collection.

Fields

The following tables describe fields requiring explanation:

Main Tab Page

Field

Description

Status

The status of the DC group

Releasable: Users can use the DC group without any restriction. The DC group appears during data collection.

New: Users cannot use this DC group, but they can change the record. It does not appear during data collection.

Hold: Users cannot use this DC group. This status is temporary. Users can change the status of this record. A DC group with a status of Hold does not appear during data collection.

Frozen: Users can use this DC group. The DC group appears during data collection.

Obsolete: Users cannot use this DC group. This DC group is no longer used. It does not appear during data collection.

Collection Type

SFC: The collected parameter values are associated with an SFC number.

Resource: The collected parameter values are associated with a resource.

Work Center: The collected parameter values are associated with a work center.

Collect Data At

Defines when the data collection occurs during production.

Start/Complete: Collects data during either the Start or Complete transactions

Start: Collects data during the Start transaction

Complete: Collects data during the Complete transaction

Anytime: Collects data at any stage of the operation

Collection Method

Identifies how the data is collected

Manual – Single: Collects data individually for each SFC number

Manual – Multiple: Collects data once for a group of SFC numbers (data parameter values are copied to each SFC number)

For more information, see Approaches to Collection of Data.

ERP Group

If selected, data parameters of the current DC group are passed to SAP ERP

Note that this checkbox is visible only if the ERP Integration Active system rule is set to true.

QM Inspection Group

If selected, the current DC group is used for sample inspection

Note that the value of this field is transferred from SAP ERP and is read-only. For more information, see SAP ME ERP Integration (SAPMEINT).

Pass/Fail Group

If selected, the current DC group is a pass/fail group.

Note that if you select this checkbox, the system selects and disables the Override Min/Max checkbox on the Main tab page of the Parameter Detail screen.

User Authentication Required

If selected, users must identify themselves with the user name and password before collecting data for a DC group.

Certification

Specifies that the indicated certification is required for performing the data collection for this DC group

Main Tab Page on the Parameter Detail Screen

Field

Description

Sequence

The order in which data is collected when there are multiple data parameters to collect. If multiple data parameters have the same sequence number, they are collected in alphabetical order.

Parameter Name

The name of the information for which you are collecting data

Allow Missing Values

Allows an operator to save the collected data for the DC group by entering a special character in place of missing values. The user can then use the DC Edit activity to replace the special character with a data value. The default character is M, unless defined differently in the LocaleSpecificText.properties file.

Display Data Values

If selected, the Type, Mask, Min Value, Max Value and Unit of Measure field values appear in the DC parameter list of the DC plug-in

Type

Numeric: The type of the collected information is numeric.

Boolean: The type of the collected information is boolean. The valid choices are defined in the 0 Value and 1 Value fields.

Note that selecting the Boolean option disables Min Value, Max Value, and Mask fields, and the Override Min/Max checkbox.

Formula: The collected information is calculated according to the formula that the user enters (see Writing Formula Scripts)

Note that selecting the Formula option activates the Formula button and disables the 0 Value and 1 Value fields.

Text: The type of the collected information is textual but numbers are allowed.

Note that selecting the Text option disables the Min Value and Max Value fields.

Note that selecting the Numeric, or Formula options enables all the fields on the SPC tab page.

Override Min/Max

If selected, allows operators to save values that are beyond the range of the values defined in the Min Value and Max Value fields

Note that selecting this checkbox enables the Certification field.

Min Value

The minimum value that an operator can save during the data collection. If blank, no minimum value restrictions are placed on the data collected.

Mask

The metacharacter string of the mask

The following metacharacters are valid:

  • @ (At symbol): Any single alphabetic character (A through Z)

  • # (Number symbol): Any single digit (0 through 9)

  • ^ (Carat symbol): Any single hex character (0 through 9, A through F)

  • ? (Question mark): Any single alphanumeric character (0 through 9, A through Z)

  • . (Period): A wildcard character that represents any single ASCII character

  • * (Asterisk): Any number (including 0) of any characters. The asterisk can be used only once in the mask.

  • \ (Backslash): Allows other metacharacters to be used as literal characters. For example, to include the character @ in your mask, enter \@.

Note Note

Any other character in the mask is interpreted as a literal one.

End of the note.

For example, if you specify @@###, the following values are possible: AA123, XY001, or QW456.

For more information, see Setting Up Mask Validation for Assembly Data Types.

Required Data Entries

The number of required entries that must be collected for the data parameter

Optional Data Entries

The number of optional entries that can be collected for the data parameter

Formula

The system launches a Java script screen for entering the formula scripts.

User Options Tab Page on the Parameter Detail Screen

Field

Description

Option Name

The name of the additional data

Option Value

The value of the additional data

For more information, see Setting Up Data Collection.

User-Defined Fields Tab Page on the Parameter Detail Screen

Field

Description

Prompt

The prompt that the production operator will see when entering data parameter values.

Note Note

If this field is empty, the parameter name is used.

End of the note.

Data Type

Numeric: The type of the collected information is numeric.

Textual: The type of the collected information is textual.

Required

If selected, operators must enter numeric or textual data during data collection.

SPC Tab Page on the Parameter Detail Screen

Field

Description

Perform SPC Analysis

If selected, the SPC analysis is performed to generate the SPC Chart (see SPC Chart Maintenance)

Short Run

If selected, the data is applied in the short run mode

Display Chart

Never: SPC charts never appear during data collection.

Always: SPC charts always appear during data collection.

Only Alarm: SPC charts appear only when an SPC violation occurs (see SPC Alarm Severity Maintenance).

Expression Builder

Enables calculating the values collected for the SPC charts. For example, Log (@X), where the logarithm of the entered value is used.

Check Syntax

Executes the Statit application to test the syntax of the expression entered in the Expression Builder field