Setup
Navigation:

Example:

Description:
- The Setup screen allows users to configure the OEE model, including defining States, Modes, Downtime Reasons, and other OEE Configurations. This screen is essential for customizing the OEE tracking system to fit the specific needs of the manufacturing operation.
How to use:
- To populate the OEE Configurations, States, Modes, and Downtime Reasons tabs, the user must first select a location from the location tree on the left side of the screen. This selection will determine which configurations are displayed and modified.
OEE Configuration
Example:

OEE Configuration Workflow
- Select a location from the dropdown menu to configure OEE settings for that specific location.
- Set the Max Record Duration and Prune Days.
- Set the Max Flush Interval and the Max Time Between Executions.
- Fill out the Mode Expression.
- Configure the Availability settings:
- Enable Availability.
- Fill out the State Expression.
- Configure the Downtime Reason Source and Downtime Reason Expression.
- Fill out the Alarm Path.
- Configure the Performance settings:
- Enable Performance.
- Fill out the Production Count Unit of Measure.
- Fill out the Production Rate Time Unit.
- Fill out the Production Count Expression.
- Set the Production Count Overflow Value.
- Configure the Standard Rate Source and set the Standard Rate.
- Configure the Quality settings:
- Enable Quality.
- Configure the Quality Strategy and Quality Count Expression.
- Set the Quality Count Overflow Value.
- Configure the Production Order Source.
- Save the configuration by clicking the
Confirmbutton at the bottom of the screen.
OEE Configuration Fields
Import
Imports the OEE configurations from a CSV or JSON file. The imported file should match the expected format exported from Tamaki MES to ensure data integrity.
Export
Exports the OEE configurations for the selected location to a CSV or JSON file. This can be useful for backup purposes or for transferring configurations between different instances of Tamaki MES.
Delete
Deletes the OEE configuration for the selected location. This will not affect any existing OEE Records at this location, they will remain.
Enabled
Toggles the OEE tracking for the selected location.
Max Record Duration
Maximum duration for an OEE record in seconds. Normally, the following events cause an OEE record to cut over to the next record:
- OEE Mode change at the location.
- Standard rate change at the location.
- Production order change at the location.
- [future] Operation start or end at the location.
- [future] Shift start or end at the location.
If none of those events occur within the Max Record Duration, the OEE record will to cut over to the next record automatically. The purpose of this is to control the granularity of the records. Changing this value will not affect existing records, but will apply to new records created after the change.
Prune Days
Number of days to retain OEE records in the database before deleting. (If blank, records will be kept indefinitely)
Max Flush Interval
Maximum time oee data being flushed into the database from the data collection service.
Max Time Between Executions
Maximum number of seconds between data collection evaluating data.
Mode Expression
The Expression Field is evaluated to an integer value corresponding to a Mode's code of the location is bound to the OEE model.
Availability
Enable Availability
Enables availability tracking for the OEE Records. This allows the system to track when the location is running and when it is not, providing insights into the operational efficiency of the equipment.