Download - Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Transcript
Page 1: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Active Jam Detector (AJD)

Travis Bailey

Mike Pyne

Dave Willis

Advisor: Dr. Bradley Bazuin

Sponsor: Ron Kelley GPC

Page 2: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Active Jam Detector (AJD)Presentation Outline

• Introduction

…………………………….Mike Pyne

• Decision Logic of the Active Jam Detector

…………………………….Dave Willis

• Active Jam Detector Testing

…………………………….Travis Bailey

• Results and Conclusions

…………………………….Mike Pyne

Page 3: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Opening

• The purpose of the AJD is to reduce cost to graphic packaging corporation due to die damage and down time.

• With current production speeds of up to 45 cartons per second, fast reliable jam detection is necessary.

Mike Pyne

Page 4: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Background

• Continuous web offset printing with a high speed rotary die.

Page 5: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Graphic Packaging Video

Page 6: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Background

• Continuous web offset printing with a high speed rotary die.

• Actual carton jam at press speed.

Page 7: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Jam Video

Page 8: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Background

• Continuous web offset printing with a high speed rotary die.

• Continuous web offset printing with a high speed rotary die.

• Current method of Jam Detection.

• Actual carton jam at press speed.

Page 9: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Problems with current method of jam detection

• Not truly speed sensitive.

Page 10: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Speed ranges on Passive Jam Detection

• Jog/Phase run 3.70 seconds

• Slow run 1.50 seconds

• Normal run (<180 m/min) 1.20 seconds

• Normal run (>180m/min) 0.13 seconds

Page 11: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Problems with current method of jam detection

• Not truly speed sensitive.

• Photo-eyes operate in parallel to one common input.

Page 12: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Passive Jam Detection (PJD)

Photo-Eyes

Page 13: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Problems with current method of jam detection

• Not truly speed sensitive.

• Photo-eyes operate in parallel to one common input.

• Not enough photo-eyes for all jobs.

Page 14: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Why Jam Detection Is Necessary

Page 15: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Actual Cost To Graphic Packaging

Cost at Graphic Packaging Corporation Kalamazoo Michigan,

are estimated at $250,000

This includes damage to the die and lost production due to down time.

Page 16: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Goals of a new system

• Device must be able to process different flow speeds.

• Device must be able to select carton size.

• Device must be able to interface with current equipment.

• Device must have override switch for start-up and maintenance.

• Device should be able to operate at 150% current speeds.

• Device should have user-friendly Human Machine Interface.

• Device design should cost less than $2000.00.

• Device should have alarm history/parts counter.

Page 17: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Background

• Continuous web offset printing with a high speed rotary die.

• Actual carton jam at press speed.

• Current method of jam detection.

• Solution to the PJD problem.

Page 18: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Active Jam Detection is the solution to the problem

• Actively looking for each carton as it is produced is the only way to ensure all cartons are accounted for.

• At high productions speeds keeping track of each carton is quite a challenge.

• Xilinx Microcontroller. 95108-7

Page 19: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Decision Logic of the AJD

Dave WillisYES

OR

NO

NO

STOP

YES

GO

Page 20: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

How the AJD Works…

1. Calculate 2 consecutive carton lengths and store the values.

2. Multiply the current carton length by 25% and store the value.

3. Take the absolute value of the difference between carton lengths.

4. Examine if the difference is less than 25% of current length.

YES = OK NO = JAM

Page 21: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Basic Overview Flow ChartCURRENTCARTONLENGTH

"A"SUBTRACTOR |(A - B)|

1 0 1 0 1 1 1 0 1 1 0 1

1 0 1 0 1 1 1 0 0 1 0 0

0 0 0 0 0 0 0 0 1 0 0 1PREVIOUSCARTONLENGTH

"B"

101011100100

1 0

0 1

SUBTRACTIONRESULT

"C"

IS "C" "D"

25% OFCURRENTCARTONLENGTH

"D"

NO

STOPPRESS

YES

CONTINUECHECKING

101011101101

X 25%

001010111011

COMPARE C & D

Page 22: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Complete AJD Representation

With the logic

formulated, we can now

examine each of the

different subsystems

Page 23: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #1- Counter

PHOTO_EYE

ENCODER

1 0 1 0 1 1 0 1 1 1 0 1

IS MSB = "0"?

YES

COUNTER

FAST STOP SIGNAL

CURRENT PULSE COUNT

TO SECTION#2

RESET

NO

PHOTOEYE SIGNAL

Page 24: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #2 – Data Control

TOREGISTER

"A" ANDSECTION #3

TOREGISTER

"B"

FROMSETCTION #1

101110

1

01111

101101

101111

101100

101110 101101

PHOTOEYECONTROLLED

SWITCH

PH

OT

OE

YE

SIG

NA

L

CU

RR

EN

T P

ULS

E C

OU

NT

Page 25: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #3 - Shift Register

TOSECTION

#6

FROMSECTION

#2

101011101101

0 0 1 0 1 0 1 1 1 0 1 1

00

10

1111

01

0

01

011

00

10

SHIFTEDBY 2 BITVALUES

CURRENT PULSE COUNT

SHIFT RIGHT BY 2 BITS

0 0

D

Page 26: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #4 - Registers

10

10

111

011

01

1 0

1 0

1 1

1 0

1 1

1 0

RE

GIS

TE

R "

B"

1 0

1 0

1 1

1 0

1 1

1 0

NEXTVALUE TO

BEREGISTERE

D IN "B"

CURRENTVALUE IN

"B"REGISTER

TOSECTION

#5

10

10

111

011

01

1 0

1 0

1 1

1 0

1 1

1 0

RE

GIS

TE

R "

A"

1 0

1 0

1 1

1 0

1 1

1 0

NEXTVALUE TO

BEREGISTERE

D IN "A"

CURRENTVALUE IN

"A"REGISTER

TOSECTION

#5

FROMSECTION

#2

FROMSECTION

#2

Page 27: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #5 - ABS(A-B)

TOSECTION

#6

FROMSECTION

#2

101011101101

CURRENT "A"REGISTER

VALUE

SUBTRACTOR (A - B)

1 0 1 0 1 1 1 0 1 1 0 1

1010111001001 0 1 0 1 1 1 0 0 1 0 0

0 0 0 0 0 0 0 0 1 0 0 1

1 0

0 1

A - B

FROMSECTION

#2

C

CURRENT "B"REGISTER

VALUE

Page 28: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Subsection #6 - Compare

FROMSECTION #2

COMPARE (C & D)

1 0 0 1

FROMSECTION #3

IS THE "C" VALUELESS THAN THE "D"

VALUE?

C

D

CONTINUETO CHECK

10

1 0

0 1

JAMDETECTED.

SEND SIGNALTO FAST

STOP.

YES

NO

Page 29: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

AJD Testing

Travis Bailey

Page 30: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

• Phase One– XiLinx Simulation

• Phase Two– Bench Testing

• Phase Three– “Real-World” Simulation

Testing Process

Page 31: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

XiLinx Simulation

XiLinx Foundation Series Software

Page 32: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

XiLinx Simulation

Page 33: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

XiLinx Simulation

• Limitations– XiLinx Testing Only

– Lack Of “Real-World” Influences

• Benefits– Graphical View of Software Flow

– Timing Simulation Capabilities

– Convenience

Page 34: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Bench Testing

• Location– 3038 Kohrman Hall

• Equipment Used– Digital Multi-meter

– 5 Volt Power Supply

– Function Generator

– Logic Analyzer

– Oscilloscope

Page 35: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Multi-meter

Power Supply

Function GeneratorLogic Analyzer

Test Circuit

Oscilloscope

Bench Testing

Page 36: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

• Benefits– Available Equipment

– Convenience

– Circuit Testing Beyond XiLinx Simulations

Bench Testing

• Limitations– Generated Input Signals

– Testing of “Perfect” Conditions

Page 37: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

• Location

– Graphic Packaging Company, Kalamazoo,MI

• Components

– Carton Line Representation

– XiLinx Integration

– Switchboard

Page 38: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

XiLinx Integration

Carton Line RepresentationSwitchboard

Test Stand

Page 39: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

Encoder Carton Simulator

Variable Frequency Motor Controller

Carton Line Representation

Photo Eye Motor

Page 40: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

XiLinx Integration

5 & 12 Volt Power Supplies

XiLinx Micro-Controller

Terminal Strip

Power LED

Page 41: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

Switchboard

Page 42: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

“Real-World” Simulation

• Benefits– Similarity to Actual Carton Press

– Photo Eyes, Encoder, Switches

– Effects of Outside Influences

• Limitations– Difficult to Modify Design

Page 43: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Results and Conclusion to the Active Jam Detector Project

Mike Pyne

Page 44: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Results and Conclusion to the Active Jam Detector Project

•Device must be able to process different flow speeds.

•Device must be able to select carton size.

•Device must be able to interface with current equipment.

•Device must have override switch for start-up and maintenance.

•Device should be able to operate at 150% current speeds.

•Device should have user-friendly Human Machine Interface.

•Device design should cost less than $2000.00.

•Device should have alarm history/parts counter.

Page 45: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Results:•Device is able to process different flow speeds.

•Carton size does not effect AJD system.

•Device is able to interface with current equipment.

•Device has an override switch for start-up and maintenance.

•Device can operate at 150% current speeds.

•AJD proof of concept design did cost less than $2000.00.

Total cost of AJD project …….$2370.58

Actual Spent ….….……$213.79

Page 46: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Results:•Device is able to process different flow speeds.

•Carton size does not effect AJD system.

•Device is able to interface with current equipment.

•Device has an override switch for start-up and maintenance.

•Device can operate at 150% current speeds.

•AJD proof of concept design did cost less than $2000.00.

•Device should have user-friendly Human Machine Interface.

•Device should have alarm history/parts counter.

Page 47: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Wonder-Ware Touch ScreenHuman Machine Interface.

Page 48: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Conclusion

Page 49: Active Jam Detector (AJD) Travis Bailey Mike Pyne Dave Willis Advisor: Dr. Bradley Bazuin Sponsor: Ron Kelley GPC.

Questions

?

?

? ??

??