Syntax |
Example |
Description/Remarks |
SETRTCHK option_number |
SETRTCHK 0 This formula turns off real-time checking for the current row. SETRTCHK 48 This formula configures the current row to check only for X-bar above gate and X-bar below gate. |
This command configures real-time failure checking for the current row. When the SETRTCHK command is used, the real-time check settings in the standard on this row are disregarded. To turn off real-time checking, use an option_number of 0. To enable real-time checking, set the option_number equal to the numeric value of the desired real-time checks. For a list of code numbers for real-time checks, see Real-time Failure codes. For multiple checks, add the numbers together. For example, you could check for both the X-bar above control limit (1) and R above the control limit (4) by using an option_number of 5 (1+4). If a different standard is selected after this command has been executed, this row will use the real-time check settings from the standard. Thus, the SETRTCHK command is only effective when used after the standard has been selected for this row. |