Sepasoft MES Module Suite
The control limit kind type object contains the available types of control limits. In all cases, the ending of the name specifies how it is used in control charts and automatic signal evaluation. An ending of _UCL is handled as upper control limit, for _LCL it is handled as lower control limit and _OTHER is a general control limit.
Available data types
XBAR_UCL
XBAR_LCL
XBAR_OTHER
Used for the XBar control chart.
RANGE_UCL
RANGE_LCL
RANGE_OTHER
Used for the Range control chart.
STDDEV_UCL
STDDEV_LCL
STDDEV_OTHER
Used for the s (standard deviation) control chart.
INDV_UCL
INDV_LCL
INDV_OTHER
Used for the Individual control chart.
MEDIAN_UCL
MEDIAN_LCL
MEDIAN_OTHER
Used for the Median control chart.
P_UCL
P_LCL
P_OTHER
Used for the p control chart.
NP_UCL
NP_LCL
NP_OTHER
Used for the np control chart.
C_UCL
C_LCL
C_OTHER
Used for the c control chart.
U_UCL
U_LCL
U_OTHER
Used for the u control chart.
HISTOGRAM_UCL
HISTOGRAM_LCL
HISTOGRAM_OTHER
Used for the Histogram chart.
MOVING_RANGE_UCL
MOVING_RANGE_LCL
MOVING_RANGE_OTHER
Used for the MA (moving average) control chart.
Properties
getCategory()
Description
Returns the category of chart. See SPC Category Types for more information.
Syntax
getCategory()
- Parameters
None
- Returns
SPCCategoryTypes - The category this SPC chart belongs to.
getText()
Description
Returns the user friendly localized text for the control limit kind.
Syntax
getText()
- Parameters
None
- Returns
String text - The localized text for the control limit kind.
getTypeFromName(name)
Description
Returns the control limit kind type object for the name value specified.
Syntax
getTypeFromName(name)
- Parameters
String name - The name of the type to return for.
- Returns
ControlLimitKindTypes - The control limit kind type specified by the name parameter.
intToType(ordinal)
Description
Returns the control limit kind type object for the ordinal value specified.
Syntax
intToType(ordinal)
- Parameters
int ordinal - Integer indicating the position of the control limit value object to return for.
- Returns
ControlLimitKindTypes - The control limit kind type object specified by the ordinal.
Sepasoft MES Module Suite