In this guide, you’ll get comfortable setting up new quality inspections.
Create new quality inspection groups
Go to <yourCompanyServer>.shoplogix.com/qualitycontroller
For example, if your server is “saas125”, then the URL would be saas125.shoplogix.com/qualitycontroller
...
SPC / Critical: Mark an inspection as SPC to make it appear on the SPC Analysis screen, and mark as Critical to block operators from clearing it accidentally on the SLX Whiteboard until it’s complete
Input Threshold Percent: Sets limits on the entered value to prevent accidental out of range values
Limits the input to prevent accidental values
Value must be within percent difference of the limits
Value is a decimal value (ie 0.1 = 10%)
Code Block |
---|
Ex. Input Threshold % (IT) = 0.25
Upper limit (UL) = 20, Lower limit (LL) = 12
Confidence Range (CR) = ((UL - LL) / 2) x (1 + IT) = ((20 - 12) / 2) x (1 + 0.25)) = 5
Max value = UL + CR = 20 + 5 = 25
Min value = LL - CR = 12 - 5 = 7
|
So if the value is not between 7 - 25 then it will not be accepted and show the following error:
“Value exceeds threshold”
Input Regex: Sets a regex filter on the values that can be entered into the quality modal (Regular Expression). This prevents certain data type entries from being entered in so accidental incorrect values can be filtered.
Stage: This is a key field here. Use it to set when a quality inspection should occur. For example, you can set a quality inspection to be performed at the beginning of a new shift, at the end of a shift, etc.
...