SOP Name: Hourly Production Check
Process Code: HOURLY_PROD_CHECK_V1
Version: V1
Owner: Factory Supervisor
Applies To: Factory Supervisor
Frequency: Every production hour
Last Updated: 2026-06-25
Review Frequency: Monthly
Catch quality issues early during production.
Once every production hour, throughout the production run.
flowchart TD
A[Every hour] --> B[Select sample bricks]
B --> C[Check visual quality]
C --> D[Check stack count]
D --> E{Issue found?}
E -- Yes --> F[Hold batch / correct process]
E -- No --> G[Continue production]
[PHOTO: Hourly sample]| โ Do | โ Don't |
|---|---|
| Check a real sample every hour | Skip hours when "things look fine" |
| Act the moment defects rise | Wait until end of day to react |
| Note rejection count | Leave defects unrecorded |
[ ] Hourly sample checked
[ ] No major cracks
[ ] Edge quality acceptable
[ ] Stack count correct
[ ] Mix consistency acceptable
[ ] Rejection count noted
Inform Ram/Srinivasan if defects rise sharply within an hour or if the process must be stopped mid-run.
If you find a better way to do this process, add a comment below or submit an improvement request in the SOP Improvement Register.
Telegram command: /hourly
n8n workflow: wf_hourly_check_v1
Odoo object: quality.check
Approval role: Factory Supervisor
Supabase table: hourly_checks
Status: Future automation