Overall Equipment Effectiveness (OEE)

This document describes how to set up Overall Equipment Effectiveness (OEE) and how to prepare your system to support a successful installation.

Contents

OEE with a separate Web Server

The OEE client uses IFS web server pages for displaying information located in PCMW and EQUIPW. If the web server is located on a separate application server, this Web server location must be modified.

Web Server Path configuration:

  1. Open file oee.xml located in folder <IFS_HOME>/instance/<INSTANCE>/client/runtime/.
  2. In the file oee.xml information is entered in the following syntax:
    Parameter Value
    <host> DNS Entry for the host web server
    <port> 58080
    <instance> b2e

     

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuation connectstring="http://<host>:<port>/<instance>/secured" systemname="<instance>">
</configuation>

 

Setting Up existing and older OEE data for Demo

This section explains how to use the script Prepare_OEE.sql and how to prepare an already existing OEE demo database for training and demo purposes. Use this page when you already have an OEE database with data suitable for training demo purposes, but the data is too old.
 

This script is included to be used for moving all events forward in time for test/demo purposes. The last event will occur on the specified date and the rest of the events will occur back in time from the specified date and will be available for 3-6 months back in time. For parameter information, please refer to the script file itself, located at: \oee\template\oee\Prepare_OEE.sql
 

Role Scripts

This section describes pre defined roles, activities and system privileges needed for this component. Each script contains only objects handled by this component and may need to be further developed or combined with roles defined in other components to work properly, according to the need of the customer installation.

Security_Oee_Administrator.ins
This script create a 'Oee_Administrator' role and add a permission set to it. The permission set includes OEE activities and the Foundation Base ApplicationQueueAdmin activity.

Security_Oee_Operator.ins
This script create a 'Oee_Operator' role and add a permission set to it. The permission set includes OEE activites except the OEE Setup activities, Production Goal activity and the Setup Statistic activity.

Security_Oee_Process_Engineer.ins
This script create a 'Oee_Process_Engineer' role and add a permission set to it. The permission set include all OEE activites except the OEE Setup activities.

Security_Oee_Service.ins
This script creates an 'Oee_Service' role and adds a permission set to it.