Appearance
Checks
Checks define what needs to be verified, when, and how evidence is captured.
The portal's Checks area has three tabs: Activity (individual check instances), Definitions (the check library), and Proposed Changes (the review queue for suggested edits).
Who Can Do This
Owners, Admins, and Managers can create and edit checks.
Check Types
Centreline Checks
Centreline checks verify that a machine or process is running within a defined target range. They are used for ongoing in-process monitoring — confirming that a value (speed, weight, temperature, label position, etc.) meets the expected standard.
- Targets are required: text, numeric value, or numeric range.
- A result is passed if the entered value matches the target; failed if it does not.
- A failing centreline check raises a deviation action automatically. The deviation closes automatically if the next result passes, since centreline deviations are often transient.
- Targets can vary by machine format, so the same check can have different acceptable values depending on what is currently running.
CIL Checks (Cleaning, Inspection, Lubrication)
CIL checks are task-based checks for maintenance and inspection activities. They confirm that a specific task was carried out — not that a value fell within a range.
- No target is required; the result is a simple pass/fail based on whether the task was completed.
- A failing CIL check raises a defect action automatically. Defects require explicit resolution and verification before they close.
- CIL checks are suited to tasks like "Wipe down conveyor belt", "Check oil level", or "Inspect safety guard".
Choosing the right type: Use Centreline for measured process parameters; use CIL for discrete maintenance tasks.
Before You Start
- Ensure your factory, Line or Group, and machine structure is set up.
- For machines on production Lines, define Line and machine formats if you plan to use format-specific targets.
Create A Check In The Portal
- Go to
Operations->Checks->Definitions. - Select the factory, Line or Group, and machine.
- Click
Create Checkto open the wizard.
Step 1: Location And Identity
- Choose the Line or Group and machine for the check.
- Select the check kind:
CentrelineorCIL. - Add a clear title and optional description.
- Decide whether photo evidence is required.
Step 2: Scheduling
Choose the trigger type:
Periodic
Runs on a recurring schedule regardless of production state. Choose Hourly, Daily, Weekly, or Monthly, then select the interval, day, and time shown by the schedule picker.
- The schedule is evaluated in the factory's configured timezone.
- Hourly intervals can run every 1, 2, 3, 4, 6, 8, or 12 hours at minute
:00,:15,:30, or:45. - Daily and weekly schedules use 24-hour local time.
- Monthly schedules use days 1–28 so every selected date exists in every month.
Examples include every hour at :00, every four hours at :15, daily at 06:00, every Monday at 09:00, or monthly on day 1 at 07:30.
Set the factory timezone before creating checks. Schedule times follow that local timezone, including daylight-saving changes. Avoid scheduling safety-critical work during a repeated or skipped daylight-saving transition hour; use a shift-start trigger or another unambiguous time instead.
On Format Change
Fires once every time the active line format changes. Use this for checks that need to be performed whenever a changeover happens — for example, verifying that a machine is set up correctly for the new product.
- The check instance is created immediately when an operator records a format change in the portal or mobile app.
- Format change checks are not subject to a periodic schedule; they depend entirely on when changeovers occur.
At Shift Start
Fires once at the start of each production shift. Use this for checks that should happen at the beginning of every shift — for example, pre-start safety inspections or startup parameter verification.
Choose all configured shifts or select individual shifts. Configure factory shifts before creating this type of check.
Manual
Generates no instances on a schedule. Instead, the check only becomes due when an operator taps Trigger manual checks on the machine in the mobile app, which immediately makes every manual check on that machine due and completable. Use this for ad-hoc checks that only apply on some occasions — for example, pre-start checks for a machine that is only turned on some days.
- Manual checks stay due until they are completed; they are not marked missed and do not count against timeliness metrics.
- Triggering is idempotent: if a manual check already has an open occurrence, triggering again does not create a duplicate.
- A single trigger starts every active manual check on the selected machine; operators cannot choose just one from that set.
See Manually Triggered Checks for the complete configuration and mobile workflow.
Grace Period
The grace period is the window of time after a check becomes due in which it can still be completed and count as on time. A check completed within the grace period is counted as on time in timeliness metrics; one completed after the grace period has elapsed is still recorded but is counted as late. A check that is never completed becomes missed after the grace period ends.
New checks inherit the factory's default grace period. Review that default under Settings -> Factories before creating checks. Set it long enough for realistic shift constraints but short enough to identify genuine non-compliance.
Scheduling Decision Guide
| Need | Trigger |
|---|---|
| A check at a regular time or interval | Periodic |
| A check whenever the product or setup changes | On Format Change |
| A check at the beginning of one or more shifts | At Shift Start |
| An ad-hoc check started by the operator | Manual |
Step 3: Target Configuration
Choose the target type:
Text: The operator must enter a specific text value. Use when the expected output is a fixed label or code.Number: The operator enters a numeric value compared against a target number.Range: The operator enters a numeric value compared against a minimum and maximum.
Apply a single target to all formats or set targets per format when different products have different acceptable values.
Note: CIL checks do not require targets — they are pass/fail task confirmations.
Step 4: Reference Media
- Upload photos or videos that show the expected outcome.
- Add captions to reduce ambiguity for operators.
Step 5: Review And Create
- Confirm the schedule, targets, and evidence requirements.
- Create the check and verify its order in the machine sequence.
Time Tracking
Continual records how long each operator takes to complete a check — from tapping Start to submitting the result. On the check detail page you can see the median completion time (Typical time) and a distribution of times across recent submissions. The same metrics appear in Analytics -> Insights -> Completion, including a slowest-checks ranking and typical-time columns in the completion breakdown table.
Check instance CSV exports include Time Spent (s) and Completed At columns when a result is linked.
Ordering Checks
Checks are executed in sequence for each machine. Reorder checks to match the flow on the floor.
Editing And Archiving
Use the check detail panel to update schedules, targets, or evidence requirements. Archive checks that are no longer active.
See Check Lifecycle for version history, proposed changes, and archival guidance.
Proposed Changes
Any user can propose changes to a check without applying them immediately — including Operators proposing from the mobile app. A Manager, Owner, or Admin reviews the proposal from the Proposed Changes tab (Operations -> Checks -> Proposed Changes) and either approves or rejects it. Reviewers can also edit a proposal before approving it. Approved proposals are applied and create a new version of the check, preserving the full history of changes.
This workflow lets floor-level observations feed back into check configuration without requiring direct admin access for every update.
Best Practices
- Use action-oriented titles like "Check oil level" or "Verify label alignment".
- Keep targets aligned with the current machine format.
- Set grace periods that reflect real shift constraints.