Versions Compared

Key

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

...

Active batch average dwell time

Filter supported: Operation Alias

Looks at the most recent x number of units processed at the specified operation alias for the batch (x is configurable, the default is 10). The next operation in the flow for the active batch is determined. For each unit, an attempt is made to locate a WIP record for the same serial number at the next operation. If found, the Time Completed at Operation 1 is subtracted from the Time Started at Operation 2 for that same unit and the difference is stored. If not found, that unit is skipped and the process is repeated using the second most recent unit to leave Operation 1. The process continues until x calculations are completed successfully or the algorithm runs out of Operation 1 WIP records. The average of all x differences is returned.

...

Active batch effective time per unit

Filters supported: Operation Alias, Operation Template, Workstation

Subtracts the Time Started of the very first WIP record at the operation for the active batch from the Time Completed of the most recent WIP record for the same operation, then divides that result by the total number of WIP records for the batch at the operation. The result is the average production rate across the whole job, including any down time related to breaks or other reasons.

...

Active job components per hour

Filter supported: Operation Alias

Looks at all units processed and sums components placed and sums actual cycle time from the ItemSummary table to formulate components per hour. Components per hour = (total components placed / total cycle time) * 3600.

Panel
borderColor#0000ff
borderWidth2

Example:

Unit 1:      Components Placed = 136, cycle time = 2 minutes
Unit 2:      Components Placed = 403, cycle time = 6 minutes

Active Batch Components per Hour = ((136 + 403) / (2 + 6)) * 3600 = 4,042.5 Components/Hour

Average cycle time

Filter supported: Operation Alias

Averages the cycle time of the most recent x number of units for the active batch for the point (x is configurable, default is 10). Cycle Time for a pair of units is defined as (Time Unit 2 Entered Point) – (Time Unit 3 Work Start at point). The calculation uses the Time Started field of the ItemSummary table.

Panel
borderColor#0000ff
borderWidth2

Example:

Unit 1:     Time Started = 5:35:00 pm
Unit 2:     Time Started = 5:36:30 pm
Unit 3:     Time Started = 5:37:50 pm

Cycle Time (1) to (2) = 90 seconds – Cycle Time (2) to (3) = 80 seconds

Average Cycle Time = (80 + 90) / 2 = 85 seconds

Average working time

Filter supported: Operation Alias

Averages the cycle time of the most recent x number of units for the active batch for the point (x is configurable, default is 10). Working Time for a single unit is defined (Time Work Complete at point) – (Time Work Start at point). For browser WIP records, TimeWorkStart is the same as TimeStarted and TimeWorkComplete is the same as TimeCompleted. For xLink machine data, this is not necessarily the case, it could be that a machine completes work on a unit, but because it is blocked by a downstream machine, it does not leave the machine for another minute or two.

...

An estimate of the time it will take to complete the job at the selected Operation and not to complete the entire route of the batch.

Filter supported: Operation Alias

Determines the number of needed units for the Operation (job quantity – distinct WIP count) + scrap overage. This determines the production rate. If the Time Standard option (default) is set to Real-Time the production rate is calculated from the average cycle and will look at the last 10 units processed. If you select Estimated Time, the production rate is calculated from the estimated cycle times. The final calculation is the product of the production rate and the total units needed.

...

Job processing time detail

Filter supported: None

Displays the serial number, processing time and target time of x number of units processed or in process for all operations of the active batch (defaulted to the top 5 most critical units). Processing Time represents the actual cycle time and also includes the current processing time of any unit started and has not yet been completed. Target time is the estimated cycle time from the Time Standards. The most critical units are the ones with the least time remaining. The key idea behind this output is to show that the time processing is going beyond the time it should take to process. The gauge can be set to show only the active unit which displays only one unit which is the most critical.

Panel
borderColor#0000ff
borderWidth2

Example:

Current time is 9:00am and estimated time to build 1 unit is 6 minutes.

Unit 1:     started at 8:25 am, finished at 8:30 am = 5 minutes
Unit 2:     started at 8:31 am, finished at 8:40 am = 9 minutes
Unit 3:     started at 8:42 am, finished at 8:48 am = 6 minutes

The display would be:

Serial Number

Processing Time

Target Time

Unit 2

00:09:00

0.00:05:00

Unit 3

00:06:00

0.00:05:00

Unit 1

00:05:00

0.00:05:00


Unit 2 has gone over the time expected.

Active job completion

Filter supported: Operation Alias

Subtracts the number of units that have failed from the number of units processed through the operation to derive at the number of completed units. If the number of completed units is greater than the job quantity, the completed quantity is reduced to the job quantity.

Active Job DPMO (IPC 9261)

Filter supported: Operation Group Template

Calculates defects per million opportunities at the operation level. IPC 9261 DPMO is (the total defects collected / (the unit count * the operation opportunities) ) * 1,000,000.

...

Active Job DPMO (IPC 7912)

Filter supported: Operation Alias

Calculates the defects per million opportunities, at the assembly level. IPC 7912 DPMO is (the total defects collected / (the unit count * the assembly opportunities)) * 1,000,000.

...

Active Batch Defects Per Unit (DPU)

Filter supported: Operation Alias

The DPU is the total defect count / the total unit count (configurable to use x number of the most recent units).

Panel
borderColor#0000ff
borderWidth2

Example:

Unit 1:     11 defects
Unit 2:     26 defects
Unit 3:     5 defects

DPU is (11+26+5) defects / 3 units = 14

Pass Yield

Filter supported: Operation Alias

Configurable to use first pass, or second pass yield. Pass yield is calculated using pass unit failures. First pass failures are units that have ever failed and second pass failures are units that have ever been failed more than once. Pass yield is calculated as ((total units – total failed) / total units) * 100.

...

Overall Equipment Effectiveness (OEE)

Filters supported: Operation Group Template, Operation Template, Operation Alias, Workstation

The product of OEE Availability, OEE Performance and OEE Quality.

Panel
borderColor#0000ff
borderWidth2

Example:

OEE =AvailabilityxPerformancexQuality

=0.75 x0.73 x0.33
=0.18
=18%

OEE Availability

Filters supported: Operation Group Template, Operation Template, Operation Alias, Workstation

This value reports the percentage of up-time achieved during planned production time during a specified time window. Planned production time is considered all time within the specified time window if zero planned production times have been defined. If one or more planned production times have been defined then the total planned production time is the time within the specified time window that has been explicitly identified as being production time.

...

Panel
borderColor#0000ff
borderWidth2

Example:

If time frame is 1 hour

Machine 1:     15 minutes down = 45 minutes / 60 minutes = 0.75(75%)
Machine 2:     no down time = 60 minutes / 60 minutes = 1.00(100%)
Machine 3:     20 minutes off = 40 minutes / 60 minutes = 0.67(67%)

Availability = Machine 3 (lowest availability) = 67%

OEE Performance

Filters supported: Operation Group Template, Operation Template, Operation Alias, Workstation

Performance is calculated as Ideal Cycle Time / (Operating Time / Total Pieces).

...

Panel
borderColor#0000ff
borderWidth2

Example:

If the Ideal Cycle Time for a given machine is 60 seconds and the Operating Time is 1 hour then at 100% performance, we would have to process the following number of items:

Performance= Ideal Cycle Time / (Operating Time / Total Pieces)

1 = 1 / ( 60/ Total Pieces)
Total Pieces= 60

If we had processed 48 items the performance would be:

Performance= Ideal Cycle Time / (Operating Time / Total Pieces)
= 1 / ( 60/ 48 )
= 0.8 (80%)

For a factory line, it is the same calculation as above for all process points in the factory line. The lowest process point availability is returned.

OEE Quality

Filter supported: Operation Alias

Looks at first pass yield achieved during planned production time during a specified time window.

...