Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Important general rules discussed in this document that everyone should be aware of when creating dashboards:

  • [ReasonState] is the preferred metric when dealing with downtime/slow running/micro stoppage/etc. reasons. This means this is preferred over [Reason] metric, and in most cases also [State] metric (unless the goal is to focus strictly on a true Machine State).

  • Users should avoid adding machine “activity-level” metrics to Dashboard-level filters. These include metrics like:

    • ReasonState

    • Scrap Reason

    • Reason Name

    • ReasonState Group

    • etc.
      These metrics should be at the Widget-level in almost all cases.

  • Safe/recommended metrics to add to Dashboard-level filters are anything not directly related to a machine’s “activity” (state, reason, scrap reason, etc.). Examples of safe Dashboard-level filters include:

    • Shift

    • Plant

    • Area

    • Machine Name

    • Job Name

    • Job Filter

    • etc.

  • There are 2 libraries of widgets available: our officially maintained “Widget Library”, which has all our most up-to-date widgets, and our “Legacy” widgets library, which contains some of the most commonly used tables and charts from our Flash platform. We are offering both to our customers to help this transition off our Flash platform, but we highly recommend using our officially maintained Widget Library moving forward, especially with new customers.

Table of Contents:

Table of Contents

...

Tip

Fixed formula: Total Scheduled Downtime Hours

Widget affected:

...

Previous incorrect:

...

Updated: filtered correctly for downtime state

...

Code Block
([Total Scheduled Hours], [ReasonState Type])

THEN: click on the blue [ReasonState Type] field > Filter > by only Downtime

...

Tip

Fixed formula: Total Downtime Hours

Widget affected:

...

Previous incorrect:

...

Updated: filtered correctly for downtime state

...

Code Block
([Total Total Hours], [ReasonState Type])

THEN: click on the blue [ReasonState Type] field > Filter > by only Downtime

...

Tip

Updated metric: ReasonState Group

Widget affected:

...

Previous incorrect:

...

Updated: changed [Reason Group1] to [ReasonState Group1]

...

Tip

Updated table: fixed columns that were not accurate

Widget affected:

...

Previous incorrect:

...

Updated:

...

Columns:

  • ReasonState

  • ReasonState Occurrences

  • Total Scheduled Hours

  • Total Hours

...

Widget affected: DASHBOARD-LEVEL FILTERS

...

Updated:

  • Removed anything related to either Reasons (ReasonState, Scrap Reason, Reason Group, etc.)

...

Tip

Overhaul of dashboard – overall change to widget layout to better reflect Executive workflow, and correction of widgets, removal of duplicate metrics

Widgets affected:

...

Previous incorrect: The following rows of widgets (left to right) existed:

...

  • “Machine Type Pending” text field – incorrect label, not needed

  • Bar chart of OEE at machine level – Machine level should not be this high up in dashboard

  • OEE at plant level

Row 3:

  • “Facilities” - a repeat of OEE at plant level

Row 4:

  • “Facility Production” - bar chart of total production per plant

...

  • “Downtime Plant level” - bar chart comparing plant and total hours – Downtime filter missing

Updated: The following rows of widgets (left to right) now exist:

...

Widget affected: dashboard filters

Previous incorrect: Scrap Reason (and in some versions, Reason Name) were present in dashboard-level filters

...

Updated: Removed all instances of “Reason”s

...

Widgets affected: Production Summary Table

...

Previous incorrect: sum([Job Expected Runspeed]) is incorrect, should be [Average Job Rate]

...

Updated: Replaced metric with [Average Job Rate]

...

Widgets affected: Production Summary Table

...

Previous incorrect: sum([Total Production])/[Total Scheduled Hours], we need field for uptime hours

...

Updated: Replaced metric with SUM([Total Production])/[Total Uptime Hours]

...

Widgets affected: Job Summary Table

Previous incorrect: Currently, SUM([Job Cycle Factor]), should be Average job cycle factor.

...

Updated: AVG([Job Cycle Factor])

...

...

Job Variance Dashboard

...