Embodiments of present invention generally relate to the field of electronic device maintenance and, more specifically, to systems and methods for identifying faulty touch panel screens that have intermittent field failures.
To register user actions on a computer screen, a touch panel overlay may be placed over the top of the computer screen (e.g., on top of the liquid crystal display (LCD) screen of a personal data terminal (PDT), personal digital assistant (PDA), or desktop personal computer (PC)). The touch panel overlay component, however, wears over time due to the mechanical stress imposed from stylus or finger presses.
Before a touch panel screen fails completely, the touch panel may go into an intermittent failure mode whereby the touch panel occasionally registers a false touch. The intermittent failure is typically caused by an internal short in the touch panel component. The short in the faulty (i.e., defective, bad, flawed, etc.) touch panel screen will activate intermittently (i.e., come and go) based upon various conditions such as temperature, pressure, touches at other locations, etc.
When the touch panel enters into an intermittent failure mode, it is difficult for a maintenance or repair technician to diagnose the faulty touch panel because the panel may not be in the failure mode at the time of the attempted repair. This situation can lead to missed repair opportunities and the repeated return of failing devices causing frustration for the device user/customer.
Therefore, a need exists for more effective maintenance systems and methods for electronic devices, including but not limited to maintenance systems and methods that facilitate accurate detection of faulty touch panels in an intermittent failure mode.
Exemplary systems and methods for identifying faulty touch panels in an electronic device are disclosed. In an exemplary embodiment, a log is extracted from the electronic device that has a touch panel. The log has a record of touch panel events indicating active and inactive touch panel events divided into time periods. The log may be analyzed for touch panel events in a given time period. If a total number of touch panel events in a given time period exceeds a threshold count, and if a percentage of touch panel events in that given time period exceeds a threshold percentage, the touch panel is indicated to the technician as in need of replacement. Further, if a total number of touch panel events for all time periods exceeds a threshold percentage, the touch panel is also indicated to the technician as in need of replacement.
The exemplary embodiment described herein identifies intermittent mode faulty touch panels by capturing specific time monitored events and logging these events. At the time of a repair, these event logs may be analyzed for specific characteristics that identify the defective touch panels. The result is then reported to the repair technician. In this regard, even if current touch panel tests are acceptable, the technician is advised that the panel is bad due to the intermittent field failures report.
The foregoing illustrative summary, as well as other exemplary objectives and/or advantages of the invention, and the manner in which the same are accomplished, are further explained within the following detailed description and its accompanying drawings.
Generally, exemplary systems and methods for identifying defective touch panels in an electronic device are disclosed. A log may be extracted from the electronic device having a touch panel. The log has a record of touch panel events indicating active and inactive touch panel events divided into time periods. The log may then be analyzed for touch panel events in a given time period. If a total number of touch panel events in a given time period exceeds a threshold count, and if a percentage of touch panel events in that given time period exceeds a threshold percentage, the touch panel is indicated to the technician as in need of replacement. Further, if a total number of touch panel events for all time periods exceeds a threshold percentage, the touch panel is also indicated to the technician as in need of replacement. Further, the software on the electronic device may be upgraded.
Although the exemplary method/system embodiments may be described and utilized in connection with electronic devices such as personal data terminals (“PDT”), personal digital assistants (“PDA”), and personal desktop computers (“PCs”) having touch panels, and more specifically a HONEYWELL 99EX PDT, the methods/systems described may be implemented with any electronic device that includes a touch panel in order to diagnose touch panel defects. Generally, an exemplary electronic device (e.g., a PDT) may include, but is not limited to, operating components such as a central processing unit, a system bus, a main memory (e.g., RAM, ROM, etc.), a mass storage device (e.g., a hard disk), an operating system (e.g., MICROSOFT WINDOWS) stored on the mass storage device and executed by the central processing unit, and a computer touch screen (or other input/display devices) for receiving input from a user and displaying information.
The log (e.g., the TLOG.txt log of
The log may be further structured such that each line in the text file is either a new day, or a new entry since the last reset of the electronic device. As shown in
With reference to
Although a MICROSOFT WINDOWS operating environment is shown, the software utility may be programmed in any desirable language and run on any operating system as desired. It is contemplated that the software utility run on a technician's device, such as a PC, and the electronic device under repair be connected to the device through a wired connection, such as a serial port interface, USB interface, or other connection. Proprietary communications connections may also be used. Although a wired connection is contemplated, the communications may also be wireless and even performed remotely, at least to identify a faulty touch panel, saving the customer time, expense, and loss of use of the electronic device needing repair relating to time in transit for devices not needing a touch panel replacement.
The activity pane 206 lists the actions being taken and the status of those actions as they are performed by the software utility, which is useful for the technician to see that the software utility is performing correctly.
The diagnostic pane 208 provides a formatted output of the analysis of the log and identifies if the touch panel should be replaced by the technician. A completed report is best seen in
If the user selects “Help/About” (step 605), the software utility displays the software utility name and version and returns to step 604 after a short delay at step 619. At step 606, if the user (e.g., a technician) selects “Close,” the software utility exits the program. At step 607, if the user selects “Tools/Settings,” the software utility displays the properties windows at step 608 (which is best seen in
If the user presses the start button, illustrated at step 616, the software utility verifies that the required values of the properties window have been set at step 617. If not, the software utility displays an error message at step 618 and returns to step 604 after a short delay at step 619. If the required values are set, the software utility at step 620 prepares the electronic device by copying settings file locally, transferring changes to the system (such as the registry) to the electronic device, and terminating running processes on the electronic device.
As shown at
At steps 626, 627, 628, 629, and 630, the software utility may also query the electronic device for other logs, such as battery usage and fault logs. At step 631, the log extraction is complete.
To determine the values for the variables, the software utility parses the log files and increments the variables, reading each line from the log file. Specifically, at step 702, the software utility opens the log file. The software utility then reads a line from the log file at step 703. The number of 0's and 1's on the line are counted. “CurIdleCount” is set equal to the number of 1's and “CurActiveCount” is set equal to the number of 0's counted on the line, respectively, at step 704 (as in, for example, TLOG.txt of
At step 706, the software utility determines if at least thirty (30) touch panel events have occurred in the given period. If not, the software utility skips to step 709. If yes, the software utility determines if the percentage of bad events on the current period is worse than any previous period by comparing the percentage of “CurActiveCount” to the percentage of “PrevActiveCount” at step 707. If not, the software utility skips to step 709. If yes, the software utility assigns “PrevActiveCount” the same value as “CurActiveCount” and assigns “PrevIdleCount” the same value as “CurIdleCount” at step 708.
At step 709, the software utility determines if it has reached the end of the log. If not, the software utility returns to step 703 and repeats steps 703-709 until the end of the log file is reached. In this manner, the worst performing period of the electronic device will be determined and assigned to the values of “PrevActiveCount” and “PrevIdleCount.” Furthermore, “TotalIdleCount” and “TotalActiveAcount” will have a total for all events over all logged time periods for the electronic device as indicated at step 710.
At step 711, the software utility indicates that the touch panel should be replaced under two different conditions. If either condition exists, the touch panel is deemed bad and a repair indication is made to the technician. Under the first condition, the touch panel should be replaced if the worst day percentage of failures exceeds a threshold failure percent, such as twenty percent. This may be represented by the formula (“PrevActiveCount”÷(“PrevIdleCount”+“PrevActiveCount”))×100>20.
Under the second condition, the touch panel should be replaced if the total failures percentage exceeds a threshold failure percent, such as twenty percent. This may be represented by the formula (“TotalActiveCount”/(“TotalIdleCount”+“TotalActiveCount”))×100>20. A person having skill in the art will recognize that the threshold failure percentage may be other than twenty percent, and may be calibrated to a percentage that contemplates other factors according to a cost benefit analysis. At step 712, the analysis of the log is complete.
At step 803, if the electronic device further includes removable storage such as an SD Card, those files will be deleted as well. At step 804, if the electronic device includes a custom firmware package designated in the optional properties window, the software utility will copy the custom firmware from the folder designated at step 805 and unpack it at step 806.
At step 807, if the electronic device includes a battery profile designated in the optional properties window, the software utility will copy the battery profile from the folder designated to the electronic device at step 808. The copy operation progress and status will be displayed in the activity pane 206.
At step 809, if an optional service pack update is designated in the optional properties window, the software utility will copy the service pack update from the folder designated at step 810. The copy operation progress and status will be displayed in the activity pane 206.
At step 811, if a registry file is designated in the optional properties window, the software utility will copy the registry file from the folder designated at step 812. The copy operation progress and status will be displayed in the activity pane.
At step 813, if an Autorun file is designated in the optional properties window, the software utility will copy the Autorun file from the folder designated at step 814. The copy operation progress and status will be displayed in the activity pane 206.
At step 815, if an upgrade (“UGP”) file is designated in the optional properties window, the software utility will copy the UGP file from the folder designated at step 816. The copy operation progress and status will be displayed in the activity pane. At step 817, the UGP file will be run. At step 818, the upgrade status will be displayed in the activity pane 206 as complete. At step 819, the upgrade is complete.
In summary, it can be appreciated from the foregoing description and illustrations that the exemplary systems and methods for identifying bad touch panels in an electronic device facilitates electronic device repairs. By analyzing intermittent failures and determining whether the frequency of failures exceeds certain threshold criteria, a technician can accurately conclude whether to replace the touch panel, thereby minimizing missed repairs and repeat return of failing devices.
To supplement the present disclosure, this application incorporates entirely by reference the following commonly assigned patents, patent application publications, and patent applications:
In the specification and/or figures, typical embodiments and environments of the invention have been disclosed. The present invention is not limited to such exemplary embodiments. The use of the term “and/or” includes any and all combinations of one or more of the associated listed items. The figures are schematic representations and so are not necessarily drawn to scale. Unless otherwise noted, specific terms have been used in a generic and descriptive sense and not for purposes of limitation.
The present application is a continuation of U.S. Non-Provisional patent application Ser. No. 14/946,150 for SYSTEMS AND METHODS FOR IDENTIFYING FAULTY TOUCH PANEL HAVING INTERMITTENT FIELD FAILURES filed Nov. 19, 2015, which claims priority to and the benefit of U.S. Provisional Patent Application No. 62/093,859 for METHOD TO IDENTIFY BAD TOUCH PANEL WITH INTERMITTENT FIELD FAILURES filed Dec. 18, 2014. Each of the foregoing applications is hereby incorporated by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
6832725 | Gardiner et al. | Dec 2004 | B2 |
7128266 | Zhu et al. | Oct 2006 | B2 |
7159783 | Walczyk et al. | Jan 2007 | B2 |
7413127 | Ehrhart et al. | Aug 2008 | B2 |
7726575 | Wang et al. | Jun 2010 | B2 |
8294969 | Plesko | Oct 2012 | B2 |
8317105 | Kotlarsky et al. | Nov 2012 | B2 |
8322622 | Liu | Dec 2012 | B2 |
8366005 | Kotlarsky et al. | Feb 2013 | B2 |
8371507 | Haggerty et al. | Feb 2013 | B2 |
8376233 | Horn et al. | Feb 2013 | B2 |
8381979 | Franz | Feb 2013 | B2 |
8390909 | Plesko | Mar 2013 | B2 |
8408464 | Zhu et al. | Apr 2013 | B2 |
8408468 | Van Horn et al. | Apr 2013 | B2 |
8408469 | Good | Apr 2013 | B2 |
8424768 | Rueblinger et al. | Apr 2013 | B2 |
8448863 | Xian et al. | May 2013 | B2 |
8457013 | Essinger et al. | Jun 2013 | B2 |
8490877 | Kearney | Jul 2013 | B2 |
8528818 | Ehrhart et al. | Sep 2013 | B2 |
8544737 | Gomez et al. | Oct 2013 | B2 |
8548420 | Grunow et al. | Oct 2013 | B2 |
8550335 | Samek et al. | Oct 2013 | B2 |
8550354 | Gannon et al. | Oct 2013 | B2 |
8550357 | Kearney | Oct 2013 | B2 |
8556174 | Kosecki et al. | Oct 2013 | B2 |
8556176 | Van Horn et al. | Oct 2013 | B2 |
8556177 | Hussey et al. | Oct 2013 | B2 |
8559767 | Barber et al. | Oct 2013 | B2 |
8561895 | Gomez et al. | Oct 2013 | B2 |
8561903 | Sauerwein, Jr. | Oct 2013 | B2 |
8561905 | Edmonds et al. | Oct 2013 | B2 |
8565107 | Pease et al. | Oct 2013 | B2 |
8571307 | Li et al. | Oct 2013 | B2 |
8579200 | Samek et al. | Nov 2013 | B2 |
8583924 | Caballero et al. | Nov 2013 | B2 |
8584945 | Wang et al. | Nov 2013 | B2 |
8587595 | Wang | Nov 2013 | B2 |
8587697 | Hussey et al. | Nov 2013 | B2 |
8588869 | Sauerwein et al. | Nov 2013 | B2 |
8590789 | Nahill et al. | Nov 2013 | B2 |
8596539 | Havens et al. | Dec 2013 | B2 |
8596542 | Havens et al. | Dec 2013 | B2 |
8596543 | Havens et al. | Dec 2013 | B2 |
8599271 | Havens et al. | Dec 2013 | B2 |
8599957 | Peake et al. | Dec 2013 | B2 |
8600158 | Li et al. | Dec 2013 | B2 |
8600167 | Showering | Dec 2013 | B2 |
8602309 | Longacre et al. | Dec 2013 | B2 |
8608053 | Meier et al. | Dec 2013 | B2 |
8608071 | Liu et al. | Dec 2013 | B2 |
8611309 | Wang et al. | Dec 2013 | B2 |
8615487 | Gomez et al. | Dec 2013 | B2 |
8621123 | Caballero | Dec 2013 | B2 |
8622303 | Meier et al. | Jan 2014 | B2 |
8628013 | Ding | Jan 2014 | B2 |
8628015 | Wang et al. | Jan 2014 | B2 |
8628016 | Winegar | Jan 2014 | B2 |
8629926 | Wang | Jan 2014 | B2 |
8630491 | Longacre et al. | Jan 2014 | B2 |
8635309 | Berthiaume et al. | Jan 2014 | B2 |
8636200 | Kearney | Jan 2014 | B2 |
8636212 | Nahill et al. | Jan 2014 | B2 |
8636215 | Ding et al. | Jan 2014 | B2 |
8636224 | Wang | Jan 2014 | B2 |
8638806 | Wang et al. | Jan 2014 | B2 |
8640958 | Lu et al. | Feb 2014 | B2 |
8640960 | Wang et al. | Feb 2014 | B2 |
8643717 | Li et al. | Feb 2014 | B2 |
8646692 | Meier et al. | Feb 2014 | B2 |
8646694 | Wang et al. | Feb 2014 | B2 |
8657200 | Ren et al. | Feb 2014 | B2 |
8659397 | Vargo et al. | Feb 2014 | B2 |
8668149 | Good | Mar 2014 | B2 |
8678285 | Kearney | Mar 2014 | B2 |
8678286 | Smith et al. | Mar 2014 | B2 |
8682077 | Longacre, Jr. | Mar 2014 | B1 |
D702237 | Oberpriller et al. | Apr 2014 | S |
8687282 | Feng et al. | Apr 2014 | B2 |
8692927 | Pease et al. | Apr 2014 | B2 |
8695880 | Bremer et al. | Apr 2014 | B2 |
8702000 | Barber et al. | Apr 2014 | B2 |
8717494 | Gannon | May 2014 | B2 |
8720783 | Biss et al. | May 2014 | B2 |
8723804 | Fletcher et al. | May 2014 | B2 |
8723833 | Curtis | May 2014 | B2 |
8723904 | Marty et al. | May 2014 | B2 |
8727223 | Wang | May 2014 | B2 |
8736909 | Sato et al. | May 2014 | B2 |
8740082 | Wilz, Sr. | Jun 2014 | B2 |
8740085 | Furlong et al. | Jun 2014 | B2 |
8746563 | Hennick et al. | Jun 2014 | B2 |
8750445 | Peake et al. | Jun 2014 | B2 |
8752766 | Xian et al. | Jun 2014 | B2 |
8756059 | Braho et al. | Jun 2014 | B2 |
8757495 | Qu et al. | Jun 2014 | B2 |
8760563 | Koziol et al. | Jun 2014 | B2 |
8763909 | Reed et al. | Jul 2014 | B2 |
8777108 | Coyle | Jul 2014 | B2 |
8777109 | Oberpriller et al. | Jul 2014 | B2 |
8779898 | Havens et al. | Jul 2014 | B2 |
8781520 | Payne et al. | Jul 2014 | B2 |
8783573 | Havens et al. | Jul 2014 | B2 |
8789757 | Barten | Jul 2014 | B2 |
8789758 | Hawley et al. | Jul 2014 | B2 |
8789759 | Xian et al. | Jul 2014 | B2 |
8794520 | Wang et al. | Aug 2014 | B2 |
8794522 | Ehrhart | Aug 2014 | B2 |
8794526 | Wang et al. | Aug 2014 | B2 |
8798367 | Ellis | Aug 2014 | B2 |
8807431 | Wang et al. | Aug 2014 | B2 |
8807432 | Van Horn et al. | Aug 2014 | B2 |
8820630 | Qu et al. | Sep 2014 | B2 |
8822848 | Meagher | Sep 2014 | B2 |
8824692 | Sheerin et al. | Sep 2014 | B2 |
8824696 | Braho | Sep 2014 | B2 |
8842849 | Wahl et al. | Sep 2014 | B2 |
8844822 | Kotlarsky et al. | Sep 2014 | B2 |
8844823 | Fritz et al. | Sep 2014 | B2 |
D716285 | Chaney et al. | Oct 2014 | S |
8851383 | Yeakley et al. | Oct 2014 | B2 |
8868421 | Braho et al. | Oct 2014 | B2 |
8868519 | Maloy et al. | Oct 2014 | B2 |
8868802 | Barten | Oct 2014 | B2 |
8868803 | Caballero | Oct 2014 | B2 |
8870074 | Gannon | Oct 2014 | B1 |
8879639 | Sauerwein, Jr. | Nov 2014 | B2 |
8880426 | Smith | Nov 2014 | B2 |
8881983 | Havens et al. | Nov 2014 | B2 |
8881987 | Wang | Nov 2014 | B2 |
8908995 | Benos et al. | Dec 2014 | B2 |
8910870 | Li et al. | Dec 2014 | B2 |
8910875 | Ren et al. | Dec 2014 | B2 |
8914290 | Hendrickson et al. | Dec 2014 | B2 |
8914788 | Pettinelli et al. | Dec 2014 | B2 |
8915439 | Feng et al. | Dec 2014 | B2 |
8915444 | Havens et al. | Dec 2014 | B2 |
8916789 | Woodburn | Dec 2014 | B2 |
8918250 | Hollifield | Dec 2014 | B2 |
8925818 | Kosecki et al. | Jan 2015 | B2 |
8939374 | Jovanovski et al. | Jan 2015 | B2 |
8942480 | Ellis | Jan 2015 | B2 |
8944313 | Williams et al. | Feb 2015 | B2 |
8944327 | Meier et al. | Feb 2015 | B2 |
8944332 | Harding et al. | Feb 2015 | B2 |
8950678 | Germaine et al. | Feb 2015 | B2 |
D723560 | Zhou et al. | Mar 2015 | S |
8971346 | Sevier | Mar 2015 | B2 |
8976030 | Cunningham et al. | Mar 2015 | B2 |
8976368 | El et al. | Mar 2015 | B2 |
8978981 | Guan | Mar 2015 | B2 |
8978983 | Bremer et al. | Mar 2015 | B2 |
8978984 | Hennick et al. | Mar 2015 | B2 |
8985456 | Zhu et al. | Mar 2015 | B2 |
8985457 | Soule et al. | Mar 2015 | B2 |
8985459 | Kearney et al. | Mar 2015 | B2 |
8985461 | Gelay et al. | Mar 2015 | B2 |
8988578 | Showering | Mar 2015 | B2 |
8988590 | Gillet et al. | Mar 2015 | B2 |
8991704 | Hopper et al. | Mar 2015 | B2 |
8996194 | Davis et al. | Mar 2015 | B2 |
8996384 | Funyak et al. | Mar 2015 | B2 |
8998091 | Edmonds et al. | Apr 2015 | B2 |
9010641 | Qu et al. | Apr 2015 | B2 |
9015513 | Murawski et al. | Apr 2015 | B2 |
9016576 | Brady et al. | Apr 2015 | B2 |
D730357 | Fitch et al. | May 2015 | S |
9022288 | Nahill et al. | May 2015 | B2 |
9030964 | Essinger et al. | May 2015 | B2 |
9033242 | Gillet et al. | May 2015 | B2 |
9036054 | Koziol et al. | May 2015 | B2 |
9037344 | Chamberlin | May 2015 | B2 |
9038911 | Xian et al. | May 2015 | B2 |
9038915 | Smith | May 2015 | B2 |
D730901 | Oberpriller et al. | Jun 2015 | S |
D730902 | Fitch et al. | Jun 2015 | S |
D733112 | Chaney et al. | Jun 2015 | S |
9047420 | Caballero | Jun 2015 | B2 |
9047525 | Barber et al. | Jun 2015 | B2 |
9047531 | Showering et al. | Jun 2015 | B2 |
9049640 | Wang et al. | Jun 2015 | B2 |
9053055 | Caballero | Jun 2015 | B2 |
9053378 | Hou et al. | Jun 2015 | B1 |
9053380 | Xian et al. | Jun 2015 | B2 |
9057641 | Amundsen et al. | Jun 2015 | B2 |
9058526 | Powilleit | Jun 2015 | B2 |
9064165 | Havens et al. | Jun 2015 | B2 |
9064167 | Xian et al. | Jun 2015 | B2 |
9064168 | Todeschini et al. | Jun 2015 | B2 |
9064254 | Todeschini et al. | Jun 2015 | B2 |
9070032 | Corcoran | Jun 2015 | B2 |
D734339 | Zhou et al. | Jul 2015 | S |
D734751 | Oberpriller et al. | Jul 2015 | S |
9224022 | Ackley et al. | Dec 2015 | B2 |
9224027 | Van et al. | Dec 2015 | B2 |
D747321 | London et al. | Jan 2016 | S |
9230140 | Ackley | Jan 2016 | B1 |
9250712 | Todeschini | Feb 2016 | B1 |
9258033 | Showering | Feb 2016 | B2 |
9261398 | Amundsen et al. | Feb 2016 | B2 |
9262633 | Todeschini et al. | Feb 2016 | B1 |
9262664 | Soule et al. | Feb 2016 | B2 |
9274806 | Barten | Mar 2016 | B2 |
9282501 | Wang et al. | Mar 2016 | B2 |
9292969 | Laffargue et al. | Mar 2016 | B2 |
9298667 | Caballero | Mar 2016 | B2 |
9310609 | Rueblinger et al. | Apr 2016 | B2 |
9319548 | Showering et al. | Apr 2016 | B2 |
D757009 | Oberpriller et al. | May 2016 | S |
9342724 | McCloskey et al. | May 2016 | B2 |
9342827 | Smith | May 2016 | B2 |
9355294 | Smith et al. | May 2016 | B2 |
9367722 | Xian et al. | Jun 2016 | B2 |
9375945 | Bowles | Jun 2016 | B1 |
D760719 | Zhou et al. | Jul 2016 | S |
9390596 | Todeschini | Jul 2016 | B1 |
9396375 | Qu et al. | Jul 2016 | B2 |
9398008 | Todeschini et al. | Jul 2016 | B2 |
D762604 | Fitch et al. | Aug 2016 | S |
D762647 | Fitch et al. | Aug 2016 | S |
9407840 | Wang | Aug 2016 | B2 |
9412242 | Van Horn et al. | Aug 2016 | B2 |
9418252 | Nahill et al. | Aug 2016 | B2 |
D766244 | Zhou et al. | Sep 2016 | S |
9443123 | Hejl | Sep 2016 | B2 |
9443222 | Singel et al. | Sep 2016 | B2 |
9448610 | Davis et al. | Sep 2016 | B2 |
9465500 | Hernandez | Oct 2016 | B2 |
9478113 | Xie et al. | Oct 2016 | B2 |
D771631 | Fitch et al. | Nov 2016 | S |
9507974 | Todeschini | Nov 2016 | B1 |
D777166 | Bidwell et al. | Jan 2017 | S |
9582696 | Barber et al. | Feb 2017 | B2 |
D783601 | Schulte et al. | Apr 2017 | S |
9616749 | Chamberlin | Apr 2017 | B2 |
9618993 | Murawski et al. | Apr 2017 | B2 |
D785617 | Bidwell et al. | May 2017 | S |
D785636 | Oberpriller et al. | May 2017 | S |
D790505 | Vargo et al. | Jun 2017 | S |
D790546 | Zhou et al. | Jun 2017 | S |
D790553 | Fitch et al. | Jun 2017 | S |
9715614 | Todeschini et al. | Jul 2017 | B2 |
9734493 | Gomez et al. | Aug 2017 | B2 |
9786101 | Ackley | Oct 2017 | B2 |
9857167 | Jovanovski et al. | Jan 2018 | B2 |
9891612 | Charpentier et al. | Feb 2018 | B2 |
9892876 | Bandringa | Feb 2018 | B2 |
9954871 | Hussey et al. | Apr 2018 | B2 |
9978088 | Pape | May 2018 | B2 |
10007112 | Fitch et al. | Jun 2018 | B2 |
10019334 | Caballero et al. | Jul 2018 | B2 |
10021043 | Sevier | Jul 2018 | B2 |
10038716 | Todeschini et al. | Jul 2018 | B2 |
10066982 | Ackley et al. | Sep 2018 | B2 |
10275088 | Young et al. | Apr 2019 | B2 |
10327158 | Wang et al. | Jun 2019 | B2 |
10360728 | Venkatesha et al. | Jul 2019 | B2 |
10401436 | Young et al. | Sep 2019 | B2 |
10410029 | Powilleit | Sep 2019 | B2 |
10540362 | Nysewander | Jan 2020 | B2 |
20050239037 | Lertsithichai | Oct 2005 | A1 |
20070063048 | Havens et al. | Mar 2007 | A1 |
20080094372 | Philipp | Apr 2008 | A1 |
20080185432 | Caballero et al. | Aug 2008 | A1 |
20090134221 | Zhu et al. | May 2009 | A1 |
20100177076 | Essinger et al. | Jul 2010 | A1 |
20100177080 | Essinger et al. | Jul 2010 | A1 |
20100177707 | Essinger et al. | Jul 2010 | A1 |
20100177749 | Essinger et al. | Jul 2010 | A1 |
20100265880 | Rautiola et al. | Oct 2010 | A1 |
20110169999 | Grunow et al. | Jul 2011 | A1 |
20110202554 | Powilleit et al. | Aug 2011 | A1 |
20120065932 | Catipon, Jr. | Mar 2012 | A1 |
20120111946 | Golant | May 2012 | A1 |
20120168511 | Kotlarsky et al. | Jul 2012 | A1 |
20120168512 | Kotlarsky et al. | Jul 2012 | A1 |
20120193423 | Samek | Aug 2012 | A1 |
20120203647 | Smith | Aug 2012 | A1 |
20120223141 | Good et al. | Sep 2012 | A1 |
20120228382 | Havens et al. | Sep 2012 | A1 |
20120248188 | Kearney | Oct 2012 | A1 |
20130043312 | Van Horn | Feb 2013 | A1 |
20130075168 | Amundsen et al. | Mar 2013 | A1 |
20130082104 | Kearney et al. | Apr 2013 | A1 |
20130175341 | Kearney et al. | Jul 2013 | A1 |
20130175343 | Good | Jul 2013 | A1 |
20130257744 | Daghigh et al. | Oct 2013 | A1 |
20130257759 | Daghigh | Oct 2013 | A1 |
20130270346 | Xian et al. | Oct 2013 | A1 |
20130287258 | Kearney | Oct 2013 | A1 |
20130292475 | Kotlarsky et al. | Nov 2013 | A1 |
20130292477 | Hennick et al. | Nov 2013 | A1 |
20130293539 | Hunt et al. | Nov 2013 | A1 |
20130293540 | Laffargue et al. | Nov 2013 | A1 |
20130306728 | Thuries et al. | Nov 2013 | A1 |
20130306731 | Pedrao | Nov 2013 | A1 |
20130307964 | Bremer et al. | Nov 2013 | A1 |
20130308625 | Park et al. | Nov 2013 | A1 |
20130313324 | Koziol et al. | Nov 2013 | A1 |
20130313325 | Wilz et al. | Nov 2013 | A1 |
20130342717 | Havens et al. | Dec 2013 | A1 |
20140001267 | Giordano et al. | Jan 2014 | A1 |
20140002828 | Laffargue et al. | Jan 2014 | A1 |
20140008439 | Wang | Jan 2014 | A1 |
20140025584 | Liu et al. | Jan 2014 | A1 |
20140034734 | Sauerwein, Jr. | Feb 2014 | A1 |
20140036848 | Pease et al. | Feb 2014 | A1 |
20140039693 | Havens et al. | Feb 2014 | A1 |
20140042814 | Kather et al. | Feb 2014 | A1 |
20140049120 | Kohtz et al. | Feb 2014 | A1 |
20140049635 | Laffargue et al. | Feb 2014 | A1 |
20140061306 | Wu et al. | Mar 2014 | A1 |
20140063289 | Hussey et al. | Mar 2014 | A1 |
20140066136 | Sauerwein et al. | Mar 2014 | A1 |
20140067692 | Ye et al. | Mar 2014 | A1 |
20140070005 | Nahill et al. | Mar 2014 | A1 |
20140071840 | Venancio | Mar 2014 | A1 |
20140074746 | Wang | Mar 2014 | A1 |
20140076974 | Havens et al. | Mar 2014 | A1 |
20140078341 | Havens et al. | Mar 2014 | A1 |
20140078342 | Li et al. | Mar 2014 | A1 |
20140078345 | Showering | Mar 2014 | A1 |
20140097249 | Gomez et al. | Apr 2014 | A1 |
20140098792 | Wang et al. | Apr 2014 | A1 |
20140100774 | Showering | Apr 2014 | A1 |
20140100813 | Showering | Apr 2014 | A1 |
20140103115 | Meier et al. | Apr 2014 | A1 |
20140104413 | McCloskey et al. | Apr 2014 | A1 |
20140104414 | McCloskey et al. | Apr 2014 | A1 |
20140104416 | Giordano et al. | Apr 2014 | A1 |
20140104451 | Todeschini et al. | Apr 2014 | A1 |
20140106594 | Skvoretz | Apr 2014 | A1 |
20140106725 | Sauerwein, Jr. | Apr 2014 | A1 |
20140108010 | Maltseff et al. | Apr 2014 | A1 |
20140108402 | Gomez et al. | Apr 2014 | A1 |
20140108682 | Caballero | Apr 2014 | A1 |
20140110485 | Toa et al. | Apr 2014 | A1 |
20140114530 | Fitch et al. | Apr 2014 | A1 |
20140121438 | Long et al. | May 2014 | A1 |
20140121445 | Fontenot et al. | May 2014 | A1 |
20140124577 | Wang et al. | May 2014 | A1 |
20140124579 | Ding | May 2014 | A1 |
20140125842 | Winegar | May 2014 | A1 |
20140125853 | Wang | May 2014 | A1 |
20140125999 | Longacre et al. | May 2014 | A1 |
20140129378 | Richardson | May 2014 | A1 |
20140131438 | Kearney | May 2014 | A1 |
20140131441 | Nahill et al. | May 2014 | A1 |
20140131443 | Smith | May 2014 | A1 |
20140131444 | Wang | May 2014 | A1 |
20140131445 | Ding et al. | May 2014 | A1 |
20140131448 | Xian et al. | May 2014 | A1 |
20140133379 | Wang et al. | May 2014 | A1 |
20140136208 | Maltseff et al. | May 2014 | A1 |
20140140585 | Wang | May 2014 | A1 |
20140151453 | Meier et al. | Jun 2014 | A1 |
20140152882 | Samek et al. | Jun 2014 | A1 |
20140158770 | Sevier et al. | Jun 2014 | A1 |
20140159869 | Zumsteg et al. | Jun 2014 | A1 |
20140166755 | Liu et al. | Jun 2014 | A1 |
20140166757 | Smith | Jun 2014 | A1 |
20140166759 | Liu et al. | Jun 2014 | A1 |
20140168787 | Wang et al. | Jun 2014 | A1 |
20140175165 | Havens et al. | Jun 2014 | A1 |
20140175172 | Jovanovski et al. | Jun 2014 | A1 |
20140191644 | Chaney | Jul 2014 | A1 |
20140191913 | Ge et al. | Jul 2014 | A1 |
20140197238 | Liu et al. | Jul 2014 | A1 |
20140197239 | Havens et al. | Jul 2014 | A1 |
20140197304 | Feng et al. | Jul 2014 | A1 |
20140203087 | Smith et al. | Jul 2014 | A1 |
20140204268 | Grunow et al. | Jul 2014 | A1 |
20140214631 | Hansen | Jul 2014 | A1 |
20140217166 | Berthiaume et al. | Aug 2014 | A1 |
20140217180 | Liu | Aug 2014 | A1 |
20140231500 | Ehrhart et al. | Aug 2014 | A1 |
20140232930 | Anderson | Aug 2014 | A1 |
20140247315 | Marty et al. | Sep 2014 | A1 |
20140263493 | Amurgis et al. | Sep 2014 | A1 |
20140263645 | Smith et al. | Sep 2014 | A1 |
20140267609 | Laffargue | Sep 2014 | A1 |
20140270196 | Braho et al. | Sep 2014 | A1 |
20140270229 | Braho | Sep 2014 | A1 |
20140277337 | Chen | Sep 2014 | A1 |
20140278387 | Digregorio | Sep 2014 | A1 |
20140278391 | Braho et al. | Sep 2014 | A1 |
20140282210 | Bianconi | Sep 2014 | A1 |
20140283282 | Dye et al. | Sep 2014 | A1 |
20140284384 | Lu et al. | Sep 2014 | A1 |
20140288933 | Braho et al. | Sep 2014 | A1 |
20140297058 | Barker et al. | Oct 2014 | A1 |
20140299665 | Barber et al. | Oct 2014 | A1 |
20140312121 | Lu et al. | Oct 2014 | A1 |
20140319220 | Coyle | Oct 2014 | A1 |
20140319221 | Oberpriller et al. | Oct 2014 | A1 |
20140326787 | Barten | Nov 2014 | A1 |
20140332590 | Wang et al. | Nov 2014 | A1 |
20140344943 | Todeschini et al. | Nov 2014 | A1 |
20140346233 | Liu et al. | Nov 2014 | A1 |
20140351317 | Smith et al. | Nov 2014 | A1 |
20140353373 | Van et al. | Dec 2014 | A1 |
20140361073 | Qu et al. | Dec 2014 | A1 |
20140361082 | Xian et al. | Dec 2014 | A1 |
20140362184 | Jovanovski et al. | Dec 2014 | A1 |
20140363015 | Braho | Dec 2014 | A1 |
20140369511 | Sheerin et al. | Dec 2014 | A1 |
20140374483 | Lu | Dec 2014 | A1 |
20140374485 | Xian et al. | Dec 2014 | A1 |
20150001301 | Ouyang | Jan 2015 | A1 |
20150001304 | Todeschini | Jan 2015 | A1 |
20150003673 | Fletcher | Jan 2015 | A1 |
20150009338 | Laffargue et al. | Jan 2015 | A1 |
20150009610 | London et al. | Jan 2015 | A1 |
20150014416 | Kotlarsky et al. | Jan 2015 | A1 |
20150021397 | Rueblinger et al. | Jan 2015 | A1 |
20150028102 | Ren et al. | Jan 2015 | A1 |
20150028103 | Jiang | Jan 2015 | A1 |
20150028104 | Ma et al. | Jan 2015 | A1 |
20150029002 | Yeakley et al. | Jan 2015 | A1 |
20150032709 | Maloy et al. | Jan 2015 | A1 |
20150039309 | Braho et al. | Feb 2015 | A1 |
20150039878 | Barten | Feb 2015 | A1 |
20150040378 | Saber et al. | Feb 2015 | A1 |
20150048168 | Fritz et al. | Feb 2015 | A1 |
20150049347 | Laffargue et al. | Feb 2015 | A1 |
20150051992 | Smith | Feb 2015 | A1 |
20150053766 | Havens et al. | Feb 2015 | A1 |
20150053768 | Wang et al. | Feb 2015 | A1 |
20150053769 | Thuries et al. | Feb 2015 | A1 |
20150060544 | Feng et al. | Mar 2015 | A1 |
20150062366 | Liu et al. | Mar 2015 | A1 |
20150063215 | Wang | Mar 2015 | A1 |
20150063676 | Lloyd et al. | Mar 2015 | A1 |
20150069130 | Gannon | Mar 2015 | A1 |
20150071818 | Scheuren et al. | Mar 2015 | A1 |
20150071819 | Todeschini | Mar 2015 | A1 |
20150083800 | Li et al. | Mar 2015 | A1 |
20150086114 | Todeschini | Mar 2015 | A1 |
20150088522 | Hendrickson et al. | Mar 2015 | A1 |
20150096872 | Woodburn | Apr 2015 | A1 |
20150099557 | Pettinelli et al. | Apr 2015 | A1 |
20150100196 | Hollifield | Apr 2015 | A1 |
20150102109 | Huck | Apr 2015 | A1 |
20150115035 | Meier et al. | Apr 2015 | A1 |
20150127791 | Kosecki et al. | May 2015 | A1 |
20150128116 | Chen et al. | May 2015 | A1 |
20150129659 | Feng et al. | May 2015 | A1 |
20150133047 | Smith et al. | May 2015 | A1 |
20150134470 | Hejl et al. | May 2015 | A1 |
20150136851 | Harding et al. | May 2015 | A1 |
20150136854 | Lu et al. | May 2015 | A1 |
20150142492 | Kumar | May 2015 | A1 |
20150144692 | Hejl | May 2015 | A1 |
20150144698 | Teng et al. | May 2015 | A1 |
20150144701 | Xian et al. | May 2015 | A1 |
20150149946 | Benos et al. | May 2015 | A1 |
20150161429 | Xian | Jun 2015 | A1 |
20150169925 | Chen et al. | Jun 2015 | A1 |
20150169929 | Williams et al. | Jun 2015 | A1 |
20150178523 | Gelay et al. | Jun 2015 | A1 |
20150178534 | Jovanovski et al. | Jun 2015 | A1 |
20150178535 | Bremer et al. | Jun 2015 | A1 |
20150178536 | Hennick et al. | Jun 2015 | A1 |
20150178537 | El Akel et al. | Jun 2015 | A1 |
20150181093 | Zhu et al. | Jun 2015 | A1 |
20150181109 | Gillet et al. | Jun 2015 | A1 |
20150186703 | Chen et al. | Jul 2015 | A1 |
20150193644 | Kearney et al. | Jul 2015 | A1 |
20150193645 | Colavito et al. | Jul 2015 | A1 |
20150199957 | Funyak et al. | Jul 2015 | A1 |
20150204671 | Showering | Jul 2015 | A1 |
20150210199 | Payne | Jul 2015 | A1 |
20150220753 | Zhu et al. | Aug 2015 | A1 |
20150254485 | Feng et al. | Sep 2015 | A1 |
20150327012 | Bian et al. | Nov 2015 | A1 |
20160014251 | Hejl | Jan 2016 | A1 |
20160040982 | Li et al. | Feb 2016 | A1 |
20160042241 | Todeschini | Feb 2016 | A1 |
20160057230 | Todeschini et al. | Feb 2016 | A1 |
20160071171 | Cancelliere et al. | Mar 2016 | A1 |
20160109219 | Ackley et al. | Apr 2016 | A1 |
20160109220 | Laffargue et al. | Apr 2016 | A1 |
20160109224 | Thuries et al. | Apr 2016 | A1 |
20160112631 | Ackley et al. | Apr 2016 | A1 |
20160112643 | Laffargue et al. | Apr 2016 | A1 |
20160124516 | Schoon et al. | May 2016 | A1 |
20160125217 | Todeschini | May 2016 | A1 |
20160125342 | Miller et al. | May 2016 | A1 |
20160125873 | Braho et al. | May 2016 | A1 |
20160133253 | Braho et al. | May 2016 | A1 |
20160171720 | Todeschini | Jun 2016 | A1 |
20160178479 | Goldsmith | Jun 2016 | A1 |
20160180678 | Ackley et al. | Jun 2016 | A1 |
20160189087 | Morton et al. | Jun 2016 | A1 |
20160227912 | Oberpriller et al. | Aug 2016 | A1 |
20160232891 | Pecorari | Aug 2016 | A1 |
20160292477 | Bidwell | Oct 2016 | A1 |
20160294779 | Yeakley et al. | Oct 2016 | A1 |
20160306769 | Kohtz et al. | Oct 2016 | A1 |
20160314276 | Wilz et al. | Oct 2016 | A1 |
20160314294 | Kubler et al. | Oct 2016 | A1 |
20160377414 | Thuries et al. | Dec 2016 | A1 |
Number | Date | Country |
---|---|---|
2008-299582 | Dec 2008 | JP |
2008299582 | Dec 2008 | JP |
2009-048382 | Mar 2009 | JP |
2009048382 | Mar 2009 | JP |
2013163789 | Nov 2013 | WO |
2013173985 | Nov 2013 | WO |
2014019130 | Feb 2014 | WO |
2014110495 | Jul 2014 | WO |
Entry |
---|
Felix Salfner and Steffen Tschirpke. 2008. Error log processing for accurate failure prediction. In Proceedings of the First USENIX conference on Analysis of system logs (WASL'08). |
U.S. Appl. No. 14/946,150, filed Nov. 19, 2015, U.S. Pat. No. 10,275,088, Patented. |
Felix Salfner and Steffen Tschirpke. 2008. Error log processing for accurate failure prediction. In Proceedings of the First USENIX conference on Analysis of system logs (WASL'08). USENIX Association, Berkeley, CA, USA, 4-4. |
Office Action for U.S. Appl. No. 14/846,150, dated Dec. 14, 2018, 9 pages. |
Office Action for U.S. Appl. No. 14/946,150, dated Apr. 20, 2018, 16 pages. |
U.S. Patent Application for a Laser Scanning Module Employing an Elastomeric U-Hinge Based Laser Scanning Assembly, filed Feb. 7, 2012 (Feng et al.), U.S. Appl. No. 13/367,978. |
U.S. Patent Application for Indicia Reader filed Apr. 1, 2015 (Huck), U.S. Appl. No. 14/676,109. |
U.S. Patent Application for Multifunction Point of Sale Apparatus With Optical Signature Capture filed Jul. 30, 2014 (Good et al.), U.S. Appl. No. 14/446,391. |
Notice of Allowance and Fees Due (PTOL-85) dated Dec. 14, 2018 for U.S. Appl. No. 14/946,150. |
Number | Date | Country | |
---|---|---|---|
20190272062 A1 | Sep 2019 | US |
Number | Date | Country | |
---|---|---|---|
62093859 | Dec 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 14946150 | Nov 2015 | US |
Child | 16377854 | US |