Characteristic attributes available at run time
- Last UpdatedNov 04, 2024
- 10 minute read
The attributes that are available at run time for each characteristic are described in the following table:
|
Attribute Name |
Description |
Note |
|---|---|---|
|
<CharacteristicName>. |
The name of the characteristic as it exists in the MES database. The name may differ from the object attribute name as expressed by <Characteristic Name>. |
Exists at config time and run time, but writeable only at config time. |
|
<CharacteristicName>. |
The ID of the sample for manually collected characteristics. You can set this attribute at run time to enter results for the characteristic. For automatically collected characteristics, the object writes the current SampleID to this attribute and automatically saves the result data. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A Boolean value that enables or disables measurements collection for the characteristic at run time. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A Boolean value that specifies whether the characteristic should always, or never, collect automatic data. Also specifies if the characteristic should use the specification configuration of a sample to determine whether it should collect automatic data at run time. |
Exists at config time and run time. Writeable only at config time. A value for this attribute at run time is either Always, Never, or Use Configuration. |
|
<CharacteristicName>. |
The time interval between each measurement data for a characteristic. |
Exists at config time and run time. Writeable only at config time. |
|
<CharacteristicName>. |
The count of result values that are exposed for the characteristic (that is, how many ValueNumber## attributes exists for the SRO). |
Exists at config time and run time. Writeable only at config time. |
|
<CharacteristicName>. |
Additional information that you can record in the MES database while recording data for the characteristic. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The cause group for the characteristic. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The cause for why the characteristic is unexpected. The named cause must exist with the named cause group. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A Boolean value that specifies whether there is a change to an environmental factor for the sample. When the value is set to True, the count for consecutive control rule evaluation restarts. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A Boolean value that specifies whether calculating statistics should ignore the sample record. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A string that is the equipment used to measure the sample characteristic data. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
A Boolean value that specifies whether the statistic attributes for the characteristic are exposed at run time. |
Exists at config time and run time. Writeable only at config time. |
|
<CharacteristicName>. |
A value of the characteristic that is measured for the sample. Exists only if the characteristic type is a variable. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The value for the characteristic that is measured for the sample. Exists only if the characteristic type is binary or counted. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
An integer that is the actual sample size for the sample characteristic. Exists only if the characteristic type is binary or counted. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The number of the measurement result of a characteristic of a sample for which MES
result attribute data is added. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The operator who measured the sample characteristic. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The actual MES Result attribute name from the MES database during the configuration time. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The value for the MES Result attribute that is recorded against this characteristic sample and value number. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. <ResultAttributeName>. |
A note for the MES Result attribute that is recorded against this characteristic sample and value number. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
Updates any contextual data for this characteristic. |
Exists only at run time and writeable at run time. |
|
<CharacteristicName>. |
Records the measurement data for this characteristic using the provided sample ID. |
Exists only at run time and writeable at run time. |
|
<CharacteristicName>. |
Records the MES Result attribute data for this characteristic using the provided sample ID and value number for result attributes. |
Exists only at run time and writeable at run time. Note: In the current version of MES, this attribute is disabled. |
|
<CharacteristicName>. |
Resets the object state for a characteristic to Ready so that the next request is processed. |
Exists only at run time and writeable at run time. |
|
<CharacteristicName>. |
A Boolean value that, if set toTrue, specifies that the object reads the data for an attribute from the I/O reference, using the InputSource reference value configured for that attribute. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
If UseInputSource is set to True, specifies the location of the input source from which the data will be read. |
Exists at config time and run time. Writeable at config time and run time. |
|
<CharacteristicName>. |
The MxStatus value when an attribute fails to read a value from the I/O reference from its last data. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The error number returned from the stateless API after submitting a call to the MES middleware, or an error code from the object. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The error message received from the stateless API after submitting a call to the MES middleware, or an error message from the object. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The status of this characteristic instance. The status is either Ready, Busy, Done, or Error. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The control rule violations that occurred, if any, while recording the measurement data. The format of this attribute is: [ChartType]:ID(RuleID): where:
It is possible to have multiple chart types and rules within the string. For example: [Moving Range Chart]: ID(5): |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The ID of the most recent sample (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The name of the specification that is used to generate this sample characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The start effective date of the specification that is used to generate this sample characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The type of this characteristic (retrieved from the MES database). The possible values are variable, binary, or counted attributes. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The type code for this characteristic (retrieved from the MES database). The possible values are:
|
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The unit of measurement for this characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The minimum number of measurements in a sample for this characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The normal sample size for this characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The maximum number of measurements in a sample for this characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The severity for this characteristic (retrieved from the MES database). The possible values depend on the default language of the system. The possible values for English are Non-Key, Key, Critical, and Not Monitored. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The severity code for this characteristic (retrieved from the MES database). The possible values are:
|
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The default chart name for this characteristic (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The default chart code for this characteristic (retrieved from the MES database). The possible values are:
|
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The lower reasonable limits for this sample (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The upper reasonable limits for this sample (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The percentage of measurement data outside the specification limits. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The process capability, which is based on the upper and lower specification limits. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The process capability index of the sample mean, which is based on the upper or lower specification limit. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The average of a set of data. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The process performance, which is based on the upper and lower specification limits. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The process performance index of the sample mean, which is based on the upper or lower specification limit. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object |
|
<CharacteristicName>. |
The range between the highest data point and the lowest data point. This is calculated as the difference between the maximum individual reading and the minimum individual reading. |
Exists only at run time. Writeable at run time only by the object |
|
<CharacteristicName>. |
The average range of values from various samples of equal sample size. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The total number of rows (result data) involved in calculating the process statistics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The statistical measure of spread or variability of the individual results. |
Exists only at run time. Writeable at run time only by the object |
|
<CharacteristicName>. Statistics.EstSigma |
The statistical measure of spread or variability estimated based on sample variability. This attribute is only available for variable characteristics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The total number of samples involved in calculating the process statistics. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The minimum individual reading among the set of sample measurements. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The maximum individual reading among the set of sample measurements. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The lower specification limit for a specification that is obtained from the most recent sample. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The upper specification limit for a specification that is obtained from the most recent sample. |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The error code returned by the Stateless API after submitting a call to the MES middleware (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
An error message returned by the Stateless API after submitting a call to the MES middleware (retrieved from the MES database). |
Exists only at run time. Writeable at run time only by the object. |
|
<CharacteristicName>. |
The status of the characteristic instance (retrieved from the MES database). The status is either Ready, Busy, Done, or Error. |
Exists only at run time. Writeable at run time only by the object. |