Integrator's Guide Process Explorer 2.0 Help


The primary focus of Process Explorer is collecting and organizing process data. The data is organized and stored into four table types: Alarm, Historical, Event and Real Time. Note that when a table is created by Process Explorer, the table name is prefixed with "USER_". For example, the Process Explorer table MyAlarms would be USER_MyAlarms in the database.

Alarm Tables monitor discrete points in the controller and log the start, end and duration of the alarm. Data in alarm tables is logged historically, and may be grouped by any Runtime data point, so that data may be grouped for a particular lot number, part number, recipe or operator code. The Alarm Viewer may be used to review alarm data in an organized manner.

Alarm Table Fields

Event Tables: Data is stored in Event tables when a particular event occurs. This event might be the end of a shift or a new operator logging onto the system. When an event occurs, the system can be configured to write up to three discrete acknowledgments back to the controller, which is typically used for resetting counters. The most common use is recording production numbers such as parts produced, rejects produced, amount of up time and amount of down time.

Event Table Fields

Real Time Tables are updated continuously with live process data. Records in Runtime tables are updated rather than inserted, so no historical information is kept. Typical uses are operator ID codes, lot numbers, part numbers, recipe information and binary points used for hand shaking in event tables.

Real Time Table Fields

Historical Tables maintain a history of the OPC points in the controller. New records are inserted in the table whenever an OPC data point exceeds a dead band limit. Typical uses are process variables such as pump speed, pressures and temperatures. Historical data may be grouped according to another Runtime point, so that data may be retrieved for a particular lot number, part number, recipe or operator code. Data may be plotted and printed with the Historian.

Historical Table Fields

Related to all of the above data tables is the OPCPoints table. This is where information related to the particular OPC point in question is kept.

OPCPoints Table Fields