US20060048019A1 - Image input/output device, information processing method, storage medium stored with program readable by computer, and program - Google Patents

Image input/output device, information processing method, storage medium stored with program readable by computer, and program Download PDF

Info

Publication number
US20060048019A1
US20060048019A1 US11/206,871 US20687105A US2006048019A1 US 20060048019 A1 US20060048019 A1 US 20060048019A1 US 20687105 A US20687105 A US 20687105A US 2006048019 A1 US2006048019 A1 US 2006048019A1
Authority
US
United States
Prior art keywords
fault
storing
unit
log
occurrence frequency
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/206,871
Other versions
US7653839B2 (en
Inventor
Toru Takahashi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Assigned to CANON KABUSHIKI KAISHA reassignment CANON KABUSHIKI KAISHA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TAKAHASHI, TORU
Publication of US20060048019A1 publication Critical patent/US20060048019A1/en
Application granted granted Critical
Publication of US7653839B2 publication Critical patent/US7653839B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2268Logging of test results

Definitions

  • the present invention relates to an image input/output device that executes a predetermined image input/output process by controlling a plurality of devices, an information processing method, a storage medium stored with a program readable by a computer, and a program.
  • a control unit for controlling executing operations of respective units (or modules) of a device configuring a multi-function device serving as a printer, a copying machine and a facsimile and incorporating functions thereof has hitherto adopted a mechanism for outputting logs representing device internal states that include sensor values of the respective units in order to perform a test at a development and debugging, to conduct maintenance of a product on the market and to analyze a fault.
  • logs are invariably outputted to a host PC (Personal Computer) etc. connected to the device, and the development can be advanced while checking internal operations by analyzing these logs. Then, as for the on-the-market machines, generally the logs are obtained only for a periodic inspection by a serviceman and for taking an urgent measure against the fault. Therefore, what the periodic inspection can check is only a temporary state when in the inspection, and it is impossible to detect a latent fault that might not occur during the inspection.
  • PC Personal Computer
  • the device internal state is merely left as a log while any consideration is not given to a user's operation, and hence it is difficult to reenact an error and the fault when evaluating at the stage of the development and when taking the measure against the fault with respect to the on-the-market machine.
  • Japanese Patent Application Laid-Open No. 2002-283683 discloses a technology of enhancing a reenacting property of the error and the fault and facilitating the maintenance of the product and the fault analysis as well by recording the user's operation as a log in addition to the device internal state on a memory. Further, Japanese Patent Application Laid-Open No. 2002-283683 discloses also a technology of diagnosing the fault from these logs by the device itself.
  • a fundamental problem is a point that the recording target log is uniquely determined before the operation in a state of not knowing which type of fault occurs during the operation and how much a fault occurrence frequency is.
  • an object of the present invention is to provide an image input/output apparatus and an information processing method that are capable of setting without any restriction a threshold value for judging a fault occurrence frequency in adaptation to an environment where a user employs the image input/output apparatus.
  • this apparatus and method it is possible to perform fault information management having excellent usability, wherein an administrator selects a should-emphasize intrinsic fault from within detectable faults in individually-occurred faults, and it is enough to store a fault occurrence state.
  • an image input/output apparatus executing an image input/output process by controlling at least one device comprising a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, a discriminating unit adapted to judge whether or not the occurrence frequency of the fault is equal to or larger than the threshold value, and a log management unit adapted to control storage setting of the log information associated with said fault into said first storing unit on the basis of a result of the judgment by said discriminating unit.
  • an image input/output apparatus comprises a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, and a log management unit adapted to control, if the fault occurrence frequency is equal to or larger than the threshold value, the log information associated with the fault so that the log information is stored on said first storing unit.
  • an image input/output apparatus comprises a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, and a log management unit adapted to control, if the fault occurrence frequency is less than the threshold value, the log information associated with the fault so that the log information is not stored on said first storing unit.
  • FIG. 1 is an explanatory block diagram showing a system architecture of an image input/output device in a first embodiment of the present invention
  • FIG. 2 is an explanatory diagram showing a data structure in a log management table shown in FIG. 1 ;
  • FIG. 3 is an explanatory diagram showing a data structure in the log management table shown in FIG. 1 ;
  • FIG. 4 is a flowchart showing one example of a first data processing procedure in the image input/output device in the first embodiment of the present invention
  • FIGS. 5A, 5B and 5 C are explanatory schematic diagrams showing a history recording process into a log storage area by a log management module shown in FIG. 1 ;
  • FIG. 6 is an explanatory block diagram showing a system architecture of the input input/output device in a second embodiment of the present invention.
  • FIG. 7 is a flowchart showing one example of a second data processing procedure in the image input/output device in the second embodiment of the present invention.
  • FIG. 8 is an explanatory block diagram showing a system architecture of the input input/output device in a third embodiment of the present invention.
  • FIG. 9 is a flowchart showing one example of a third data processing procedure in the image input/output device in the third embodiment of the present invention.
  • FIG. 10 is an explanatory block diagram showing a system architecture of the input input/output device in a fourth embodiment of the present invention.
  • FIG. 11 is a flowchart showing one example of a fourth data processing procedure in the image input/output device in the fourth embodiment of the present invention.
  • FIG. 12 is an explanatory diagram showing a memory map of a storage medium stored with a variety of data processing programs readable by the image input/output device according to the present invention.
  • FIG. 1 is an explanatory block diagram showing a system architecture of an image input/output device in one embodiment of the present invention.
  • An image input/output device 100 shown in FIG. 1 is constructed of a CPU (Central Processing Unit) 110 , a RAM (Random Access Memory) 130 , a RAM 140 , a UI (User Interface) 121 , a printer unit 122 , a scanner unit 123 , a FAX unit 124 and other units (an A-unit 125 , a B-unit 126 , etc.).
  • a CPU Central Processing Unit
  • RAM Random Access Memory
  • RAM 140 Random Access Memory
  • UI User Interface
  • the CPU 110 executes a program consisting of a control module 111 and a log management module 112 .
  • the control module 111 controls executing operations of the respective units connected to the CPU 110 in a way that employs a data area 131 in the RAM 130 stored with attributes of a print job and printing object image data.
  • the log management module 112 receives sensor output signals from various types (including electrical or mechanical types) sensors (functioning as fault detection means) provided in the respective units and logs representing a variety of states of the control of the control module 111 , and stores the logs in a log storage area 132 within the RAM 130 .
  • the log management module 112 manages setting of any one of [storing] and [not storing] each log on the log storage area 132 by use of a log management table 141 in the RAM 140 , and manages a frequency of occurrence of each fault by use of a fault management table 142 within the RAM 140 .
  • a configuration at this time shall be such that the RAM 130 and the RAM 140 may be actualized as a single RAM. Further, two or more RAMs may also exist, and any one of the RAMs shall invariably include the data area 131 , the log storage area 132 , the log management table 141 and the fault management table 142 .
  • the UI 121 includes an input/output device such as a liquid crystal panel and buttons, and controls an input from a user and an output to the user.
  • the printer unit 122 prints the image data on a paper medium.
  • the scanner unit 123 reads an original as the image data.
  • the FAX unit 124 transmits the image data via a public network to other devices, and receives the image data from other devices.
  • the units (the A-unit 125 , the B-unit 126 , etc.) controlled by the control module 111 are connected to the CPU 110 .
  • a local PC 160 functioning as an external device is so connected via a connection medium 150 as to get communicable, and can receive the log stored in the log storage area 132 via the connection medium 150 .
  • a serial cable such as a USB (Universal Serial Bus) is given as one example of the connection medium 150 .
  • the local PC 160 receives only a necessary piece of fault-related log transmitted form the image input/output device 100 in step ( 706 ) shown in FIG. 4 as will be described later on, and displays notification on an unillustrated UI screen, whereby a user thereof recognizes occurrence of the fault and starts a quick and exact measure against the fault occurred on the image input/output device.
  • FIG. 2 is an explanatory diagram showing a data structure in the log management table shown in FIG. 1 .
  • a log management table 500 is structured of three items (fields) such as a log ID 501 , a content 502 and a record flag 503 .
  • the log ID 501 serves to identify a type of the log, and contains ID entries corresponding to the number of log types.
  • the log content 502 represents a content of each of the logs.
  • the record flag 503 is a flag for setting whether the log content 502 is recorded in the log storage area 132 or not, wherein, in the first embodiment, when a value in the record flag 503 is “0”, this value corresponds to a setting status of [not recording], and, when the value in the record flag 503 is “1”, this value corresponds to a setting status of [recording].
  • the record flag 503 enables the value to become changeable during an operation of the device, corresponding to the frequency of occurrence of the fault occurred within the image input/output device 100 in the first embodiment.
  • the log ID 501 and the content 502 are not information that should be changed during the operation and are not therefore permitted to change during the operation, however, a pre-registration, a pre-change and a pre-deletion thereof can be conducted.
  • FIG. 3 is an explanatory diagram showing a data structure in the fault management table 142 shown in FIG. 1 .
  • a fault management table 600 is structured of four items (fields) such as a fault ID 601 , a content 602 , a frequency of occurrence and a related log ID.
  • the fault ID 601 which serves to identify a type of the fault, differs depending on the components of the image input/output device 100 , and contains ID entries corresponding to the number of types of the faults that occur, depending on a hardware architecture and a module configuration of each image input/output device.
  • the content 602 represents a content of the fault.
  • the frequency of occurrence consists of items (sub-fields) such as a number-of-occurrence (occurrence count) 603 and a last update time 604 .
  • the number-of-occurrence 603 represents the number of occurrences of the faults
  • the last update time 604 represents the latest time when updating (a value in) the number-of-occurrence (occurrence count) 603 .
  • a value in the fault occurrence count 603 is incremented under the control of the log management module 112 , and the time when incrementing this value is set in the last update time 604 in the fault management table 600 .
  • the value in the occurrence count 604 is decremented under the control of the log management module 112 , and the decremented time is set in the last update time 604 in the fault management table 600 . Note that at this time the occurrence count 604 is reduced down to [0] but does not become less than [0].
  • the related log ID consists of items (sub-fields) such as a Level 1 and a Level 2 .
  • the Level 1 and the Level 2 represent fault occurrence levels, and the level transits such as the Level 1 , the Level 2 in sequence as the occurrence frequency rises.
  • the transition of the occurrence level is controlled by the log management module 112 so that the level transits to a high-order level when the value in the occurrence count 603 gets equal to or larger than a threshold value based on the setting that will be explained later on, and transits to a low-order level when becoming smaller than the threshold value.
  • each of the Level 1 and the Level 2 has two items, wherein the aforementioned threshold values are set in items 605 and 607 , and identification values (the values in the log ID 501 in the log management table 500 ) of the types of the logs related to the respective faults, are set in items 606 and 608 .
  • More detailed logs with respect to the faults each exhibiting a high occurrence frequency and a high level of importance can be recorded in a way that manages the log management table 500 and the fault management table 600 .
  • the setting with respect to the faults each exhibiting a low occurrence frequency and a low level of importance can be set such as not recording the related logs.
  • a specific description about the log management table 500 and the fault management table 600 will hereinafter be explained, and therefore, for example, exhaustion of a color (Y) toner as a consumable material in an engine portion of the printer unit 122 of the image input/output device 100 is emphatically described as “out of Y toner” in an example of the fault.
  • the fault of “out of Y toner” is that “E552” is entered in the fault ID 601
  • the occurrence count 603 is counted up under the control of the log management module 112 from a point of time “T — 037722” entered in the last update time 604 , wherein it can be recognized by referring to the contents in the fault management table 142 that the occurrence count is 21 as a total sum.
  • the occurrence count 603 is equal to or larger than “18” defined as a value in the item 607 of the Level 2 of the related log ID, and hence it can be also simultaneously recognized by referring to the contents in the fault management table 142 that the fault occurrence level is Level 2 .
  • the setting under the control of the log management module 112 is that the fault of “out of Y toner” and logs “L773” and “L774” which are associated as the sub-items of the occurrence levels of the fault, are recorded in the log storage area 132 ensured in the RAM 130 .
  • both of values, in the record flag 503 , of “L773” and “L774” as the values in the log ID 501 are set to “1”.
  • the fault occurrence level transits to Level 1 from Level 2 , wherein the log (“L774” in the first embodiment) associated with the higher-order occurrence level than Level 1 is set so as not to be recorded in the log storage area 132 , and the value in the record flag 503 is set to “0”.
  • the occurrence count 603 gets smaller than the threshold value of Level 1 , similarly the value, in the record flag 503 , of the log associated with Level 1 is set to “0”. Namely, if the occurrence count 603 is smaller than the threshold value of Level 1 , the control is that none of the logs related to this fault are recorded.
  • an assumption shall be such that the fault occurs once, after removing this fault, the same fault does not occur for one year or longer, and the occurrence count returns to [0]. In this case, it follows that none of the related logs are recorded because of not exceeding any threshold values. In this case, however, the frequency of the fault occurrence is extremely small, and it can be therefore considered that no analysis of the log does not cause trouble so much.
  • the occurrence count comes to [50] where the fault occurs 50 times in, e.g., one month in spite of getting rid of the fault each time the fault occurs, and all the related logs are to be recorded.
  • the fault can be considered to exhibit the level of importance that is as high as requiring the analyses of all the related logs.
  • the setting of the value in the record flag 503 is determined depending on whether the value is equal to or larger than the threshold value or less than the threshold value. It is taken for, however, granted that the setting of the value in the record flag 503 may be determined depending on whether the value is larger than the threshold value or equal to or smaller than the threshold value.
  • the thus-constructed image input/output device 10 has the following characteristic configurations.
  • the CPU 110 controls the plurality of devices (the scanner unit 123 , the FAX unit 124 , the printer unit 122 , etc.) by executing the control module 111 .
  • the log management table 141 illustrated in FIG. 1 which serves as first storage means (a first storing unit), is stored with operation history information (logs) classified, as shown in FIG. 2 , into a first type of history representing an operation on the UI 121 and a second type of history representing a state of the control by the control module 111 and with a record flag 503 for selecting from the first type of history or the second type of history as shown in FIG. 2 .
  • operation history information logs classified, as shown in FIG. 2 , into a first type of history representing an operation on the UI 121 and a second type of history representing a state of the control by the control module 111 and with a record flag 503 for selecting from the first type of history or the second type of history as shown in FIG. 2 .
  • the variety of unillustrated sensors are installed in predetermined positions within the image input/output device and detect the faults of the respective devices that operate under the control of the control module 111 , and outputs thereof are inputted to an unillustrated input port of the CPU 110 .
  • the fault management table 142 shown in FIG. 1 which serves as second storage means (a second storing unit), is stored with pieces of fault history information such as every fault to be detected, a fault occurrence frequency of every fault and a threshold value for judging a fault occurrence level of the occurrence frequency by associating these elements with each other in a way that enables the fault history information to be updated.
  • threshold values stored in the fault management table 142 are set and when the fault occurrence level is set through the UI 121 , these threshold values are set at two or more levels in the fault management table 142 .
  • the log management module 112 shown in FIG. 1 judges a fluctuation state of the fault occurrence level on the basis of a procedure shown in FIG. 4 that will be explained later on by judging whether or not the occurrence frequency of each fault stored in the fault management table 142 exceeds each threshold value to be set. Then, the value in the record flag stored in the log management table 141 is control-set to any one of [0] and [1] on the basis of a result of the judgment about the fluctuation state of the fault occurrence level.
  • an administrator etc. selects a should-emphasize characteristic fault from the individually-occurred and detectable faults by setting without any restriction the threshold value for judging the level of the fault occurrence frequency in adaptation to an environment in which the user employs the image input/output device, thereby making it possible to reduce a futile fault management processing load and to prevent a normal image input/output processing efficiency from decreasing because of it's being enough to store the fault occurrence state.
  • FIG. 4 is a flowchart showing one example of a first data processing procedure in the image input output device according to the present invention.
  • the log management module 112 shown in FIG. 1 corresponds to a history recording processing procedure into the log storage area 132 , which is executed in a way that refers to the fault management table 142 .
  • the CPU 110 shown in FIG. 1 executes the log management module 122 , thereby actualizing the respective steps.
  • a log storage area 721 corresponds to the log storage area 132 shown in FIG. 1
  • a log management table 723 corresponds to the log management table 141
  • a fault management table 722 corresponds to the fault management table 142 .
  • FIGS. 5A, 5B and 5 C are explanatory schematic diagrams each showing a history recording process into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 1 , wherein FIG. 5A corresponds to (shows) a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • a log storage area 801 corresponds to the log storage area 132 shown in FIG. 1 .
  • the log management module 112 judges on a control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not ( 702 ).
  • the log management module 112 makes this judgment by referring to the log management table 723 , and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • the logs concerned are consecutively recorded in the log storage area 721 ( 703 ).
  • a data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A , and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112 , invariably recorded in the log storage area 801 .
  • 803 in FIGS. 5A to 5 C shows one example of the logs recorded in the log storage area 801 .
  • the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • step ( 704 ) it is judged in the control routine whether the fault occurs or not ( 704 ), and, when judging that the fault does not occur, the processing advances to step ( 710 ), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 ( 705 ).
  • judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722 .
  • the management information about the fault is specified by the fault ID 601 , then only the logs specified by the log ID 501 , which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the local PC 160 shown in FIG. 1 ( 706 ).
  • step ( 704 ) that the fault occurs as at the fault occurrence time (as in the example of “jam” given by way of one example of the occurred fault) shown in FIG. 5A , in the case of the occurrence of the fault called “jam”, among the logs recorded in the log storage area 801 , only the jam-related logs (the logs with half-tone dot meshing in FIG. 5B ) shown in FIG. 5B are selected. Then, the logs selected due to the occurrence of the fault are stored as a log file 804 .
  • the occurrence count associated with the concerned fault and representing the occurrence frequency in the fault management table 722 is updated by incrementing the value in the occurrence count ( 707 ).
  • the occurrence count 603 in the occurrence frequency shown in FIG. 3 and the value in the last update time 604 are updated while referring to the fault management table 722 .
  • the log management module 112 judges whether the fault occurrence level rises or not by comparing the value in the occurrence count 603 of the concerned fault with the values in the item 605 of the Level 1 and the value in the item 607 of the Level 2 of the related log ID ( 708 ), then the processing advances to step ( 710 ) when judging that the fault occurrence level does not rise, and, when judging that the occurrence count 603 gets larger than the threshold value (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3 ) of the high-order level and the fault occurrence level transits to the high-order level, the setting is done so as to record the fault-related logs from this onwards ( 709 ).
  • the setting is done so that the log management module 112 refers to the log management table 723 and records the logs specified by the related log ID (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3 ) described in the occurrence level concerned.
  • the value in the record flag 503 in the log management table 723 is set to “1”.
  • the occurrence level of the fault called, e.g., “jam” rises to [1] from [0], and the setting is such that a log of a fixing unit related to the “jam” is recorded in the log storage area 132 .
  • the log management module 112 judges whether there is a fault exhibiting a decrease in the fault frequency and a decrease in the fault occurrence level ( 710 ).
  • the present time is compared with the last update time 604 , and, with respect to the fault with the update that is not executed for a predetermined period of time, the value in the occurrence count 603 is decremented while updating the last update time 604 , whereby the fault frequency decreases.
  • the occurrence count 603 is smaller than the threshold value (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3 ) of the present occurrence level.
  • step ( 710 ) if the judgment made in step ( 710 ) is that there is the fault exhibiting the decrease in the fault occurrence level, the setting is done so that the fault-related log is not recorded from this onwards ( 711 ). Namely, “0” is set in the record flag 503 in the log management table 723 . Then, in the case of making a control routine terminating judgment ( 712 ) and judging that the control routine is terminated, the present process is finished, then, while on the other hand, when judging that the routine is not terminated, the processing returns to step ( 701 ), and the next control routine is executed again during the operation ( 701 ), thus repeating the flow described above.
  • the local PC 160 receives only necessary pieces of fault-related logs transmitted from the image input/output device 100 in step ( 706 ) shown in FIG. 4 and displays these logs by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 100 ) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG.
  • the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132 .
  • the first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are accumulated on the storage device, e.g., the hard disc etc. included in the image input/output device, and the content thereof can be displayed and thus confirmed on the UI screen by the instruction from the operation unit etc..
  • the storage device e.g., the hard disc etc. included in the image input/output device
  • the embodiment thereof will hereinafter be described.
  • FIG. 6 is an explanatory block diagram showing a system architecture of the image input/output device in a second embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • a hard disc (HDD) designated at 225 is stored with the image data etc. as a file. Further, in an image input/output device 200 having the HDb 225 , when detecting the occurrence of the fault, only the fault-related logs are extracted (selected) from the log storage area 132 in a way that selects only the fault-related logs under the control conducted by the log management module 112 by referring to the fault management table 142 , and there is performed the control of storing these selected logs as a text file on the HDD 225 .
  • FIG. 7 is a flowchart showing one example of a second data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 6 while referring to the fault management table 142 .
  • the CPU 110 shown in FIG. 6 executes the log management module 112 , thereby actualizing these steps.
  • a log storage area 721 corresponds to the log storage area 132 shown in FIG. 6
  • a log management table 723 corresponds to the log management table 141
  • a fault management table 722 corresponds to the fault management table 142 .
  • FIGS. 5A, 5B and 5 C are explanatory schematic diagrams each showing a history recording process into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 6 , wherein FIG. 5A corresponds to (shows) a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • a log storage area 801 corresponds to the log storage area 132 shown in FIG. 1 .
  • control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed ( 701 ).
  • the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not ( 702 ).
  • the log management module 112 makes this judgment by referring to the log management table 723 , and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • the logs concerned are consecutively recorded in the log storage area 721 ( 703 ).
  • a data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A , and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112 , invariably recorded in the log storage area 801 .
  • 803 in FIGS. 5A to 5 C shows one example of the logs recorded in the log storage area 801 .
  • the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • step ( 704 ) it is judged in the control routine whether the fault occurs or not ( 704 ), and, when judging that the fault does not occur, the processing advances to step ( 710 ), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 ( 705 ).
  • judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722 .
  • the management information about the fault is specified by the fault ID 601 , then only the logs specified by the log ID 501 , which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are stored as a file on the hard disc 225 shown in FIG. 6 ( 713 ).
  • the operation is the same as steps shown in FIG. 4 , and hence their explanations are omitted.
  • the hard disc 225 is stored with necessary pieces of logs related to the fault in step ( 713 ) shown in FIG. 7 , then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 200 ) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG.
  • the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132 .
  • the first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are transmitted to the PC and the management server via the network, and the contents of the logs can be displayed and confirmed on the UI screen by an instruction from the operation unit etc.. An embodiment thereof will hereinafter be described.
  • FIG. 8 is an explanatory block diagram showing a system architecture of the image input/output device in a third embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • a communication unit 325 is connected via a connection medium 351 to an Internet/Intranet 350 such as the Internet and LAN (Local Area Network)/WAN (Wide Area Network), and transmits and receives the data to and from a PC 361 and a management server 362 on the network.
  • the communication unit 325 executes a TCP/IP (Transmission Control Protocol/Internet Protocol) process by way of one example.
  • TCP/IP Transmission Control Protocol/Internet Protocol
  • an image input/output device 300 including the communication unit 325 when detecting the occurrence of the fault, only the fault-related logs are selected from the log storage area 132 in accordance with a control procedure shown in FIG. 9 , which will be explained later on, and these selected logs are transmitted to a PC 361 and a management server 362 performing the fault management.
  • FIG. 9 is a flowchart showing one example of a third data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 8 while referring to the fault management table 142 .
  • the CPU 110 shown in FIG. 8 executes the log management module 112 , thereby actualizing these steps.
  • the log storage area 721 corresponds to the log storage area 132 shown in FIG. 8
  • the log management table 723 corresponds to the log management table 141
  • the fault management table 722 corresponds to the fault management table 142 .
  • FIGS. 5A, 5B and 5 C are explanatory schematic diagrams each showing a history recording process into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 1 , wherein FIG. 5A corresponds to a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • the log storage area 801 corresponds to the log storage area 132 shown in FIG. 1 .
  • control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed ( 701 ).
  • the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not ( 702 ).
  • the log management module 112 makes this judgment by referring to the log management table 723 , and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • the logs concerned are consecutively recorded in the log storage area 721 ( 703 ).
  • a data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A , and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112 , invariably recorded in the log storage area 801 .
  • 803 in FIGS. 5A to 5 C shows one example of the logs recorded in the log storage area 801 .
  • the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • step ( 704 ) it is judged in the control routine whether the fault occurs or not ( 704 ), and, when judging that the fault does not occur, the processing advances to step ( 710 ), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 ( 705 ).
  • judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722 .
  • the management information about the fault is specified by the fault ID 601 , then only the logs specified by the log ID 501 , which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the PC 361 and the management server 362 on the network, which are connected to the Internet/Intranet 350 ( 714 ).
  • the operation is the same as steps shown in FIG. 4 , and hence their explanations are omitted.
  • the PC 361 and the management server 362 on the network are stored with necessary pieces of logs related to the fault in step ( 714 ) shown in FIG. 9 , then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • a fault, occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 300 ) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG.
  • the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132 .
  • the first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are converted in to a FAX data format and transmitted via the public network to a FAX and other image input/output device, and the contents of the logs can be displayed and confirmed on the UI screen by an instruction from the operation unit etc..
  • An embodiment thereof will hereinafter be described.
  • FIG. 10 is an explanatory block diagram showing a system architecture of the image input/output device in a fourth embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • a FAX unit designated at 124 is connected via a connection medium 451 to a public network 450 , and transmits the image data to a FAX 461 and an image input/output device 462 having a FAX function or receives the image data from the FAX 461 and the image input/output device 462 .
  • an image input/output device 400 in the fourth embodiment when detecting the occurrence of the fault, only the fault-related logs are selected from the log storage area 132 , and these selected logs are transmitted to the FAX 461 and the image input/output device 462 .
  • FIG. 11 is a flowchart showing one example of a fourth data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132 , which is executed by the log management module 112 shown in FIG. 10 while referring to the fault management table 142 .
  • the CPU 110 shown in FIG. 1 executes the log management module 112 , thereby actualizing these steps.
  • control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed ( 701 ).
  • the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not ( 702 ).
  • the log management module 112 makes this judgment by referring to the log management table 723 , and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • the logs concerned are consecutively recorded in the log storage area 721 ( 703 ).
  • a data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A , and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112 , invariably recorded in the log storage area 801 .
  • 803 in FIGS. 5A to 5 C shows one example of the logs recorded in the log storage area 801 .
  • the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • step ( 704 ) it is judged in the control routine whether the fault occurs or not ( 704 ), and, when judging that the fault does not occur, the processing advances to step ( 710 ), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 ( 705 ).
  • judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722 .
  • the management information about the fault is specified by the fault ID 601 , then only the logs specified by the log ID 501 , which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the FAX 461 and the image input/output device 462 ( 715 ).
  • the operation is the same as steps shown in FIG. 4 , and hence their explanations are omitted.
  • the FAX 461 and the image input/output device 462 are stored with necessary pieces of logs related to the fault in step ( 715 ) shown in FIG. 11 , then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 400 ) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG.
  • the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132 .
  • the present invention may be applied to a system configured by a plurality of devices and may also be applied to an apparatus constructed of a single device.
  • a configuration of a data processing program readable by the image input/output device according to the present invention will hereinafter be explained with reference to a memory map shown in FIG. 12 .
  • FIG. 12 is an explanatory diagram of a memory map of a storage medium for storing a variety of data processing programs readable by the image input/output device according to the present invention.
  • the storage medium is also stored with, though not particularly illustrated, pieces of information such as version information, a creator, etc. for managing a program group to be stored and pieces of information such as icons etc. for identifying and representing the programs, which depend on the OS etc. on the program reading side.
  • the data belonging to the variety of programs are also managed in the directory described above.
  • the storage medium is stored with a program for installing the variety of programs into the computer and with a program etc for extracting, if compressed, a compressed program to be installed.
  • FIGS. 4, 7 , 9 and 11 in the embodiments may be implemented by a host computer through the program installed from outside. Then, in this instance, the present invention is applied also to such a case that the output device is supplied with the information group containing the programs from on the storage medium such as a CD-ROM, a flash memory, a FD, etc. or from on an external storage medium via the network.
  • the storage medium such as a CD-ROM, a flash memory, a FD, etc.
  • the system or the device is supplied with the storage medium recorded with software program codes actualizing the functions in the embodiment discussed above, and the computer (or a CPU and an MPU) of the system or the device reads and executes the program codes stored on the storage medium, whereby the object of the present invention is, as a matter of course, accomplished.
  • the programs such as an object code, a program executed by an interpreter, script data etc. supplied to the OS are usable irrespective of forms of the programs on condition that the functions of the programs are provided.
  • the storage medium for supplying the program can involve using, for example, a flexible disc, a hard disc, an optical disc, a magneto-optic disc, an MO, a CD-ROM, a CD-R, a CD-RW, a magnetic tape, a nonvolatile memory card, a ROM, a DVD and so on.
  • the program can be also supplied by linking to a homepage on the Internet by use of a Browser on a client computer and downloading the computer program itself of the present invention or a file compressed and including an auto-install function into the storage medium such as the hard disc etc. from the homepage.
  • the supply of the program can be also actualized by segmenting the program codes structuring the program of the present invention into a plurality of files and downloading the respective files from different homepages.
  • claims according to the present invention include a WWW server, an FTP (File Transfer Protocol) server, etc. that downloads the program file actualizing the functional processing of the present invention with the computer for a plurality of users.
  • the present invention is not limited to the embodiments given above and can be modified in a variety of forms (including organic combinations of the respective embodiments) based on the gist of the present invention, and these modifications are not excluded from the scope of the present invention.
  • An image input/output apparatus executing an image input/output process by controlling at least one device includes a controlling unit (corresponding to the control module 111 shown in FIG. 1 ) adapted to control an operation of the device, a first storing unit (corresponding to the log storage area 132 shown in FIG. 1 ) adapted to store a history as log information (the log shown in FIG. 2 ) showing a state of the control by the controlling unit, a fault detecting unit (various types of unillustrated sensors are installed in predetermined positions within the image input/output apparatus, and outputs thereof are inputted to an unillustrated input port of the CPU 110 ) adapted to detect a fault of the device, a second storing unit (corresponding to the fault management table 142 shown in FIG.
  • a setting unit (corresponding to the operation panel configuring, e.g., the UI 121 shown in FIG. 1 ) adapted to enable one or more threshold values of the occurrence frequency to be set
  • a discriminating unit (corresponding to the judging function process by the log management module 112 shown in FIG. 1 ) adapted to judge whether or not the occurrence frequency of the fault is equal to or larger than the threshold value
  • a log management unit (corresponding to a judging function process by the log management module 112 shown in FIG. 1 ) adapted to control storage setting of the log information associated with the fault into the first storing unit on the basis of a result of the judgment by the discriminating unit.
  • the administrator selects a should-emphasize intrinsic fault in the individually-occurred faults from within the detectable faults, and it is enough to store the occurrence state of the fault, whereby a futile fault management processing load can be reduced, and a normal image input/output processing efficiency can be prevented from decreasing.
  • the image input/output apparatus further includes a third storing unit (the log management table 141 shown in FIG. 1 ) adapted to store storage control information (the record flag 503 shown in FIG. 2 ) for controlling the storage setting, wherein the log management unit, based on the storage control information, stores the first storing unit selectively with the log information.
  • a third storing unit (the log management table 141 shown in FIG. 1 ) adapted to store storage control information (the record flag 503 shown in FIG. 2 ) for controlling the storage setting, wherein the log management unit, based on the storage control information, stores the first storing unit selectively with the log information.
  • the log management unit notifies an external apparatus of the log information stored on the first storing unit.
  • the log management unit stores a fourth storing unit with the log information stored on the first storing unit.
  • the external storage device can be stored with the selected and stored fault information required.
  • the external apparatus is a data processing apparatus or a management server apparatus communicable via a predetermined communication medium.
  • the data processing apparatus or the management server apparatus serving as the external apparatus is notified of the selected and stored fault information required via the communication medium such as a network, and the data processing apparatus or the management server apparatus can verify the necessary history about the fault occurred.
  • the log management unit selects the log information related to the fault that is stored on the second storing unit from within the log information stored on the first storing unit and notifies the external apparatus of the fault-related log information (step ( 706 ) shown in FIG. 4 ).
  • the external apparatus is notified of only the necessary fault information and can verify only the selected necessary history about the fault occurred.
  • the second storing unit (corresponding to the fault management table 142 shown in FIG. 1 ) further stores the threshold value of the occurrence frequency so that the threshold value can be updated.
  • the log management unit controls the log information related to the fault so that the fault-related log information is stored on the first storing unit.
  • the log management unit controls the log information related to the fault so that the fault-related log information is not stored on the first storing unit.
  • the image input/output apparatus further includes a timer unit (an internal timer (unillustrated) of the CPU 110 shown in FIG. 1 ) adapted to measure the time, wherein the log management unit, after the fault has occurred, if the same fault does not occur for a predetermined period of elapse measured by the timer unit, updates the occurrence frequency associated with the fault stored on the second storing unit to a decremented value (step ( 707 ) shown in FIGS. 4, 7 , 9 and 11 ).
  • a timer unit an internal timer (unillustrated) of the CPU 110 shown in FIG. 1 ) adapted to measure the time, wherein the log management unit, after the fault has occurred, if the same fault does not occur for a predetermined period of elapse measured by the timer unit, updates the occurrence frequency associated with the fault stored on the second storing unit to a decremented value (step ( 707 ) shown in FIGS. 4, 7 , 9 and 11 ).
  • the image input/output apparatus further includes a timer unit (an internal timer (unillustrated) of the CPU 110 shown in FIG. 1 ) adapted to measure the time, wherein the second storing unit stores the fault occurrence frequency together with the time measured by the timer unit.
  • a timer unit an internal timer (unillustrated) of the CPU 110 shown in FIG. 1 ) adapted to measure the time, wherein the second storing unit stores the fault occurrence frequency together with the time measured by the timer unit.
  • An information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of the device includes a first storing step (step ( 703 ) shown in FIGS. 4, 7 , 9 and 11 ) of storing a first storing unit with a history as log information showing a state of the control by the controlling unit, a fault detecting step (step ( 704 ) shown in FIGS. 4, 7 , 9 and 11 ) of detecting a fault of the device, a second storing step (step ( 707 ) shown in FIGS.
  • a setting step capable of setting one or more threshold values of the occurrence frequency
  • a discriminating step steps ( 703 ) and ( 710 ) shown in FIGS. 4, 7 , 9 and 11 ) of judging whether or not the occurrence frequency of the fault is equal to or larger than the threshold value
  • a log management step steps ( 709 ) and ( 711 ) shown in FIGS. 4, 7 , 9 and 11 ) of controlling storage setting of the log information associated with the fault into the first storing unit on the basis of a result of the judgment in the discriminating step.
  • the present invention exhibits an effect in performing the fault information management having excellent usability, wherein an administrator selects a should-emphasize intrinsic fault from within the detectable faults in the individually-occurred faults while setting without any restriction the threshold value for judging the fault occurrence frequency in adaptation to an environment in which the user employs the image input/output apparatus, thereby making it possible to reduce a futile fault management processing load and to prevent a normal image input/output processing efficiency from decreasing because of it's being enough to store the fault occurrence state.

Abstract

An image input/output apparatus reduces a futile fault management processing load and prevents a normal image input/output processing efficiency from decreasing in the way that an administrator selects a should-emphasize intrinsic fault in individually-occurred faults from within the detectable faults. To accomplish this, when a history representing a state of control is stored as log information on a first storage, a fault is detected, and an occurrence frequency of the detected fault is stored on a second storage in a way that associates the fault occurrence frequency with the fault. One or more thresholds of the fault occurrence frequency are enabled to be set, and it is judged whether the fault occurrence frequency is equal to or larger than the threshold. Based on a result of the judgment, a log management unit controls storage setting of the log information associated with the fault into the first storage.

Description

    FIELD OF THE INVENTION
  • The present invention relates to an image input/output device that executes a predetermined image input/output process by controlling a plurality of devices, an information processing method, a storage medium stored with a program readable by a computer, and a program.
  • BACKGROUND OF THE INVENTION
  • A control unit for controlling executing operations of respective units (or modules) of a device configuring a multi-function device serving as a printer, a copying machine and a facsimile and incorporating functions thereof, has hitherto adopted a mechanism for outputting logs representing device internal states that include sensor values of the respective units in order to perform a test at a development and debugging, to conduct maintenance of a product on the market and to analyze a fault.
  • On the occasion of the product development, logs are invariably outputted to a host PC (Personal Computer) etc. connected to the device, and the development can be advanced while checking internal operations by analyzing these logs. Then, as for the on-the-market machines, generally the logs are obtained only for a periodic inspection by a serviceman and for taking an urgent measure against the fault. Therefore, what the periodic inspection can check is only a temporary state when in the inspection, and it is impossible to detect a latent fault that might not occur during the inspection.
  • Further, there is a possibility that when taking the urgent measure against the fault, the device internal state might already have changed, and a truly desire-to-obtain state just when the fault occurs can not be acquired.
  • Moreover, the device internal state is merely left as a log while any consideration is not given to a user's operation, and hence it is difficult to reenact an error and the fault when evaluating at the stage of the development and when taking the measure against the fault with respect to the on-the-market machine.
  • Such being the case, Japanese Patent Application Laid-Open No. 2002-283683 discloses a technology of enhancing a reenacting property of the error and the fault and facilitating the maintenance of the product and the fault analysis as well by recording the user's operation as a log in addition to the device internal state on a memory. Further, Japanese Patent Application Laid-Open No. 2002-283683 discloses also a technology of diagnosing the fault from these logs by the device itself.
  • According to the prior art described above, it is considered that the reenacting property of the error and the fault and the reliability on the self-diagnosis by the device are enhanced by taking as many detailed logs as possible.
  • As the number of logs gets larger, however, there is a higher possibility that a log recording process itself restricts performance of execution of the normal control.
  • Further, it follows that there increase the logs unrelated to the checking target error and fault, and therefore, conversely, it is difficult to select only the related-logs from within these unrelated logs. In addition, the unrelated logs cause a futile expenditure of a log storage area, and a period of real operation time of the device during which a history thereof can be recorded as a log, is reduced.
  • In these points, namely, a fundamental problem is a point that the recording target log is uniquely determined before the operation in a state of not knowing which type of fault occurs during the operation and how much a fault occurrence frequency is.
  • SUMMARY OF THE INVENTION
  • Accordingly, an object of the present invention is to provide an image input/output apparatus and an information processing method that are capable of setting without any restriction a threshold value for judging a fault occurrence frequency in adaptation to an environment where a user employs the image input/output apparatus. According to this apparatus and method, it is possible to perform fault information management having excellent usability, wherein an administrator selects a should-emphasize intrinsic fault from within detectable faults in individually-occurred faults, and it is enough to store a fault occurrence state. Hence, it is possible to reduce a futile fault management processing load and to prevent a normal image input/output processing efficiency from decreasing.
  • According to the present invention, the foregoing object is attained by providing an image input/output apparatus executing an image input/output process by controlling at least one device comprising a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, a discriminating unit adapted to judge whether or not the occurrence frequency of the fault is equal to or larger than the threshold value, and a log management unit adapted to control storage setting of the log information associated with said fault into said first storing unit on the basis of a result of the judgment by said discriminating unit.
  • Further, an image input/output apparatus comprises a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, and a log management unit adapted to control, if the fault occurrence frequency is equal to or larger than the threshold value, the log information associated with the fault so that the log information is stored on said first storing unit.
  • Yet further, an image input/output apparatus comprises a controlling unit adapted to control an operation of said device, a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit, a fault detecting unit adapted to detect a fault of said device, a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set, and a log management unit adapted to control, if the fault occurrence frequency is less than the threshold value, the log information associated with the fault so that the log information is not stored on said first storing unit.
  • Other features and advantages of the present invention will be apparent from the following description taken in conjunction with the accompanying drawings, in which like reference characters designate the same or similar parts throughout the figures there.
  • BRIEF DESCRIPTION OF THE DRAWING
  • FIG. 1 is an explanatory block diagram showing a system architecture of an image input/output device in a first embodiment of the present invention;
  • FIG. 2 is an explanatory diagram showing a data structure in a log management table shown in FIG. 1;
  • FIG. 3 is an explanatory diagram showing a data structure in the log management table shown in FIG. 1;
  • FIG. 4 is a flowchart showing one example of a first data processing procedure in the image input/output device in the first embodiment of the present invention;
  • FIGS. 5A, 5B and 5C are explanatory schematic diagrams showing a history recording process into a log storage area by a log management module shown in FIG. 1;
  • FIG. 6 is an explanatory block diagram showing a system architecture of the input input/output device in a second embodiment of the present invention;
  • FIG. 7 is a flowchart showing one example of a second data processing procedure in the image input/output device in the second embodiment of the present invention;
  • FIG. 8 is an explanatory block diagram showing a system architecture of the input input/output device in a third embodiment of the present invention;
  • FIG. 9 is a flowchart showing one example of a third data processing procedure in the image input/output device in the third embodiment of the present invention;
  • FIG. 10 is an explanatory block diagram showing a system architecture of the input input/output device in a fourth embodiment of the present invention;
  • FIG. 11 is a flowchart showing one example of a fourth data processing procedure in the image input/output device in the fourth embodiment of the present invention; and
  • FIG. 12 is an explanatory diagram showing a memory map of a storage medium stored with a variety of data processing programs readable by the image input/output device according to the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • The preferred embodiments of the present invention will now be described in detail with reference to the drawings. It should be noted that the relative arrangement of the components, the numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present invention unless it is specifically stated otherwise.
  • Description of System Architecture
  • First Embodiment
  • FIG. 1 is an explanatory block diagram showing a system architecture of an image input/output device in one embodiment of the present invention.
  • An image input/output device 100 shown in FIG. 1 is constructed of a CPU (Central Processing Unit) 110, a RAM (Random Access Memory) 130, a RAM 140, a UI (User Interface) 121, a printer unit 122, a scanner unit 123, a FAX unit 124 and other units (an A-unit 125, a B-unit 126, etc.).
  • The CPU 110 executes a program consisting of a control module 111 and a log management module 112. The control module 111 controls executing operations of the respective units connected to the CPU 110 in a way that employs a data area 131 in the RAM 130 stored with attributes of a print job and printing object image data.
  • On the other hand, the log management module 112 receives sensor output signals from various types (including electrical or mechanical types) sensors (functioning as fault detection means) provided in the respective units and logs representing a variety of states of the control of the control module 111, and stores the logs in a log storage area 132 within the RAM 130.
  • Further, the log management module 112 manages setting of any one of [storing] and [not storing] each log on the log storage area 132 by use of a log management table 141 in the RAM 140, and manages a frequency of occurrence of each fault by use of a fault management table 142 within the RAM 140.
  • A configuration at this time shall be such that the RAM 130 and the RAM 140 may be actualized as a single RAM. Further, two or more RAMs may also exist, and any one of the RAMs shall invariably include the data area 131, the log storage area 132, the log management table 141 and the fault management table 142.
  • The UI 121 includes an input/output device such as a liquid crystal panel and buttons, and controls an input from a user and an output to the user. The printer unit 122 prints the image data on a paper medium. The scanner unit 123 reads an original as the image data. The FAX unit 124 transmits the image data via a public network to other devices, and receives the image data from other devices. For others, the units (the A-unit 125, the B-unit 126, etc.) controlled by the control module 111 are connected to the CPU 110.
  • A local PC 160 functioning as an external device is so connected via a connection medium 150 as to get communicable, and can receive the log stored in the log storage area 132 via the connection medium 150. Note that a serial cable such as a USB (Universal Serial Bus) is given as one example of the connection medium 150.
  • It should be noted that the local PC 160 receives only a necessary piece of fault-related log transmitted form the image input/output device 100 in step (706) shown in FIG. 4 as will be described later on, and displays notification on an unillustrated UI screen, whereby a user thereof recognizes occurrence of the fault and starts a quick and exact measure against the fault occurred on the image input/output device.
  • FIG. 2 is an explanatory diagram showing a data structure in the log management table shown in FIG. 1.
  • Referring to FIG. 2, a log management table 500 is structured of three items (fields) such as a log ID 501, a content 502 and a record flag 503.
  • The log ID 501 serves to identify a type of the log, and contains ID entries corresponding to the number of log types. The log content 502 represents a content of each of the logs. The record flag 503 is a flag for setting whether the log content 502 is recorded in the log storage area 132 or not, wherein, in the first embodiment, when a value in the record flag 503 is “0”, this value corresponds to a setting status of [not recording], and, when the value in the record flag 503 is “1”, this value corresponds to a setting status of [recording].
  • Note that the record flag 503 enables the value to become changeable during an operation of the device, corresponding to the frequency of occurrence of the fault occurred within the image input/output device 100 in the first embodiment.
  • Further, the log ID 501 and the content 502 are not information that should be changed during the operation and are not therefore permitted to change during the operation, however, a pre-registration, a pre-change and a pre-deletion thereof can be conducted.
  • FIG. 3 is an explanatory diagram showing a data structure in the fault management table 142 shown in FIG. 1.
  • Referring to FIG. 3, a fault management table 600 is structured of four items (fields) such as a fault ID 601, a content 602, a frequency of occurrence and a related log ID.
  • The fault ID 601, which serves to identify a type of the fault, differs depending on the components of the image input/output device 100, and contains ID entries corresponding to the number of types of the faults that occur, depending on a hardware architecture and a module configuration of each image input/output device. The content 602 represents a content of the fault.
  • On the other hand, the frequency of occurrence consists of items (sub-fields) such as a number-of-occurrence (occurrence count) 603 and a last update time 604. The number-of-occurrence 603 represents the number of occurrences of the faults, and the last update time 604 represents the latest time when updating (a value in) the number-of-occurrence (occurrence count) 603.
  • If any one type of fault manageable (identifiable) by the fault ID occurs, a value in the fault occurrence count 603 is incremented under the control of the log management module 112, and the time when incrementing this value is set in the last update time 604 in the fault management table 600.
  • Further, if any fault does not occur for a predetermined period as a result of comparing the last update time 604 with time when in operation (which is acquired from, e.g., an RTC (Real Time Clock) etc.), the value in the occurrence count 604 is decremented under the control of the log management module 112, and the decremented time is set in the last update time 604 in the fault management table 600. Note that at this time the occurrence count 604 is reduced down to [0] but does not become less than [0].
  • The related log ID consists of items (sub-fields) such as a Level 1 and a Level 2.
  • The Level 1 and the Level 2 represent fault occurrence levels, and the level transits such as the Level 1, the Level 2 in sequence as the occurrence frequency rises. The transition of the occurrence level is controlled by the log management module 112 so that the level transits to a high-order level when the value in the occurrence count 603 gets equal to or larger than a threshold value based on the setting that will be explained later on, and transits to a low-order level when becoming smaller than the threshold value.
  • Note that each of the Level 1 and the Level 2 has two items, wherein the aforementioned threshold values are set in items 605 and 607, and identification values (the values in the log ID 501 in the log management table 500) of the types of the logs related to the respective faults, are set in items 606 and 608.
  • More detailed logs with respect to the faults each exhibiting a high occurrence frequency and a high level of importance can be recorded in a way that manages the log management table 500 and the fault management table 600.
  • Conversely, the setting with respect to the faults each exhibiting a low occurrence frequency and a low level of importance, can be set such as not recording the related logs. A specific description about the log management table 500 and the fault management table 600 will hereinafter be explained, and therefore, for example, exhaustion of a color (Y) toner as a consumable material in an engine portion of the printer unit 122 of the image input/output device 100 is emphatically described as “out of Y toner” in an example of the fault.
  • As shown in FIG. 3, the fault of “out of Y toner” is that “E552” is entered in the fault ID 601, the occurrence count 603 is counted up under the control of the log management module 112 from a point of time “T037722” entered in the last update time 604, wherein it can be recognized by referring to the contents in the fault management table 142 that the occurrence count is 21 as a total sum.
  • Further, the occurrence count 603 is equal to or larger than “18” defined as a value in the item 607 of the Level 2 of the related log ID, and hence it can be also simultaneously recognized by referring to the contents in the fault management table 142 that the fault occurrence level is Level 2.
  • Accordingly, the setting under the control of the log management module 112 is that the fault of “out of Y toner” and logs “L773” and “L774” which are associated as the sub-items of the occurrence levels of the fault, are recorded in the log storage area 132 ensured in the RAM 130.
  • To be specific, as shown in FIG. 2, both of values, in the record flag 503, of “L773” and “L774” as the values in the log ID 501 are set to “1”.
  • From this state, when the occurrence frequency of “out of Y tone” decreases and when the occurrence count becomes smaller than the value ([18]) in the item 607, the fault occurrence level transits to Level 1 from Level 2, wherein the log (“L774” in the first embodiment) associated with the higher-order occurrence level than Level 1 is set so as not to be recorded in the log storage area 132, and the value in the record flag 503 is set to “0”.
  • Then, if the occurrence count 603 gets smaller than the threshold value of Level 1, similarly the value, in the record flag 503, of the log associated with Level 1 is set to “0”. Namely, if the occurrence count 603 is smaller than the threshold value of Level 1, the control is that none of the logs related to this fault are recorded.
  • For instance, an assumption shall be such that the fault occurs once, after removing this fault, the same fault does not occur for one year or longer, and the occurrence count returns to [0]. In this case, it follows that none of the related logs are recorded because of not exceeding any threshold values. In this case, however, the frequency of the fault occurrence is extremely small, and it can be therefore considered that no analysis of the log does not cause trouble so much.
  • While on the other hand, it shall be assumed that the occurrence count comes to [50] where the fault occurs 50 times in, e.g., one month in spite of getting rid of the fault each time the fault occurs, and all the related logs are to be recorded. In this case, the fault can be considered to exhibit the level of importance that is as high as requiring the analyses of all the related logs.
  • In the above, the setting of the value in the record flag 503 is determined depending on whether the value is equal to or larger than the threshold value or less than the threshold value. It is taken for, however, granted that the setting of the value in the record flag 503 may be determined depending on whether the value is larger than the threshold value or equal to or smaller than the threshold value.
  • The thus-constructed image input/output device 10 has the following characteristic configurations.
  • In the image input/output device 100, when giving, e.g., an image processing request through an operation panel configuring the UI 121 shown in FIG. 1, the CPU 110 controls the plurality of devices (the scanner unit 123, the FAX unit 124, the printer unit 122, etc.) by executing the control module 111.
  • Further, on this occasion, the log management table 141 illustrated in FIG. 1, which serves as first storage means (a first storing unit), is stored with operation history information (logs) classified, as shown in FIG. 2, into a first type of history representing an operation on the UI 121 and a second type of history representing a state of the control by the control module 111 and with a record flag 503 for selecting from the first type of history or the second type of history as shown in FIG. 2.
  • Moreover, the variety of unillustrated sensors are installed in predetermined positions within the image input/output device and detect the faults of the respective devices that operate under the control of the control module 111, and outputs thereof are inputted to an unillustrated input port of the CPU 110. Then, the fault management table 142 shown in FIG. 1, which serves as second storage means (a second storing unit), is stored with pieces of fault history information such as every fault to be detected, a fault occurrence frequency of every fault and a threshold value for judging a fault occurrence level of the occurrence frequency by associating these elements with each other in a way that enables the fault history information to be updated.
  • Further, when one or more threshold values stored in the fault management table 142 are set and when the fault occurrence level is set through the UI 121, these threshold values are set at two or more levels in the fault management table 142.
  • Then, the log management module 112 shown in FIG. 1 judges a fluctuation state of the fault occurrence level on the basis of a procedure shown in FIG. 4 that will be explained later on by judging whether or not the occurrence frequency of each fault stored in the fault management table 142 exceeds each threshold value to be set. Then, the value in the record flag stored in the log management table 141 is control-set to any one of [0] and [1] on the basis of a result of the judgment about the fluctuation state of the fault occurrence level.
  • Through this procedure, an administrator etc. selects a should-emphasize characteristic fault from the individually-occurred and detectable faults by setting without any restriction the threshold value for judging the level of the fault occurrence frequency in adaptation to an environment in which the user employs the image input/output device, thereby making it possible to reduce a futile fault management processing load and to prevent a normal image input/output processing efficiency from decreasing because of it's being enough to store the fault occurrence state.
  • FIG. 4 is a flowchart showing one example of a first data processing procedure in the image input output device according to the present invention. The log management module 112 shown in FIG. 1 corresponds to a history recording processing procedure into the log storage area 132, which is executed in a way that refers to the fault management table 142. Note that (701) to (712) represent respective steps. Further, the CPU 110 shown in FIG. 1 executes the log management module 122, thereby actualizing the respective steps.
  • Moreover, in FIG. 4, a log storage area 721 corresponds to the log storage area 132 shown in FIG. 1, a log management table 723 corresponds to the log management table 141, and a fault management table 722 corresponds to the fault management table 142.
  • FIGS. 5A, 5B and 5C are explanatory schematic diagrams each showing a history recording process into the log storage area 132, which is executed by the log management module 112 shown in FIG. 1, wherein FIG. 5A corresponds to (shows) a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • Throughout FIGS. 5A to 5C, a log storage area 801 corresponds to the log storage area 132 shown in FIG. 1.
  • To start with, in FIG. 4, when the image input/output device 100 illustrated in FIG. 1 operates, the user inputs the operational instruction or a print job, etc., whereby control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed (701).
  • Then, the log management module 112 judges on a control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not (702). The log management module 112 makes this judgment by referring to the log management table 723, and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • Then, in the first embodiment, in the case of recording the operation logs or the control logs, namely, in the case where the value in the concerned record flag 503 is “1”, as shown in FIG. 7, the logs concerned are consecutively recorded in the log storage area 721 (703). A data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A, and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • Then, the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112, invariably recorded in the log storage area 801. Note that 803 in FIGS. 5A to 5C shows one example of the logs recorded in the log storage area 801. Further, the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • Next, it is judged in the control routine whether the fault occurs or not (704), and, when judging that the fault does not occur, the processing advances to step (710), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 (705).
  • It is to be noted that judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722. To be specific, as shown in FIG. 3, the management information about the fault is specified by the fault ID 601, then only the logs specified by the log ID 501, which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the local PC 160 shown in FIG. 1 (706).
  • Further, when judging in step (704) that the fault occurs, as at the fault occurrence time (as in the example of “jam” given by way of one example of the occurred fault) shown in FIG. 5A, in the case of the occurrence of the fault called “jam”, among the logs recorded in the log storage area 801, only the jam-related logs (the logs with half-tone dot meshing in FIG. 5B) shown in FIG. 5B are selected. Then, the logs selected due to the occurrence of the fault are stored as a log file 804.
  • Thereafter, the occurrence count associated with the concerned fault and representing the occurrence frequency in the fault management table 722 is updated by incrementing the value in the occurrence count (707).
  • Specifically, the occurrence count 603 in the occurrence frequency shown in FIG. 3 and the value in the last update time 604 are updated while referring to the fault management table 722.
  • Then, at this time, the log management module 112 judges whether the fault occurrence level rises or not by comparing the value in the occurrence count 603 of the concerned fault with the values in the item 605 of the Level 1 and the value in the item 607 of the Level 2 of the related log ID (708), then the processing advances to step (710) when judging that the fault occurrence level does not rise, and, when judging that the occurrence count 603 gets larger than the threshold value (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3) of the high-order level and the fault occurrence level transits to the high-order level, the setting is done so as to record the fault-related logs from this onwards (709).
  • To be specific, the setting is done so that the log management module 112 refers to the log management table 723 and records the logs specified by the related log ID (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3) described in the occurrence level concerned. With this setting, the value in the record flag 503 in the log management table 723 is set to “1”.
  • Through steps (707)-(709) given above, as shown in FIG. 5C corresponding to the state after the occurrence of the fault, the occurrence level of the fault called, e.g., “jam” rises to [1] from [0], and the setting is such that a log of a fixing unit related to the “jam” is recorded in the log storage area 132.
  • Then, with respect to all the faults registered in the fault management table 142, the log management module 112 judges whether there is a fault exhibiting a decrease in the fault frequency and a decrease in the fault occurrence level (710).
  • Specifically, as shown in FIG. 3, the present time is compared with the last update time 604, and, with respect to the fault with the update that is not executed for a predetermined period of time, the value in the occurrence count 603 is decremented while updating the last update time 604, whereby the fault frequency decreases. At this time, it is judged whether or not the occurrence count 603 is smaller than the threshold value (the item 605 of the Level 1 or the item 607 of the Level 2 shown in FIG. 3) of the present occurrence level.
  • Then, if the judgment made in step (710) is that there is the fault exhibiting the decrease in the fault occurrence level, the setting is done so that the fault-related log is not recorded from this onwards (711). Namely, “0” is set in the record flag 503 in the log management table 723. Then, in the case of making a control routine terminating judgment (712) and judging that the control routine is terminated, the present process is finished, then, while on the other hand, when judging that the routine is not terminated, the processing returns to step (701), and the next control routine is executed again during the operation (701), thus repeating the flow described above.
  • With this processing, the local PC 160 receives only necessary pieces of fault-related logs transmitted from the image input/output device 100 in step (706) shown in FIG. 4 and displays these logs by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • Moreover, on the fault management table 600, there is exactly grasped a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 100) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG. 3, and the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132.
  • Second Embodiment
  • The first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are accumulated on the storage device, e.g., the hard disc etc. included in the image input/output device, and the content thereof can be displayed and thus confirmed on the UI screen by the instruction from the operation unit etc.. The embodiment thereof will hereinafter be described.
  • FIG. 6 is an explanatory block diagram showing a system architecture of the image input/output device in a second embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • Referring to FIG. 6, a hard disc (HDD) designated at 225 is stored with the image data etc. as a file. Further, in an image input/output device 200 having the HDb 225, when detecting the occurrence of the fault, only the fault-related logs are extracted (selected) from the log storage area 132 in a way that selects only the fault-related logs under the control conducted by the log management module 112 by referring to the fault management table 142, and there is performed the control of storing these selected logs as a text file on the HDD 225.
  • FIG. 7 is a flowchart showing one example of a second data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132, which is executed by the log management module 112 shown in FIG. 6 while referring to the fault management table 142. Note that (701)-(705) and (707)-(713) represent respective steps. Moreover, the CPU 110 shown in FIG. 6 executes the log management module 112, thereby actualizing these steps.
  • Furthermore, in FIG. 7, a log storage area 721 corresponds to the log storage area 132 shown in FIG. 6, a log management table 723 corresponds to the log management table 141, and a fault management table 722 corresponds to the fault management table 142.
  • FIGS. 5A, 5B and 5C are explanatory schematic diagrams each showing a history recording process into the log storage area 132, which is executed by the log management module 112 shown in FIG. 6, wherein FIG. 5A corresponds to (shows) a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • Throughout FIGS. 5A to 5C, a log storage area 801 corresponds to the log storage area 132 shown in FIG. 1.
  • To begin with, when the image input/output device 200 illustrated in FIG. 6 operates, the user inputs the operational instruction or a print job, etc., whereby control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed (701).
  • Then, the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not (702). The log management module 112 makes this judgment by referring to the log management table 723, and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • Then, in the second embodiment, in the case of recording the operation logs or the control logs, namely, in the case where the value in the concerned record flag 503 is “1”, as shown in FIG. 7, the logs concerned are consecutively recorded in the log storage area 721 (703). A data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A, and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • Then, the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112, invariably recorded in the log storage area 801. Note that 803 in FIGS. 5A to 5C shows one example of the logs recorded in the log storage area 801. Further, the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • Next, it is judged in the control routine whether the fault occurs or not (704), and, when judging that the fault does not occur, the processing advances to step (710), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 (705).
  • It is to be noted that judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722. To be specific, as shown in FIG. 3, the management information about the fault is specified by the fault ID 601, then only the logs specified by the log ID 501, which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are stored as a file on the hard disc 225 shown in FIG. 6 (713). Hereafter, the operation is the same as steps shown in FIG. 4, and hence their explanations are omitted.
  • With this processing, the hard disc 225 is stored with necessary pieces of logs related to the fault in step (713) shown in FIG. 7, then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • Moreover, on the fault management table 600, there is exactly grasped a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 200) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG. 3, and the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132.
  • Third Embodiment
  • The first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are transmitted to the PC and the management server via the network, and the contents of the logs can be displayed and confirmed on the UI screen by an instruction from the operation unit etc.. An embodiment thereof will hereinafter be described.
  • FIG. 8 is an explanatory block diagram showing a system architecture of the image input/output device in a third embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • In FIG. 8, a communication unit 325 is connected via a connection medium 351 to an Internet/Intranet 350 such as the Internet and LAN (Local Area Network)/WAN (Wide Area Network), and transmits and receives the data to and from a PC 361 and a management server 362 on the network. The communication unit 325 executes a TCP/IP (Transmission Control Protocol/Internet Protocol) process by way of one example.
  • In an image input/output device 300 including the communication unit 325, when detecting the occurrence of the fault, only the fault-related logs are selected from the log storage area 132 in accordance with a control procedure shown in FIG. 9, which will be explained later on, and these selected logs are transmitted to a PC 361 and a management server 362 performing the fault management.
  • FIG. 9 is a flowchart showing one example of a third data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132, which is executed by the log management module 112 shown in FIG. 8 while referring to the fault management table 142. Note that (701)-(705), (707)-(712) and (714) represent respective steps. Moreover, the CPU 110 shown in FIG. 8 executes the log management module 112, thereby actualizing these steps.
  • Furthermore, in FIG. 9, the log storage area 721 corresponds to the log storage area 132 shown in FIG. 8, the log management table 723 corresponds to the log management table 141, and the fault management table 722 corresponds to the fault management table 142.
  • FIGS. 5A, 5B and 5C are explanatory schematic diagrams each showing a history recording process into the log storage area 132, which is executed by the log management module 112 shown in FIG. 1, wherein FIG. 5A corresponds to a state before the fault occurs, FIG. 5B corresponds to a state when the fault occurs, and FIG. 5C corresponds to a state after the fault has occurred.
  • Throughout FIGS. 5A to 5C, the log storage area 801 corresponds to the log storage area 132 shown in FIG. 1.
  • To start with, when the image input/output device 300 illustrated in FIG. 8 operates, the user inputs the operational instruction or a print job, etc., whereby control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed (701).
  • Then, the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not (702). The log management module 112 makes this judgment by referring to the log management table 723, and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • Then, in the third embodiment, in the case of recording the operation logs or the control logs, namely, in the case where the value in the concerned record flag 503 is “1”, as shown in FIG. 9, the logs concerned are consecutively recorded in the log storage area 721 (703). A data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A, and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • Then, the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112, invariably recorded in the log storage area 801. Note that 803 in FIGS. 5A to 5C shows one example of the logs recorded in the log storage area 801. Further, the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • Next, it is judged in the control routine whether the fault occurs or not (704), and, when judging that the fault does not occur, the processing advances to step (710), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 (705).
  • It is to be noted that judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722. To be specific, as shown in FIG. 3, the management information about the fault is specified by the fault ID 601, then only the logs specified by the log ID 501, which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the PC 361 and the management server 362 on the network, which are connected to the Internet/Intranet 350 (714). Hereafter, the operation is the same as steps shown in FIG. 4, and hence their explanations are omitted.
  • With this processing, the PC 361 and the management server 362 on the network are stored with necessary pieces of logs related to the fault in step (714) shown in FIG. 9, then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • Moreover, on the fault management table 600, there is exactly grasped a fault, occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 300) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG. 3, and the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132.
  • Fourth Embodiment
  • The first embodiment has exemplified the case of grasping the timing of recording the fault log in the log storage area 132 and notifying the local PC 160 of the content thereof, however, an available configuration is that the logs with the fault occurred are converted in to a FAX data format and transmitted via the public network to a FAX and other image input/output device, and the contents of the logs can be displayed and confirmed on the UI screen by an instruction from the operation unit etc.. An embodiment thereof will hereinafter be described.
  • FIG. 10 is an explanatory block diagram showing a system architecture of the image input/output device in a fourth embodiment of the present invention, wherein the same components as those in FIG. 1 are marked with the same numerals and symbols.
  • In FIG. 10, a FAX unit designated at 124 is connected via a connection medium 451 to a public network 450, and transmits the image data to a FAX 461 and an image input/output device 462 having a FAX function or receives the image data from the FAX 461 and the image input/output device 462.
  • In an image input/output device 400 in the fourth embodiment, when detecting the occurrence of the fault, only the fault-related logs are selected from the log storage area 132, and these selected logs are transmitted to the FAX 461 and the image input/output device 462.
  • FIG. 11 is a flowchart showing one example of a fourth data processing procedure in the image input/output device according to the present invention, and this processing procedure corresponds to the history record processing procedure of recording into the log storage area 132, which is executed by the log management module 112 shown in FIG. 10 while referring to the fault management table 142. Note that (701)-(705), (707)-(712) and (715) represent respective steps. Moreover, the CPU 110 shown in FIG. 1 executes the log management module 112, thereby actualizing these steps.
  • To start with, when the image input/output device 400 illustrated in FIG. 10 operates, the user inputs the operational instruction or a print job, etc., whereby control routines corresponding to these events (user's inputs) in the control module 111 are consecutively executed (701).
  • Then, the log management module 112 judges on the control-routine-by-control-routine basis whether the logs about the user's instructive operation inputted and the control itself are recorded or not (702). The log management module 112 makes this judgment by referring to the log management table 723, and specifically the judgment is conducted based on which value, [0] or [1], is set in the record flag 503 shown in FIG. 2 as described above.
  • Then, in the fourth embodiment, in the case of recording the operation logs or the control logs, namely, in the case where the value in the concerned record flag 503 is “1”, as shown in FIG. 11, the logs concerned are consecutively recorded in the log storage area 721 (703). A data flow in the processing flow described above corresponds to the state before the fault occurs as shown in FIG. 5A, and a log list 802 of the logs to be recorded is expressed as a list of the operation logs or the control logs in which the value in the record flag 503 shown in FIG. 2 is “1”.
  • Then, the logs existing in the list 802 are, when subjected to the operation and the control by the log management module 112, invariably recorded in the log storage area 801. Note that 803 in FIGS. 5A to 5C shows one example of the logs recorded in the log storage area 801. Further, the log contents are recorded in the log 803 in a way that adds (associates) the time to (with) each log content.
  • Next, it is judged in the control routine whether the fault occurs or not (704), and, when judging that the fault does not occur, the processing advances to step (710), wherein when judging that the fault occurs, only the logs related to the fault are selected from within the logs recorded so far in the log storage area 721 (705).
  • It is to be noted that judgement about whether or not the logs recorded in the log storage area 721 are related to the fault concerned is conducted by the log management module 112 in a way that refers to the fault management table 722. To be specific, as shown in FIG. 3, the management information about the fault is specified by the fault ID 601, then only the logs specified by the log ID 501, which are registered in the items 606 and 608 of the related log ID, are selected, and the selected logs are transmitted to the FAX 461 and the image input/output device 462 (715). Hereafter, the operation is the same as steps shown in FIG. 4, and hence their explanations are omitted.
  • With this processing, the FAX 461 and the image input/output device 462 are stored with necessary pieces of logs related to the fault in step (715) shown in FIG. 11, then these logs are displayed by way of notification on the unillustrated UI screen, and the user recognizes the occurrence of the fault and starts a measure against the fault occurred on the image input/output device quickly and exactly.
  • Moreover, on the fault management table 600, there is exactly grasped a fault occurrence fluctuation state (which differs depending on a user's specification mode of the image input/output device 400) in a case where the related log rises from the item 605 of the Level 1 up to the item 607 of the Level 2 shown in FIG. 3 in accordance with the to-be-set threshold values of the occurrence frequencies of, e.g., the two faults and in a case where the related log decreases from the item 607 of the Level 2 down to the item 605 of the Level 1 shown in FIG. 3, and the record management of the fault logs can be performed by the short-time processing with a small memory capacity without interfering with the execution of other control modules because of it's being enough to merely record the minimum number of fault logs required in the log storage area 132.
  • According to the respective embodiments discussed above, it is possible to flexibly change the setting/non-setting of the various types of histories (logs) as the recording targets during the operation in accordance with the error type or the fault type and the occurrence frequency. Hence, there is obviated a futile expenditure of the history storage area due to the histories having a less necessity for the test and the fault analysis. Further, when the error/fault occurs, only the related logs are selected, thereby facilitating the analysis of the error or the fault, which is carried out by a serviceman and a fault self-diagnosing device.
  • The in-depth descriptions of the embodiments of the present invention have been given so far, however, the present invention may be applied to a system configured by a plurality of devices and may also be applied to an apparatus constructed of a single device.
  • Fifth Embodiment
  • A configuration of a data processing program readable by the image input/output device according to the present invention will hereinafter be explained with reference to a memory map shown in FIG. 12.
  • FIG. 12 is an explanatory diagram of a memory map of a storage medium for storing a variety of data processing programs readable by the image input/output device according to the present invention.
  • It should be noted that there might be a case in which the storage medium is also stored with, though not particularly illustrated, pieces of information such as version information, a creator, etc. for managing a program group to be stored and pieces of information such as icons etc. for identifying and representing the programs, which depend on the OS etc. on the program reading side.
  • Further, the data belonging to the variety of programs are also managed in the directory described above. Moreover, there might be a case where the storage medium is stored with a program for installing the variety of programs into the computer and with a program etc for extracting, if compressed, a compressed program to be installed.
  • The functions illustrated in FIGS. 4, 7, 9 and 11 in the embodiments may be implemented by a host computer through the program installed from outside. Then, in this instance, the present invention is applied also to such a case that the output device is supplied with the information group containing the programs from on the storage medium such as a CD-ROM, a flash memory, a FD, etc. or from on an external storage medium via the network.
  • As stated above, the system or the device is supplied with the storage medium recorded with software program codes actualizing the functions in the embodiment discussed above, and the computer (or a CPU and an MPU) of the system or the device reads and executes the program codes stored on the storage medium, whereby the object of the present invention is, as a matter of course, accomplished.
  • In this case, it follows that the program codes themselves, which are read from the storage medium, actualize the novel functions of the present invention and that the storage medium stored with the program codes configures the present invention.
  • Accordingly, the programs such as an object code, a program executed by an interpreter, script data etc. supplied to the OS are usable irrespective of forms of the programs on condition that the functions of the programs are provided.
  • The storage medium for supplying the program can involve using, for example, a flexible disc, a hard disc, an optical disc, a magneto-optic disc, an MO, a CD-ROM, a CD-R, a CD-RW, a magnetic tape, a nonvolatile memory card, a ROM, a DVD and so on.
  • In this case, it follows that the program codes themselves, which are read from the storage medium, actualize the functions in the embodiments discussed above and that the storage medium stored with the program codes configures the present invention.
  • For others, as a program supply method, the program can be also supplied by linking to a homepage on the Internet by use of a Browser on a client computer and downloading the computer program itself of the present invention or a file compressed and including an auto-install function into the storage medium such as the hard disc etc. from the homepage. Further, the supply of the program can be also actualized by segmenting the program codes structuring the program of the present invention into a plurality of files and downloading the respective files from different homepages. Namely, claims according to the present invention include a WWW server, an FTP (File Transfer Protocol) server, etc. that downloads the program file actualizing the functional processing of the present invention with the computer for a plurality of users.
  • Moreover, it is also possible to actualize the function of the program of the present invention by encrypting this program, storing the encrypted program on the storage medium such as the CD-ROM, distributing the program to the users, permitting the user who cleared predetermined conditions to be downloaded with key information for decrypting the encrypted program from the homepage via the Internet, and installing the program into the computer by executing the encrypted program in a way that uses the key information. Furthermore, it goes without saying that there is included a case in which the functions in the embodiments discussed above are actualized by executing the program codes read by the computer, besides, the OS (Operating System) etc. running on the computer executes a part or the whole of the actual processes on the basis of the instructions of the program codes, and the functions in the embodiments discussed above are actualized by the processing thereof.
  • Moreover, as a matter of course, there is included such a case that after the program codes read from the storage medium have been written to a memory provided in a function extended board inserted into the computer or in a function extended unit connected to the computer, a CPU etc. provided in the function extended board or the function extended unit executes a part or the whole of the actual processes on the basis of the instructions of the program codes, and the functions in the embodiments discussed above are actualized by the processing thereof.
  • The present invention is not limited to the embodiments given above and can be modified in a variety of forms (including organic combinations of the respective embodiments) based on the gist of the present invention, and these modifications are not excluded from the scope of the present invention.
  • The discussion has been made by exemplifying the variety of examples and the embodiments of the present invention, however, it is taken for granted to those skilled in the art that the gist and the scope of the present invention are not restricted to the specified descriptions in the present specification and include the following operative embodiments. Operative embodiments 1 through 20 will hereinafter be described.
  • Operative Embodiment 1
  • An image input/output apparatus executing an image input/output process by controlling at least one device includes a controlling unit (corresponding to the control module 111 shown in FIG. 1) adapted to control an operation of the device, a first storing unit (corresponding to the log storage area 132 shown in FIG. 1) adapted to store a history as log information (the log shown in FIG. 2) showing a state of the control by the controlling unit, a fault detecting unit (various types of unillustrated sensors are installed in predetermined positions within the image input/output apparatus, and outputs thereof are inputted to an unillustrated input port of the CPU 110) adapted to detect a fault of the device, a second storing unit (corresponding to the fault management table 142 shown in FIG. 1) adapted to store an occurrence frequency (refer to the occurrence frequency in the fault management table 600 shown in FIG. 3) of the fault detected by the fault detecting unit in a way that associates the occurrence frequency with the fault, a setting unit (corresponding to the operation panel configuring, e.g., the UI 121 shown in FIG. 1) adapted to enable one or more threshold values of the occurrence frequency to be set, a discriminating unit (corresponding to the judging function process by the log management module 112 shown in FIG. 1) adapted to judge whether or not the occurrence frequency of the fault is equal to or larger than the threshold value, and a log management unit (corresponding to a judging function process by the log management module 112 shown in FIG. 1) adapted to control storage setting of the log information associated with the fault into the first storing unit on the basis of a result of the judgment by the discriminating unit.
  • With this configuration, there is set the threshold value for judging the fault occurrence frequency in adaptation to an environment where the user employs the image input/output apparatus, the administrator selects a should-emphasize intrinsic fault in the individually-occurred faults from within the detectable faults, and it is enough to store the occurrence state of the fault, whereby a futile fault management processing load can be reduced, and a normal image input/output processing efficiency can be prevented from decreasing.
  • Operative Embodiment 2
  • The image input/output apparatus according to the operative embodiment 1, further includes a third storing unit (the log management table 141 shown in FIG. 1) adapted to store storage control information (the record flag 503 shown in FIG. 2) for controlling the storage setting, wherein the log management unit, based on the storage control information, stores the first storing unit selectively with the log information.
  • This eliminates the necessity of previously providing the storing unit for storing all the logs, and makes it possible to build up a low-cost system capable of the storage management of the necessary fault information by using a small-capacity memory.
  • Operative Embodiment 3
  • In the image input/output apparatus according to the operative embodiment 1, the log management unit notifies an external apparatus of the log information stored on the first storing unit.
  • This enables the external apparatus to detect the required history about the fault occurred by notifying the external apparatus of the selected and stored fault information required.
  • Operative Embodiment 4
  • In the image input/output apparatus according to the operative embodiment 1, the log management unit stores a fourth storing unit with the log information stored on the first storing unit.
  • With this contrivance, the external storage device can be stored with the selected and stored fault information required.
  • Operative Embodiment 5
  • In the image input/output apparatus according to the operative embodiment 3, the external apparatus is a data processing apparatus or a management server apparatus communicable via a predetermined communication medium.
  • With this configuration, the data processing apparatus or the management server apparatus serving as the external apparatus is notified of the selected and stored fault information required via the communication medium such as a network, and the data processing apparatus or the management server apparatus can verify the necessary history about the fault occurred.
  • Operative Embodiment 6
  • In the image input/output apparatus according to the operative embodiment 3, the log management unit selects the log information related to the fault that is stored on the second storing unit from within the log information stored on the first storing unit and notifies the external apparatus of the fault-related log information (step (706) shown in FIG. 4).
  • The external apparatus is notified of only the necessary fault information and can verify only the selected necessary history about the fault occurred.
  • Operative Embodiment 7
  • In the image input/output apparatus according to the operative embodiment 1, the second storing unit (corresponding to the fault management table 142 shown in FIG. 1) further stores the threshold value of the occurrence frequency so that the threshold value can be updated.
  • This makes it possible to judge the fault occurrence frequency by setting the threshold value for judging the fault occurrence frequency without any restriction in adaptation to the environment where the user employs the image input/output apparatus.
  • Operative Embodiment 8
  • In the image input/output apparatus according to the operative embodiment 1, when the discriminating unit judges that the fault occurrence frequency fluctuates from a count (the number of times) less than the threshold value to a count equal to or larger than the threshold value (a discriminating step in step (708) shown in FIGS. 4, 7, 9 and 11), the log management unit controls the log information related to the fault so that the fault-related log information is stored on the first storing unit.
  • With this scheme, it is feasible to surely store the history about a minimum number of faults required, even when the fault occurrence frequency fluctuates due to the using state of the image input/output apparatus while making the fault judgment adapted to this fluctuation state. Further, it is also possible to select the should-store history in relation to the fault from within the log information and to restrain a capacity for the log information that should be stored on the first storing unit.
  • Operative Embodiment 9
  • In the image input/output apparatus according to the operative embodiment 1, when the discriminating unit judges that the fault occurrence frequency fluctuates from a count (the number of times) equal to or larger than the threshold value to a count less than the threshold value (a discriminating step in step (710) shown in FIGS. 4, 7, 9 and 11), the log management unit controls the log information related to the fault so that the fault-related log information is not stored on the first storing unit.
  • With this scheme, it is feasible to surely store the history about a minimum number of faults required, even when the fault occurrence frequency fluctuates due to the using state of the image input/output apparatus while making the fault judgment adapted to this fluctuation state. Further, if the fault occurrence frequency decreases, it is feasible to exclude the history information from the history that should be stored, and to restrain a capacity for the log information that should be stored on the third storing unit.
  • Operative Embodiment 10
  • The image input/output apparatus according to the operative embodiment 1, further includes a timer unit (an internal timer (unillustrated) of the CPU 110 shown in FIG. 1) adapted to measure the time, wherein the log management unit, after the fault has occurred, if the same fault does not occur for a predetermined period of elapse measured by the timer unit, updates the occurrence frequency associated with the fault stored on the second storing unit to a decremented value (step (707) shown in FIGS. 4, 7, 9 and 11).
  • With this contrivance, even when a state of the fault fluctuates, the necessary history is selected in adaptation to this fluctuation and can be thus stored.
  • Operative Embodiment 11
  • The image input/output apparatus according to the operative embodiment 1, further includes a timer unit (an internal timer (unillustrated) of the CPU 110 shown in FIG. 1) adapted to measure the time, wherein the second storing unit stores the fault occurrence frequency together with the time measured by the timer unit.
  • With this contrivance, a log state of the history information stored on the second storing unit is accurately calculated, and, if the predetermined period of time elapses and the fault state fluctuates, the necessary history is selected in adaptation to the elapse time and can be thus stored.
  • Operative Embodiment 12
  • An information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of the device, includes a first storing step (step (703) shown in FIGS. 4, 7, 9 and 11) of storing a first storing unit with a history as log information showing a state of the control by the controlling unit, a fault detecting step (step (704) shown in FIGS. 4, 7, 9 and 11) of detecting a fault of the device, a second storing step (step (707) shown in FIGS. 4, 7, 9 and 11) of storing an occurrence frequency of the fault detected in the fault detecting step in a way that associates the occurrence frequency with the fault, a setting step (unillustrated) capable of setting one or more threshold values of the occurrence frequency, a discriminating step (steps (703) and (710) shown in FIGS. 4, 7, 9 and 11) of judging whether or not the occurrence frequency of the fault is equal to or larger than the threshold value, and a log management step (steps (709) and (711) shown in FIGS. 4, 7, 9 and 11) of controlling storage setting of the log information associated with the fault into the first storing unit on the basis of a result of the judgment in the discriminating step.
  • Owing to this method, the same effects as those in the operative embodiment 1 are exhibited.
  • The present invention exhibits an effect in performing the fault information management having excellent usability, wherein an administrator selects a should-emphasize intrinsic fault from within the detectable faults in the individually-occurred faults while setting without any restriction the threshold value for judging the fault occurrence frequency in adaptation to an environment in which the user employs the image input/output apparatus, thereby making it possible to reduce a futile fault management processing load and to prevent a normal image input/output processing efficiency from decreasing because of it's being enough to store the fault occurrence state.
  • As many apparently widely different embodiments of the present invention can be made without departing from the spirit and scope thereof, it is to be understood that the invention is not limited to the specific embodiments thereof except as defined in the appended claims.
  • This application claims priority from Japanese Patent Application No. 2004-246240 filed Aug. 26, 2004, which is hereby incorporated by reference herein.

Claims (28)

1. An image input/output apparatus executing an image input/output process by controlling at least one device comprising:
a controlling unit adapted to control an operation of said device;
a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit;
a fault detecting unit adapted to detect a fault of said device;
a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault;
a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set;
a discriminating unit adapted to judge whether or not the occurrence frequency of the fault is equal to or larger than the threshold value; and
a log management unit adapted to control storage setting of the log information associated with said fault into said first storing unit on the basis of a result of the judgment by said discriminating unit.
2. An image input/output apparatus according to claim 1, further comprising a third storing unit adapted to store storage control information for controlling the storage setting,
wherein said log management unit, based on the storage control information, stores said first storing unit selectively with the log information.
3. An image input/output apparatus according to claim 1, wherein said log management unit notifies an external apparatus of the log information stored on said first storing unit.
4. An image input/output apparatus according to claim 1, wherein said log management unit stores a fourth storing unit with the log information stored on said first storing unit.
5. An image input/output apparatus according to claim 3, wherein said external apparatus is a data processing apparatus or a management server apparatus communicable via a predetermined communication medium.
6. An image input/output apparatus according to claim 3, wherein said log management unit selects the log information related to the fault that is stored on said second storing unit from within the log information stored on said first storing unit and notifies said external apparatus of the fault-related log information.
7. An image input/output apparatus according to claim 1, wherein said second storing unit further stores the threshold value of the occurrence frequency so that the threshold value can be updated.
8. An image input/output apparatus according to claim 1, wherein when said discriminating unit judges that the fault occurrence frequency fluctuates from a count (the number of times) less than the threshold value to a count equal to or larger than the threshold value, said log management unit controls the log information related to the fault so that the fault-related log information is stored on said first storing unit.
9. An image input/output apparatus according to claim 1, wherein when said discriminating unit judges that the fault occurrence frequency fluctuates from a count (the number of times) equal to or larger than the threshold value to a count less than the threshold value, said log management unit controls the log information related to the fault so that the fault-related log information is not stored on said first storing unit.
10. An image input/output apparatus according to claim 1, further comprising a timer unit adapted to measure the time,
wherein said log management unit, after the fault has occurred, if the same fault does not occur for a predetermined period of elapse measured by said timer unit, updates the occurrence frequency associated with the fault stored on said second storing unit to a decremented value.
11. An image input/output apparatus according to claim 1, further comprising a timer unit adapted to measure the time,
wherein said second storing unit stores the fault occurrence frequency together with the time measured by said timer unit.
12. An image input/output apparatus executing an image input/output process by controlling at least one device comprising:
a controlling unit adapted to control an operation of said device;
a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit;
a fault detecting unit adapted to detect a fault of said device;
a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault;
a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set; and
a log management unit adapted to control, if the fault occurrence frequency is equal to or larger than the threshold value, the log information associated with the fault so that the log information is stored on said first storing unit.
13. An image input/output apparatus executing an image input/output process by controlling at least one device comprising:
a controlling unit adapted to control an operation of said device;
a first storing unit adapted to store a history as log information showing a state of the control by said controlling unit;
a fault detecting unit adapted to detect a fault of said device;
a second storing unit adapted to store an occurrence frequency of the fault detected by said fault detecting unit in a way that associates the occurrence frequency with the fault;
a setting unit adapted to enable one or more threshold values of the occurrence frequency to be set; and
a log management unit adapted to control, if the fault occurrence frequency is less than the threshold value, the log information associated with the fault so that the log information is not stored on said first storing unit.
14. An information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of said device, said method comprising:
a first storing step of storing a first storing unit with a history as log information showing a state of the control by said controlling unit;
a fault detecting step of detecting a fault of said device;
a second storing step of storing an occurrence frequency of the fault detected in said fault detecting step in a way that associates the occurrence frequency with the fault;
a setting step capable of setting one or more threshold values of the occurrence frequency;
a discriminating step of judging whether or not the occurrence frequency of the fault is equal to or larger than the threshold value; and
a log management step of controlling storage setting of the log information associated with the fault into said first storing unit on the basis of a result of the judgment in said discriminating step.
15. An information processing method according to claim 14, comprising a third storing step of storing a third storing unit with storage control information for controlling the storage setting, wherein said log management step involves, based on the storage control information, storing said first storing unit selectively with the log information.
16. An information processing method according to claim 14, wherein said log management step involves notifying an external apparatus of the log information stored on said first storing unit.
17. An information processing method according to claim 14, wherein said log management step involves storing a fourth storing unit with the log information stored on said first storing unit.
18. An information processing method according to claim 16, wherein said external apparatus is a data processing apparatus or a management server apparatus communicable via a predetermined communication medium.
19. An information processing method according to claim 16, wherein said log management step involves selecting the log information related to the fault that is stored on said second storing unit from within the log information stored on said first storing unit and notifying said external apparatus of the fault-related log information.
20. An information processing method according to claim 14, wherein said second storing step involves further storing the threshold value of the occurrence frequency so that the threshold value can be updated.
21. An information processing method according to claim 14, wherein when judging in said discriminating step that the fault occurrence frequency fluctuates from a count (the number of times) less than the threshold value to a count equal to or larger than the threshold value, said log management step involves controlling the log information related to the fault so that the fault-related log information is stored on said first storing unit.
22. An information processing method according to claim 14, wherein when judging in said discriminating step that the fault occurrence frequency fluctuates from a count (the number of times) equal to or larger than the threshold value to a count less than the threshold value, said log management step involves controlling the log information related to the fault so that the fault-related log information is not stored on said first storing unit.
23. An information processing method according to claim 14, wherein said log management step, after the fault has occurred, if the same fault does not occur for a predetermined period of elapse measured by a timer unit, updating the occurrence frequency associated with the fault stored on said second storing unit to a decremented value.
24. An information processing method according to claim 14, wherein said second storing unit involves storing the fault occurrence frequency together with the time measured by a timer unit.
25. An information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of said device; said method comprising:
a first storing step of storing a history as log information showing a state of the control by said controlling unit;
a fault detecting step of detecting a fault of said device;
a second storing step of storing an occurrence frequency of the fault detected in said fault detecting step in a way that associates the occurrence frequency with the fault;
a setting step of enabling one or more threshold values of the occurrence frequency to be set; and
a log management step of controlling, if the fault occurrence frequency is equal to or larger than the threshold value, the log information associated with the fault so that the log information is stored on said first storing unit.
26. An information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of said device; said method comprising:
a first storing step of storing a history as log information showing a state of the control by said controlling unit;
a fault detecting step of detecting a fault of said device;
a second storing step of storing an occurrence frequency of the fault detected in said fault detecting step in a way that associates the occurrence frequency with the fault;
a setting step of enabling one or more threshold values of the occurrence frequency to be set; and
a log management step of controlling, if the fault occurrence frequency is less than the threshold value, the log information associated with the fault so that the log information is not stored on said first storing unit.
27. A storage medium readable by a computer, stored with a program for causing to execute an information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of said device, said method comprising:
a first storing step of storing a first storing unit with a history as log information showing a state of the control by said controlling unit;
a fault detecting step of detecting a fault of said device;
a second storing step of storing an occurrence frequency of the fault detected in said fault detecting step in a way that associates the occurrence frequency with the fault;
a setting step capable of setting one or more threshold values of the occurrence frequency;
a discriminating step of judging whether or not the occurrence frequency of the fault is equal to or larger than the threshold value; and
a log management step of controlling storage setting of the log information associated with the fault into said first storing unit on the basis of a result of the judgment in said discriminating step.
28. A program for causing to execute an information processing method of an image input/output apparatus executing an image input/output process by controlling at least one device and including a controlling unit adapted to control an operation of said device, said method comprising:
a first storing step of storing a first storing unit with a history as log information showing a state of the control by said controlling unit;
a fault detecting step of detecting a fault of said device;
a second storing step of storing an occurrence frequency of the fault detected in said fault detecting step in a way that associates the occurrence frequency with the fault;
a setting step capable of setting one or more threshold values of the occurrence frequency;
a discriminating step of judging whether or not the occurrence frequency of the fault is equal to or larger than the threshold value; and
a log management step of controlling storage setting of the log information associated with the fault into said first storing unit on the basis of a result of the judgment in said discriminating step.
US11/206,871 2004-08-26 2005-08-19 Image input/output device, information processing method, and storage medium Expired - Fee Related US7653839B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2004246240A JP4125274B2 (en) 2004-08-26 2004-08-26 Image input / output device, information processing method, computer-readable storage medium storing program, and program
JP2004-246240(PAT. 2004-08-26
JP2004-246240 2004-08-26

Publications (2)

Publication Number Publication Date
US20060048019A1 true US20060048019A1 (en) 2006-03-02
US7653839B2 US7653839B2 (en) 2010-01-26

Family

ID=35944892

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/206,871 Expired - Fee Related US7653839B2 (en) 2004-08-26 2005-08-19 Image input/output device, information processing method, and storage medium

Country Status (2)

Country Link
US (1) US7653839B2 (en)
JP (1) JP4125274B2 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070285712A1 (en) * 2006-06-12 2007-12-13 Canon Kabushiki Kaisha Image output system, image output apparatus, information processing method, storage medium, and program
US20080126870A1 (en) * 2006-06-30 2008-05-29 Kabushiki Kaisha Toshiba Maintenance system, method of controlling maintenance system, server, record medium in which program used for server is recorded, computer and record medium in which program used for computer is recorded
US20080301496A1 (en) * 2007-05-31 2008-12-04 Brother Kogyo Kabushiki Kaisha Data processor, data processing program, and data processing system
US20080307075A1 (en) * 2007-06-07 2008-12-11 Hitachi, Ltd. Sensor-net system and sensor node
US20090116061A1 (en) * 2007-11-05 2009-05-07 Canon Kabushiki Kaisha Image forming system, image forming apparatus, and control method therefor
US20100231944A1 (en) * 2009-03-16 2010-09-16 Canon Kabushiki Kaisha Server and information processing system having the server and control method thereof
US20100238485A1 (en) * 2009-03-17 2010-09-23 Fuji Xerox Co., Ltd. Storage medium storing print management program, print management apparatus, and printer system
US20110067026A1 (en) * 2009-09-14 2011-03-17 Ricoh Company, Ltd. Information processing apparatus, information processing system, utilization constraint method, utilization constraint program, and recording medium storing the program
US20110307744A1 (en) * 2010-06-10 2011-12-15 Fujitsu Limited Information processing system and failure processing method therefor
US20120303679A1 (en) * 2011-05-24 2012-11-29 Ricoh Company, Ltd. Image forming apparatus and information processing apparatus
GB2494536A (en) * 2011-09-09 2013-03-13 Xerox Corp Fault-based unit replacement
US20150378773A1 (en) * 2014-06-27 2015-12-31 Omron Corporation Communication system, programmable indicator, information processing device, operation control method, information processing method, and program
CN107193723A (en) * 2017-05-17 2017-09-22 深圳怡化电脑股份有限公司 Processing method, device, ATM and the storage medium of abnormal log
US10009482B1 (en) * 2017-02-28 2018-06-26 Kyocera Document Solutions Inc. System and method for diagnosing parts of a printing device to be replaced based on an incident rate
US20190095259A1 (en) * 2017-09-26 2019-03-28 Kyocera Document Solutions Inc. Electronic Device and Log Application
CN113190405A (en) * 2021-04-29 2021-07-30 山东英信计算机技术有限公司 Node health detection method and device, electronic equipment and storage medium
CN113228065A (en) * 2018-12-21 2021-08-06 日立建机株式会社 System for selecting maintenance component of working machine
CN114290828A (en) * 2021-12-31 2022-04-08 珠海奔图电子有限公司 Control method and device of image forming apparatus
CN116126568A (en) * 2021-11-12 2023-05-16 博泰车联网(大连)有限公司 Fault reproduction method, device, apparatus and readable storage medium

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5401903B2 (en) * 2008-10-03 2014-01-29 富士通株式会社 Failure information monitoring apparatus and failure information monitoring method
US7996729B2 (en) * 2009-09-30 2011-08-09 Xerox Corporation Method and system for maintenance of network rendering devices
KR101639332B1 (en) * 2009-12-17 2016-07-13 삼성전자주식회사 Server for managing image forming apparatus, Method and system for managing error of image forming apparatus
JP5517301B2 (en) * 2010-08-23 2014-06-11 ルネサスエレクトロニクス株式会社 Data processing system
JP5669507B2 (en) * 2010-10-05 2015-02-12 キヤノン株式会社 Management apparatus, management apparatus control method, and computer program
JP5751847B2 (en) * 2011-01-25 2015-07-22 三菱電機株式会社 Fault information / device information storage device
JP5711631B2 (en) * 2011-08-22 2015-05-07 株式会社沖データ Information display system
JP2013187700A (en) * 2012-03-07 2013-09-19 Ricoh Co Ltd Image processing system, image processing apparatus, and program
US9298528B2 (en) * 2012-10-10 2016-03-29 Bank Of America Corporation Evaluating and servicing problematic cash-handling machines
JP2020042380A (en) 2018-09-07 2020-03-19 京セラドキュメントソリューションズ株式会社 Information processing system, server device and information processing program

Citations (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5200958A (en) * 1990-09-28 1993-04-06 Xerox Corporation Method and apparatus for recording and diagnosing faults in an electronic reprographic printing system
US5297256A (en) * 1986-04-07 1994-03-22 Crosfield Electronics (Usa) Limited Digital image processing system and method
US5321832A (en) * 1989-05-26 1994-06-14 Hitachi, Ltd. System of database copy operations using a virtual page control table to map log data into physical store order
US5428618A (en) * 1993-01-27 1995-06-27 Kabushiki Kaisha Toshiba Debugger apparatus and method having an event history recording capability
US5469463A (en) * 1988-03-30 1995-11-21 Digital Equipment Corporation Expert system for identifying likely failure points in a digital data processing system
US5533193A (en) * 1994-06-24 1996-07-02 Xerox Corporation Method of saving machine fault information including transferring said information to another memory when an occurrence of predetermined events or faults of a reproduction machine is recognized
US5630048A (en) * 1994-05-19 1997-05-13 La Joie; Leslie T. Diagnostic system for run-time monitoring of computer operations
US5680541A (en) * 1991-12-16 1997-10-21 Fuji Xerox Co., Ltd. Diagnosing method and apparatus
US5696701A (en) * 1996-07-12 1997-12-09 Electronic Data Systems Corporation Method and system for monitoring the performance of computers in computer networks using modular extensions
US5706470A (en) * 1995-09-27 1998-01-06 Mitsubishi Denki Kabushiki Kaisha Disk updating log recording system
US5740490A (en) * 1995-12-14 1998-04-14 Mita Industrial Co., Ltd. Copier management system
US5828583A (en) * 1992-08-21 1998-10-27 Compaq Computer Corporation Drive failure prediction techniques for disk drives
US6023775A (en) * 1996-09-18 2000-02-08 Fujitsu Limited Fault information management system and fault information management method
US6327677B1 (en) * 1998-04-27 2001-12-04 Proactive Networks Method and apparatus for monitoring a network environment
US6338151B1 (en) * 1998-08-21 2002-01-08 International Business Machines Corporation Input/output recovery which is based an error rate and a current state of the computer environment
US20020048112A1 (en) * 2000-09-14 2002-04-25 Chu Sang Hoon Servo defect management scheme in hard disk drives
US6381710B1 (en) * 1995-04-07 2002-04-30 Samsung Electronics Co., Ltd. Error logging method utilizing temporary defect list
US20030023714A1 (en) * 2001-05-31 2003-01-30 Ziegler Fred R. ISDN disconnect alarm generation tool for use in voice over IP (VoIP) networks
US20030037287A1 (en) * 2000-09-25 2003-02-20 Masakatsu Nakamura Electronic apparatus, data communication device, management system of electronic apparatus, and management method of electronic apparatus
US6598179B1 (en) * 2000-03-31 2003-07-22 International Business Machines Corporation Table-based error log analysis
US6604212B2 (en) * 1998-01-06 2003-08-05 Seiko Epson Corporation System and method for monitoring the state of a plurality of machines connected via a computer network
US20030208654A1 (en) * 2002-05-03 2003-11-06 Compaq Information Technologies Group, L.P. Computer system architecture with hot pluggable main memory boards
US6718489B1 (en) * 2000-12-07 2004-04-06 Unisys Corporation Electronic service request generator for automatic fault management system
US6718490B1 (en) * 1999-08-19 2004-04-06 Konica Corporation Method and apparatus for controlling warning-information
US6754854B2 (en) * 2001-06-04 2004-06-22 Motorola, Inc. System and method for event monitoring and error detection
US6771440B2 (en) * 2001-12-18 2004-08-03 International Business Machines Corporation Adaptive event-based predictive failure analysis measurements in a hard disk drive
US6792456B1 (en) * 2000-05-08 2004-09-14 International Business Machines Corporation Systems and methods for authoring and executing operational policies that use event rates
US20040181712A1 (en) * 2002-12-20 2004-09-16 Shinya Taniguchi Failure prediction system, failure prediction program, failure prediction method, device printer and device management server
US6812827B2 (en) * 2002-01-08 2004-11-02 Siemens Aktiengesellschaft System and method for testing and maintaining a predetermined physical bit rate on a line connection
US20050005206A1 (en) * 2003-05-16 2005-01-06 Stefan Popescu Method and system for data transmission in a CT device, with integrated error monitoring and diagnosis
US6886108B2 (en) * 2001-04-30 2005-04-26 Sun Microsystems, Inc. Threshold adjustment following forced failure of storage device
US20050246591A1 (en) * 2002-09-16 2005-11-03 Seagate Technology Llc Disc drive failure prediction
US20050246590A1 (en) * 2004-04-15 2005-11-03 Lancaster Peter C Efficient real-time analysis method of error logs for autonomous systems
US20060010352A1 (en) * 2004-07-06 2006-01-12 Intel Corporation System and method to detect errors and predict potential failures
US7000154B1 (en) * 2001-11-28 2006-02-14 Intel Corporation System and method for fault detection and recovery
US7017071B2 (en) * 2000-11-17 2006-03-21 Canon Kabushiki Kaisha Apparatus for managing a device, program for managing a device, storage medium on which a program for managing a device is stored, and method of managing a device
US7036049B2 (en) * 2001-12-19 2006-04-25 Alcatel Canada Inc. System and method for collecting statistics for a communication network
US7076695B2 (en) * 2001-07-20 2006-07-11 Opnet Technologies, Inc. System and methods for adaptive threshold determination for performance metrics
US7080294B1 (en) * 2002-05-10 2006-07-18 Sprint Spectrum L.P. Threshold crossing alarm system
US7107491B2 (en) * 2001-05-16 2006-09-12 General Electric Company System, method and computer product for performing automated predictive reliability
US7139940B2 (en) * 2003-04-10 2006-11-21 International Business Machines Corporation Method and apparatus for reporting global errors on heterogeneous partitioned systems
US7165190B1 (en) * 2002-07-29 2007-01-16 Oracle International Corporation Method and mechanism for managing traces within a computer system
US7191367B2 (en) * 2002-03-29 2007-03-13 Fujitsu Limited Storage unit, condition monitoring program product, and condition monitoring program storage medium
US7251750B2 (en) * 2002-06-28 2007-07-31 Murata Kikai Kabushiki Kaisha Apparatus diagnostic device and diagnosed device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002207399A (en) 2001-01-05 2002-07-26 Ricoh Co Ltd Image output device
JP3822800B2 (en) 2001-03-23 2006-09-20 株式会社リコー Image output device

Patent Citations (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5297256A (en) * 1986-04-07 1994-03-22 Crosfield Electronics (Usa) Limited Digital image processing system and method
US5469463A (en) * 1988-03-30 1995-11-21 Digital Equipment Corporation Expert system for identifying likely failure points in a digital data processing system
US5321832A (en) * 1989-05-26 1994-06-14 Hitachi, Ltd. System of database copy operations using a virtual page control table to map log data into physical store order
US5200958A (en) * 1990-09-28 1993-04-06 Xerox Corporation Method and apparatus for recording and diagnosing faults in an electronic reprographic printing system
US5680541A (en) * 1991-12-16 1997-10-21 Fuji Xerox Co., Ltd. Diagnosing method and apparatus
US5828583A (en) * 1992-08-21 1998-10-27 Compaq Computer Corporation Drive failure prediction techniques for disk drives
US5428618A (en) * 1993-01-27 1995-06-27 Kabushiki Kaisha Toshiba Debugger apparatus and method having an event history recording capability
US5630048A (en) * 1994-05-19 1997-05-13 La Joie; Leslie T. Diagnostic system for run-time monitoring of computer operations
US5533193A (en) * 1994-06-24 1996-07-02 Xerox Corporation Method of saving machine fault information including transferring said information to another memory when an occurrence of predetermined events or faults of a reproduction machine is recognized
US6381710B1 (en) * 1995-04-07 2002-04-30 Samsung Electronics Co., Ltd. Error logging method utilizing temporary defect list
US5706470A (en) * 1995-09-27 1998-01-06 Mitsubishi Denki Kabushiki Kaisha Disk updating log recording system
US5740490A (en) * 1995-12-14 1998-04-14 Mita Industrial Co., Ltd. Copier management system
US5696701A (en) * 1996-07-12 1997-12-09 Electronic Data Systems Corporation Method and system for monitoring the performance of computers in computer networks using modular extensions
US6023775A (en) * 1996-09-18 2000-02-08 Fujitsu Limited Fault information management system and fault information management method
US6604212B2 (en) * 1998-01-06 2003-08-05 Seiko Epson Corporation System and method for monitoring the state of a plurality of machines connected via a computer network
US6327677B1 (en) * 1998-04-27 2001-12-04 Proactive Networks Method and apparatus for monitoring a network environment
US6338151B1 (en) * 1998-08-21 2002-01-08 International Business Machines Corporation Input/output recovery which is based an error rate and a current state of the computer environment
US6718490B1 (en) * 1999-08-19 2004-04-06 Konica Corporation Method and apparatus for controlling warning-information
US6598179B1 (en) * 2000-03-31 2003-07-22 International Business Machines Corporation Table-based error log analysis
US6792456B1 (en) * 2000-05-08 2004-09-14 International Business Machines Corporation Systems and methods for authoring and executing operational policies that use event rates
US20020048112A1 (en) * 2000-09-14 2002-04-25 Chu Sang Hoon Servo defect management scheme in hard disk drives
US20030037287A1 (en) * 2000-09-25 2003-02-20 Masakatsu Nakamura Electronic apparatus, data communication device, management system of electronic apparatus, and management method of electronic apparatus
US7017071B2 (en) * 2000-11-17 2006-03-21 Canon Kabushiki Kaisha Apparatus for managing a device, program for managing a device, storage medium on which a program for managing a device is stored, and method of managing a device
US6718489B1 (en) * 2000-12-07 2004-04-06 Unisys Corporation Electronic service request generator for automatic fault management system
US6886108B2 (en) * 2001-04-30 2005-04-26 Sun Microsystems, Inc. Threshold adjustment following forced failure of storage device
US7107491B2 (en) * 2001-05-16 2006-09-12 General Electric Company System, method and computer product for performing automated predictive reliability
US20030023714A1 (en) * 2001-05-31 2003-01-30 Ziegler Fred R. ISDN disconnect alarm generation tool for use in voice over IP (VoIP) networks
US7051099B2 (en) * 2001-05-31 2006-05-23 Level 3 Communications, Inc. ISDN disconnect alarm generation tool for use in voice over IP (VoIP) networks
US20060230143A1 (en) * 2001-05-31 2006-10-12 Ziegler Fred R ISDN disconnect alarm generation tool for use in Voice over IP (VoIP) networks
US6754854B2 (en) * 2001-06-04 2004-06-22 Motorola, Inc. System and method for event monitoring and error detection
US7076695B2 (en) * 2001-07-20 2006-07-11 Opnet Technologies, Inc. System and methods for adaptive threshold determination for performance metrics
US7000154B1 (en) * 2001-11-28 2006-02-14 Intel Corporation System and method for fault detection and recovery
US6771440B2 (en) * 2001-12-18 2004-08-03 International Business Machines Corporation Adaptive event-based predictive failure analysis measurements in a hard disk drive
US7036049B2 (en) * 2001-12-19 2006-04-25 Alcatel Canada Inc. System and method for collecting statistics for a communication network
US6812827B2 (en) * 2002-01-08 2004-11-02 Siemens Aktiengesellschaft System and method for testing and maintaining a predetermined physical bit rate on a line connection
US7191367B2 (en) * 2002-03-29 2007-03-13 Fujitsu Limited Storage unit, condition monitoring program product, and condition monitoring program storage medium
US20030208654A1 (en) * 2002-05-03 2003-11-06 Compaq Information Technologies Group, L.P. Computer system architecture with hot pluggable main memory boards
US7080294B1 (en) * 2002-05-10 2006-07-18 Sprint Spectrum L.P. Threshold crossing alarm system
US7251750B2 (en) * 2002-06-28 2007-07-31 Murata Kikai Kabushiki Kaisha Apparatus diagnostic device and diagnosed device
US7165190B1 (en) * 2002-07-29 2007-01-16 Oracle International Corporation Method and mechanism for managing traces within a computer system
US20050246591A1 (en) * 2002-09-16 2005-11-03 Seagate Technology Llc Disc drive failure prediction
US20040181712A1 (en) * 2002-12-20 2004-09-16 Shinya Taniguchi Failure prediction system, failure prediction program, failure prediction method, device printer and device management server
US7139940B2 (en) * 2003-04-10 2006-11-21 International Business Machines Corporation Method and apparatus for reporting global errors on heterogeneous partitioned systems
US20050005206A1 (en) * 2003-05-16 2005-01-06 Stefan Popescu Method and system for data transmission in a CT device, with integrated error monitoring and diagnosis
US20050246590A1 (en) * 2004-04-15 2005-11-03 Lancaster Peter C Efficient real-time analysis method of error logs for autonomous systems
US7225368B2 (en) * 2004-04-15 2007-05-29 International Business Machines Corporation Efficient real-time analysis method of error logs for autonomous systems
US20060010352A1 (en) * 2004-07-06 2006-01-12 Intel Corporation System and method to detect errors and predict potential failures

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070285712A1 (en) * 2006-06-12 2007-12-13 Canon Kabushiki Kaisha Image output system, image output apparatus, information processing method, storage medium, and program
US8705078B2 (en) 2006-06-12 2014-04-22 Canon Kabushiki Kaisha Image output system and method for logging image data storage location
US20080126870A1 (en) * 2006-06-30 2008-05-29 Kabushiki Kaisha Toshiba Maintenance system, method of controlling maintenance system, server, record medium in which program used for server is recorded, computer and record medium in which program used for computer is recorded
US7747905B2 (en) * 2006-06-30 2010-06-29 Kabushiki Kaisha Toshiba Maintenance system, method of controlling maintenance system, server, record medium in which program used for server is recorded, computer and record medium in which program used for computer is recorded
US20080301496A1 (en) * 2007-05-31 2008-12-04 Brother Kogyo Kabushiki Kaisha Data processor, data processing program, and data processing system
US7908525B2 (en) * 2007-05-31 2011-03-15 Brother Kogyo Kabushiki Kaisha Data processor, data processing program, and data processing system
US8438249B2 (en) * 2007-06-07 2013-05-07 Hitachi, Ltd. Sensor-Net system and sensor node
US20080307075A1 (en) * 2007-06-07 2008-12-11 Hitachi, Ltd. Sensor-net system and sensor node
US20090116061A1 (en) * 2007-11-05 2009-05-07 Canon Kabushiki Kaisha Image forming system, image forming apparatus, and control method therefor
US8625126B2 (en) * 2007-11-05 2014-01-07 Canon Kabushiki Kaisha Management of recording medium storage when outputting print job log information
US20100231944A1 (en) * 2009-03-16 2010-09-16 Canon Kabushiki Kaisha Server and information processing system having the server and control method thereof
US8526021B2 (en) 2009-03-16 2013-09-03 Canon Kabushiki Kaisha Server, control method thereof and storage medium for assisting image processing apparatus in error recovery
US20100238485A1 (en) * 2009-03-17 2010-09-23 Fuji Xerox Co., Ltd. Storage medium storing print management program, print management apparatus, and printer system
US20110067026A1 (en) * 2009-09-14 2011-03-17 Ricoh Company, Ltd. Information processing apparatus, information processing system, utilization constraint method, utilization constraint program, and recording medium storing the program
US20110307744A1 (en) * 2010-06-10 2011-12-15 Fujitsu Limited Information processing system and failure processing method therefor
US20120303679A1 (en) * 2011-05-24 2012-11-29 Ricoh Company, Ltd. Image forming apparatus and information processing apparatus
US8712954B2 (en) * 2011-05-24 2014-04-29 Ricoh Company, Ltd. Image forming apparatus and information processing apparatus
GB2494536A (en) * 2011-09-09 2013-03-13 Xerox Corp Fault-based unit replacement
US8819498B2 (en) 2011-09-09 2014-08-26 Xerox Corporation Fault-based unit replacement
US20150378773A1 (en) * 2014-06-27 2015-12-31 Omron Corporation Communication system, programmable indicator, information processing device, operation control method, information processing method, and program
US10009482B1 (en) * 2017-02-28 2018-06-26 Kyocera Document Solutions Inc. System and method for diagnosing parts of a printing device to be replaced based on an incident rate
US10158768B2 (en) * 2017-02-28 2018-12-18 Kyocera Document Solutions Inc. System and method for diagnosising parts of a printing device to be replaced based on incident rate
US10298779B2 (en) * 2017-02-28 2019-05-21 Kyocera Document Solutions Inc. System and method for diagnosising parts of a printing device to be replaced based on incident rate
CN107193723A (en) * 2017-05-17 2017-09-22 深圳怡化电脑股份有限公司 Processing method, device, ATM and the storage medium of abnormal log
US20190095259A1 (en) * 2017-09-26 2019-03-28 Kyocera Document Solutions Inc. Electronic Device and Log Application
CN113228065A (en) * 2018-12-21 2021-08-06 日立建机株式会社 System for selecting maintenance component of working machine
US20220057773A1 (en) * 2018-12-21 2022-02-24 Hitachi Construction Machinery Co., Ltd. Work machine service part selection system
CN113190405A (en) * 2021-04-29 2021-07-30 山东英信计算机技术有限公司 Node health detection method and device, electronic equipment and storage medium
CN116126568A (en) * 2021-11-12 2023-05-16 博泰车联网(大连)有限公司 Fault reproduction method, device, apparatus and readable storage medium
CN114290828A (en) * 2021-12-31 2022-04-08 珠海奔图电子有限公司 Control method and device of image forming apparatus

Also Published As

Publication number Publication date
JP4125274B2 (en) 2008-07-30
US7653839B2 (en) 2010-01-26
JP2006067156A (en) 2006-03-09

Similar Documents

Publication Publication Date Title
US7653839B2 (en) Image input/output device, information processing method, and storage medium
US7805630B2 (en) Detection and mitigation of disk failures
US8122296B2 (en) Information processing apparatus and job processing method
US8264728B2 (en) Log collecting system, computer apparatus and log collecting program
US8014007B2 (en) Information processing apparatus, substitute print job management method, information processing program, and recording medium
EP3236354A1 (en) System analysis and management
US8400666B2 (en) Information processing apparatus and information processing method
US7908525B2 (en) Data processor, data processing program, and data processing system
US8381035B2 (en) Information processing device for creating and analyzing log files
US20070047454A1 (en) Error notification device notifying of occurrence of error
JP2011065273A (en) Apparatus, system, method and program for managing equipment, and storage medium
JP4698477B2 (en) Print management device, log information collection device, print management system, print management method, print management program, and storage medium
US20170230422A1 (en) Apparatus that is managed in accordance with a security policy, control method thereof, and storage medium
JP5381059B2 (en) Device, log recording control method, and program
US7895371B2 (en) System and method for on demand logging of document processing device status data
US10963195B1 (en) Firmware upgrade system and methods for printing devices
JP2006093824A (en) Image forming apparatus
JP5181479B2 (en) Fault diagnosis system and fault diagnosis program
US7646993B2 (en) Method and control device for displaying diagnosis data of a printer or copier
JP5862475B2 (en) Output management device, output management system, program
US11048496B1 (en) Firmware upgrade system for printing devices using failure rate
US10831419B1 (en) Firmware upgrade system for printing devices having a component
JP2008102730A (en) Maintenance management method and maintenance management apparatus of electronic equipment or system provided with electronic equipment, and electronic equipment
JP2008282254A (en) Fault diagnostic apparatus, method, and program
KR100667811B1 (en) Rds data securing apparatus and method

Legal Events

Date Code Title Description
AS Assignment

Owner name: CANON KABUSHIKI KAISHA, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TAKAHASHI, TORU;REEL/FRAME:017195/0940

Effective date: 20051021

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20180126