Getting Genie to Generate SPC (Control) Charts Reliably
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2025 10:55 PM
Hi everyone!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2025 12:05 AM
Or here is hopefully a more elegant way to phrase my question:
To visualise a control diagram in Genie for an end-user, should I a) instruct Genie how to create an SPC chart with SQL on the fly, of b) create a background job (pre-defined SQL query in the instructions, or a notebook) that prepares the data for charting and instruct genie to use that data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2025 05:59 AM
Pre-computed control chart data (Option B) is strongly recommended over on-the-fly SQL generation.
While Genie can theoretically generate complex statistical SQL, the reliability ( or greater accuracy) required for quality control systems demands pre-computed control limits, zone classifications, and violation flags.