pi media type sensing for aio a/a4 copy and standalone photo printing functions

19
© 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions Pi Project Team 15 Sep 06

Upload: lois-duke

Post on 02-Jan-2016

31 views

Category:

Documents


1 download

DESCRIPTION

Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions. Pi Project Team 15 Sep 06. Background Story. Customer selectable paper type is vulnerable Customers don’t know what “Plain Paper or Photo Paper” button was referring to: original media or output media - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

© 2006 Hewlett-Packard Development Company, L.P.The information contained herein is subject to change without notice

Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

Pi Project Team

15 Sep 06

Page 2: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

2

Background Story• Customer selectable paper type is vulnerable• Customers don’t know what “Plain Paper or

Photo Paper” button was referring to: original media or output media

• No $ for Legolas sensor, Legolas sensor is not 100% correct.

• Legolas sensor was used only to confirm or reject plain or photo paper type in the copy function

Page 3: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

3

Background Story• Need to remove a button to allow space for

1.5” CGD => simpler/better UI for cutomers

Page 4: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

4

Application/specific cases

• Standalone copy or photo printing only

and

• Only on large (A/A4) size media; small media (4x6 or L size depending local setting) defaults to photo media

Page 5: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

5

Usage ModelMilhouse Use Model

Product Life 3 Years

Number of Printed Pages Scans Only Scan and Copy1 Year 2 Years 3 Years 1 Year 2 Years 3 Years 1 Year 2 Years 3 Years

Avg. 1428 2856 4284 46 91 137 487 974 1461Mean 1031 2062 3093 30 60 91 325 650 97590th Percentile 2857 5714 8571 95 189 284 1021 2042 306395th Percentile 3718 7435 11153 126 251 377 1353 2706 405998th Percentile 5434 10868 16303 203 406 608 2185 4370 6555

65% of all printed pages are prints from PC35% of all printed pages are copies

Ink Usage (cc's per month) cc's per year

Black Color Black ColorAvg. 3.6 1.6 43.2 19.2Mean 2.7 1.1 32.4 13.290th Percentile 6.6 3.4 79.2 40.895th Percentile 8.5 4.4 102 52.898th Percentile 11.7 5.7 140.4 68.4

Photo ink usage is expected to be only 0.06cc's per month.

Media UsagePlain 95%Inkjet 1%Photo 4% 25% of these are 4x6 media

Photo Media Pages1 year 2 years 3 years

Average 46 92 13890th Percentile 106 212 31895th Percentile 230 460 69098th Percentile 478 956 1434

Print Modes - PC PrintDraft 7%Normal 82%Best 11%

Print Modes - CopyDraft 7%Normal 88%Best 5%

Pi usage model not available, this is to give a sense of the media detection

• Is applied to no more than 35% of the total printed pages• Will mostly need to detect 3% (=4% x 75%) photo media over the

machine life time

Photo card printing information not available, estimated to be a small percentage of everyday printing

Page 6: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

6

Technical Model

Calibration MoveMove paper motor at 5ips and

20ips and record avg pwm

Paper Load move

Record PWM data through

MECH_REC

Width sensor?

Return default type for small

media

Call PWM_media_detect to get paper

type

NEW!

Calibrate raw pwm using avg

pwm values

Calculate stats like sum, mean, std_dev

for different time zones

Run stats through a statistical model to find

out cardstock vs noncardstock

Return Plain Paper type

Run a third model to determine Plain

vs Photo

Return Photo paper type

Return Plain Paper type

Run a second model to determine

EvDPh

Return Photo paper type

Page 7: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

7

Math Model

• No-Load Calibration before each job• Back EMF Correction• 3-Stage Regressive Discriminant Analysis:

1. Cardstock (Springhill) vs. other

2. Everyday Photo vs. other

3. Plain vs. Photo

Page 8: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

8

Problem:

Plain and Photo Paper PWM Pick Profiles can be Indistinguishable Due to Variations in:

• Motor temperature• Motor torque constants• Part dimensions and friction• Ambient temperature and humidity• Power supply voltage• Life (wear)•

Proposed Solution:

Perform a No-Load PWM Calibration before every Job

Calibration

Page 9: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

9

RAW No-Load Data vs. Motor Temp.

50

100

150

200

250

300

350

5 7 9 11 13 15 17 19 21 23 25

No-Load Shaft Speed (ips)

PW

M

26°C

43°C

52°C

64°C

No-Load Data w/ Back-EMF Correction vs. Motor Temp.

50

100

150

200

250

300

350

5 7 9 11 13 15 17 19 21 23 25

No-Load Shaft Speed (ips) (Torque)

Co

rrec

ted

PW

M

26°C

43°C

52°C

64°C

No-Load PWM Calibration Details:1. Average PWM is measured before each pick at a no-load shaft speeds of 5 ips and 20 ips.

2. The PWM values are corrected for back-EMF to approximate the effective no-load system torque constant.

As a Result:The differences between each calibrated pick profileshould now be mostly due to paper differences only.

3. The resultant linear no-load PWM-to-Torque relationship is used to convert all raw pick profile data into the equivalent calibrated no-load torque.

Page 10: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

10

-170

-160

-150

-140

-130

-120

-110

-100

1 34 67 100 133 166 199 232 265 298 331 364 397 430 463 496 529 562 595

Encoder Counts

PW

M

RAW Pick Profile Data:

— Plain Paper,Motor = 28°C

— Plain Paper,Motor = 64°C

— Photo Paper,Motor = 28°C

— Photo Paper,Motor = 64°C

Plain @ 64°C Overlaps Photo @ 28°C

Calibration Example Using Hot Motor Data:

Page 11: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

11

-12

-11

-10

-9

-8

-7

-6

-5

1 37 73 109 145 181 217 253 289 325 361 397 433 469 505 541 577

Encoder Counts

Eq

uiv

ale

nt

No

-Lo

ad

Sh

aft

Sp

ee

d(E

qu

iva

len

t N

o-L

oa

d T

orq

ue

)

CALIBRATED Pick Profile Data:

— Plain Paper,Motor = 28°C

— Plain Paper,Motor = 64°C

— Photo Paper,Motor = 28°C

— Photo Paper,Motor = 64°C

The Temperature Variation is Calibrated Out,and Plain is Separated from Photo

Cont: Calibration Example Using Hot Motor Data:

Page 12: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

12

1 21 41 61 81 101 121 141 161 181 201 221 241 261 281 301 321 341 361 381 401 421 441 461 481 501 521 541 561 581

Encoder Counts

Zone 7

Zone 6

Zone 5

Zone 2 Zone 3 Zone 4Zone 1

Discriminant Analysis:

The following calculations are applied to the select zones 1-7 for each profile:• Sum• Mean• Standard Deviation

Page 13: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

13

Discriminant AnalysisSample Equation:

Page 14: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

14

Latest Classification Results(For life test units @ 10K, 15K, 20K)

Stage 1: Springhill (Plain) = 99.31%

Stage 2: Everyday (Photo) = 71.72%

Stage 3: Yamayuri (Plain) = 100%

HP Printing (Plain) = 100%

Premium Inkjet (Plain) = 99.31%

Premium Presentation (Plain) = 97.93%

PremiumPlus (Photo) = 97.24%

Brochure (Photo) = 71.03%

Page 15: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

15

Path Forward• Refine Back-EMF Correction• Refine Discriminant Analysis• Chamber Data• Guarantee Pick/Load move does not change• Look a point in profile that OOPS flag trips to select

a zone or to set the zero reference point for zones• Look at distance between trip point to top of form

as an additional discriminator• Talk to Scott Smith (load profile insight)• Add the new Advanced Photo paper to analysis• Measure competitor’s media classification results• Perform T-Test on Everyday Media only

Page 16: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

16

Future Improvements• Modify pick/load move to emphasize paper

differences• Add additional load moves real-time based

on analysis to verify suspected media type

Page 17: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

17

Summary• Latest results look very promising• Continue refining analysis• Continue collecting data

Page 18: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

18

Backup

Page 19: Pi Media Type Sensing for AiO A/A4 Copy and Standalone Photo Printing Functions

19