A Tulip Table that logs the history of activity of a machine. New rows are created by Machine Triggers and data within the most recent row can be manipulated from Machine Triggers and/or Triggers. Historical rows (i.e. all rows except the most recent) are not editable. A set of default columns within the table are pre-populated and not customizable by the user. The user can extend these defaults by adding custom Machine Activity Fields as needed. Custom fields available for a machine are part of the definition of a Machine Type.
Fields listed below are provided by default and are not editable by the user. User can add new Machine Activity Fields as required.
| Name | Description |
|---|---|
| State | Machine State, set by Machine Trigger |
| Start Time | Datetime for the start of the state, automatically set. |
| End Time | Datetime for the end of the state, automatically set. |
| Duration | Interval between Start Time and End Time, automatically set. |
| Downtime Reason | Downtime Reason, set by Machine Trigger or Triggers and retained for new rows until cleared. |
| Program | Text - typically used for machine nc program, set by Machine Trigger or Triggers and retained for new rows until cleared. |
| Part Count | Integer, set by Machine Trigger or Triggers and cleared for new rows. |
| Defect Count | Integer, set by Machine Trigger or Triggers and cleared for new rows. |
| Parts Per Hour | Integer, set by Machine Trigger or Triggers and retained for new rows until cleared. |
| ID | Requirement |
|---|---|
| PLAT-8843 (168) | Ability to provide an equipment inventory list by use. Ie. material batch/lot (Cohort), Master Recipe, material workflow, equipment model, etc. |