Product specification limit properties
- Last UpdatedFeb 13, 2024
- 1 minute read
Refer to the following tables for the key configurable properties of specification limit.
Behavior properties
|
Property |
Description |
Valid values |
|---|---|---|
|
DataType |
(Required) The datatype for the item. This is an important value for storing and aggregating data correctly. The correct data type is critical to the ability of Production Analyst to display and aggregate information in fields. |
String, Boolean, Date, Double, Integer, Long, Single, Byte |
Specification properties
|
Property |
Description |
Valid values |
|---|---|---|
|
LowerExpression |
The lower limit value of the specification against which to check the sample data. Use the Expression Editor to Build an expression that defines the lower value of the specification limit. The value is out-of-specification whenever it falls below this level. |
Expression |
|
UpperExpression |
The upper limit value of the specification against which to check the sample data. Use the Expression Editor to Build an expression that defines the upper value of the specification limit. The value is out-of-specification whenever it is higher than this level. |
Expression |
Important: When you configure lower and upper expressions, check that the result of the Upper Expression, as shown in UpperValues, is of greater value than the result of the Lower Expression, as shown in LowerValues, at all times. No automatic validation is performed to verify that this is the case. If you configure invalid values, most of your samples will be out of specification.