JP2015160364A - Information processing device and information processing program - Google Patents

Information processing device and information processing program Download PDF

Info

Publication number
JP2015160364A
JP2015160364A JP2014036485A JP2014036485A JP2015160364A JP 2015160364 A JP2015160364 A JP 2015160364A JP 2014036485 A JP2014036485 A JP 2014036485A JP 2014036485 A JP2014036485 A JP 2014036485A JP 2015160364 A JP2015160364 A JP 2015160364A
Authority
JP
Japan
Prior art keywords
sound
severity
error
information processing
read
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
JP2014036485A
Other languages
Japanese (ja)
Other versions
JP6196566B2 (en
Inventor
友之 大都
Tomoyuki Daito
友之 大都
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.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
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 Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2014036485A priority Critical patent/JP6196566B2/en
Publication of JP2015160364A publication Critical patent/JP2015160364A/en
Application granted granted Critical
Publication of JP6196566B2 publication Critical patent/JP6196566B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device and an information processing program which allow an operator to immediately understand the severity of an error occurring in the information processing device.SOLUTION: The information processing device comprises: a printer which forms an image on a recording medium; a sound reproduction part which reproduces sound; a sound table which stores the name of generated sound for each severity of an error; a severity table which stores the severity for each error code allocated uniquely to the error having occurred; an error file which stores the error code corresponding to the error having occurred; a sound source file which stores sound to be generated; and a control part which reads from the severity table the severity corresponding to the error code read from the error file, reads from the sound table the name of the sound to be generated corresponding to the read severity, and causes the sound source file corresponding to the read name of the sound to be replayed.

Description

本発明の実施形態は、情報処理装置及び情報処理プログラムに関する。   Embodiments described herein relate generally to an information processing apparatus and an information processing program.

従来、請求書や売上伝票の情報処理及び印字処理に特化した情報処理装置、いわゆる事務コンピュータが知られている。   2. Description of the Related Art Conventionally, an information processing apparatus specialized for information processing and printing processing of bills and sales slips, a so-called office computer is known.

この情報処理装置は、ディスプレイ、キーボード、マウスなどの入出力装置と、複写帳票に印字可能なプリンタと、を備える。これらのうち、本体部にディスプレイと、プリンタと、が一体に構成されている。   This information processing apparatus includes an input / output device such as a display, a keyboard, and a mouse, and a printer capable of printing on a copy form. Among these, a display and a printer are integrally formed in the main body.

情報処理装置は稼働中に様々なエラーが生じることがある。エラーが発生した場合、情報処理装置はビープ音を鳴らしてオペレータに注意を促していた。   Various errors may occur during the operation of the information processing apparatus. When an error occurs, the information processing apparatus emits a beep to alert the operator.

しかし、エラーの中には、解決しないと業務が遂行できなくなる深刻なエラーと、オペレータの注意を促す程度の軽度のエラーがある。   However, there are two types of errors: a serious error that cannot be performed unless it is resolved, and a minor error that alerts the operator.

従来の情報処理装置ではエラーの深刻度にかかわりなくビープ音一種類しかならなかったため、オペレータはエラーの深刻度を直ちに認識することができなかった。   In the conventional information processing apparatus, there is only one beep regardless of the severity of the error, and thus the operator cannot immediately recognize the severity of the error.

特開2001−166904号公報JP 2001-166904 A

従って、情報処理装置において発生したエラーの深刻度が直ちに理解できる情報処理装置及び情報処理プログラムが求められている。   Therefore, there is a need for an information processing apparatus and an information processing program that can immediately understand the severity of an error that has occurred in the information processing apparatus.

上記の課題を解決するために、本発明の一実施形態は、記録媒体に画像形成するプリンタと、音声を再生する音声再生部と、エラーの深刻度ごとに生成する音の名称を格納する音テーブルと、発生したエラーに固有に割り当てられるエラーコードごとに深刻度を格納する深刻度テーブルと、発生したエラーに対応するエラーコードを格納するエラーファイルと、生成する音を格納する音源ファイルと、 エラーファイルから読み込んだエラーコードに対応する深刻度を深刻度テーブルから読み込み、読み込んだ深刻度に対応する生成すべき音の名称を音テーブルから読み込み、読み込んだ音の名称に対応する音源ファイルを再生させる制御部と、を備える情報処理を提供する。   In order to solve the above-described problem, an embodiment of the present invention provides a printer that forms an image on a recording medium, a sound reproduction unit that reproduces sound, and a sound that stores a name of a sound that is generated for each error severity. A table, a severity table that stores the severity for each error code assigned to the error that has occurred, an error file that stores an error code corresponding to the error that has occurred, a sound source file that stores the sound to be generated, Reads the severity corresponding to the error code read from the error file from the severity table, reads the name of the sound to be generated corresponding to the read severity from the sound table, and plays the sound source file corresponding to the read sound name And an information processing unit including a control unit.

情報処理装置の外観斜視図である。It is an appearance perspective view of an information processor. 情報処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of information processing apparatus. 音テーブルのデータ構成を示す図である。It is a figure which shows the data structure of a sound table. 深刻度テーブルのデータ構成を示す図である。It is a figure which shows the data structure of a severity table. エラーファイルのデータ構成を示す図である。It is a figure which shows the data structure of an error file. 情報処理装置の制御部によるエラー処理動作のフローチャートである。It is a flowchart of the error processing operation by the control part of information processing apparatus.

以下、情報処理装置及び情報処理プログラムの一実施形態について、図面を用いて詳細に説明する。   Hereinafter, an embodiment of an information processing apparatus and an information processing program will be described in detail with reference to the drawings.

本実施形態の情報処理装置は、記録媒体に画像形成するプリンタと、音声を再生する音声再生部と、エラーの深刻度ごとに生成する音の名称を格納する音テーブルと、発生したエラーに固有に割り当てられるエラーコードごとに深刻度を格納する深刻度テーブルと、発生したエラーに対応するエラーコードを格納するエラーファイルと、生成する音を格納する音源ファイルと、 エラーファイルから読み込んだエラーコードに対応する深刻度を深刻度テーブルから読み込み、読み込んだ深刻度に対応する生成すべき音の名称を音テーブルから読み込み、読み込んだ音の名称に対応する音源ファイルを再生させる制御部と、を備える。   The information processing apparatus according to the present embodiment includes a printer that forms an image on a recording medium, a sound reproduction unit that reproduces sound, a sound table that stores names of sounds generated for each severity of errors, and a specific error that has occurred. A severity table that stores the severity for each error code assigned to the error code, an error file that stores the error code corresponding to the error that occurred, a sound source file that stores the generated sound, and an error code read from the error file A control unit that reads a corresponding severity from a severity table, reads a name of a sound to be generated corresponding to the read severity from the sound table, and reproduces a sound source file corresponding to the read sound name.

図1は、情報処理装置1の外観斜視図である。図1に示すように、情報処理装置1は、記録媒体に画像形成するプリンタ14と、プリンタ14に一体に設けられるディスプレイなどの表示装置11と、キーボード12及びマウス13などの入力装置と、を備える。   FIG. 1 is an external perspective view of the information processing apparatus 1. As shown in FIG. 1, the information processing apparatus 1 includes a printer 14 that forms an image on a recording medium, a display device 11 such as a display provided integrally with the printer 14, and input devices such as a keyboard 12 and a mouse 13. Prepare.

プリンタ14は、情報処理装置1の前面に記録媒体を挿入する挿入孔14Aと、ディスプレイ11の背後に記録媒体を排出する排出口と、を備える。情報処理装置1の前面とは、図1の手前側であり、背面とは、図1の奥側である。   The printer 14 includes an insertion hole 14 </ b> A for inserting a recording medium in the front surface of the information processing apparatus 1, and a discharge port for discharging the recording medium behind the display 11. The front surface of the information processing apparatus 1 is the front side of FIG. 1, and the back surface is the back side of FIG.

プリンタ14は複写帳票に印字可能な画像形成部を備える。画像形成部は例えばドットマトリックスヘッドなどが挙げられる。   The printer 14 includes an image forming unit capable of printing on a copy form. Examples of the image forming unit include a dot matrix head.

なお、画像形成部はレーザープリンタのような電子式のものであっても、インクジェット式のものであってもよい。   The image forming unit may be an electronic type such as a laser printer or an ink jet type.

図2は、情報処理装置1の構成を示すブロック図である。図2に示すように、情報処理装置1は、演算装置であるCPU(central processing unit)を含む制御部201と、メモリ、ハードディスクドライブなどの記憶装置を含む記憶部202と、ディスプレイ11、キーボード12、マウス13などの入出力装置を含む入出力部203と、プリンタ14と、信号増幅器、スピーカなどの装置を含み、音声を再生させる音声再生部205と、を備える。   FIG. 2 is a block diagram illustrating a configuration of the information processing apparatus 1. As shown in FIG. 2, the information processing apparatus 1 includes a control unit 201 including a CPU (central processing unit) that is an arithmetic device, a storage unit 202 including a storage device such as a memory and a hard disk drive, a display 11, and a keyboard 12. And an input / output unit 203 including an input / output device such as a mouse 13, a printer 14, and a sound reproducing unit 205 including devices such as a signal amplifier and a speaker and reproducing sound.

記憶部202は、エラーの深刻度ごとに生成する音の名称を格納する音テーブル202Aと、発生したエラーに固有に割り当てられるエラーコードごとに深刻度を格納する深刻度テーブル202Bと、発生したエラーに対応するエラーコードを格納するエラーファイル202Cと、生成する音を格納する音源ファイル202Dと、生成する音がメロディ音であるかビープ音であるかを示す音種フラグ202Eと、を格納する。ビープ音とは、単一の波形で構成される音である。   The storage unit 202 includes a sound table 202A that stores names of sounds generated for each error severity, a severity table 202B that stores a severity for each error code that is uniquely assigned to the error that has occurred, and an error that has occurred An error file 202C that stores an error code corresponding to, a sound source file 202D that stores a sound to be generated, and a sound type flag 202E that indicates whether the sound to be generated is a melody sound or a beep sound. A beep sound is a sound composed of a single waveform.

また、記憶部202は、オペレーションシステム、及び情報処理プログラムを格納し、制御部201は記憶部202から情報処理プログラムを読み出して順次実行する。さらに、記憶部202は、種々の業務アプリケーションプログラムを格納する。   The storage unit 202 stores an operation system and an information processing program, and the control unit 201 reads the information processing program from the storage unit 202 and sequentially executes the information processing program. Furthermore, the storage unit 202 stores various business application programs.

オペレータは情報処理装置1の電源を投入することによってオペレーションシステムを立ち上げる。情報処理装置1は、オペレータの指示に従って指定された業務アプリケーションプログラムを実行する。   The operator starts up the operation system by turning on the information processing apparatus 1. The information processing apparatus 1 executes a business application program designated in accordance with an operator instruction.

業務アプリケーションプログラムの実行中にオペレータによって情報処理装置1に印字指示がなされた場合、情報処理装置1は記録媒体を挿入孔14Aから挿入するようにディスプレイ11に表示するとともに音によってオペレータに知らせる。   When a print instruction is given to the information processing apparatus 1 by the operator during execution of the business application program, the information processing apparatus 1 displays the recording medium on the display 11 so as to insert the recording medium from the insertion hole 14A and notifies the operator by sound.

情報処理装置1は、ハードウエアエラーが発生した場合も音によってオペレータに知らせる。   The information processing apparatus 1 notifies the operator by sound even when a hardware error occurs.

図3は、音テーブル202Aのデータ構成を示す図である。図3に示すように、音テーブル202Aは、エラーの深刻度を示す「深刻度」と、深刻度に対応して生成される音の名称を示す「メロディ音」と、を格納する。なお、ここでメロディ音には楽器や人の声などの合成音声のほか、録音した音声も含まれる。   FIG. 3 shows the data structure of the sound table 202A. As shown in FIG. 3, the sound table 202A stores “severity” indicating the severity of the error and “melody sound” indicating the name of the sound generated corresponding to the severity. Here, the melody sound includes a recorded voice as well as a synthesized voice such as a musical instrument or a human voice.

各データの例は、深刻度が「A」のメロディ音は「メロディ音1」であり、深刻度「B」のメロディは「メロディ2」であり、深刻度「C」のメロディは「メロディ3」である。   In the example of each data, the melody sound with the severity “A” is “melody sound 1”, the melody with the severity “B” is “melody 2”, and the melody with the severity “C” is “melody 3”. It is.

ここで、深刻度について説明する。深刻度は例えば、次のように設定できる。   Here, the severity will be described. For example, the severity can be set as follows.

「A」:業務が停止せざるを得なくなる重大なエラー。 “A”: A serious error that causes the business to stop.

例えば、プリンタハードウエアエラー、インタプリタが出したソフトウエア上の業務中断エラーなどが、業務が停止せざるを得なくなる重大なエラーに該当する。   For example, a printer hardware error, a business interruption error on software issued by an interpreter, and the like correspond to serious errors in which the business must be stopped.

「B」:オペレータが解除可能な軽微なエラー。 “B”: Minor error that can be cleared by the operator.

例えば、プリンタの用紙切れエラー、業務アプリケーションプログラムが出した警告などが、オペレータが解除可能な軽微なエラーにあたる。   For example, a printer out-of-paper error or a warning issued by a business application program corresponds to a minor error that can be canceled by the operator.

「C」:情報の通知
例えば、印刷完了の通知、業務アプリケーションプログラムが出した警告以外の通知などが情報の通知にあたる。
“C”: Notification of information For example, notification of printing completion, notification other than warning issued by the business application program, and the like correspond to notification of information.

上述の例では、エラーの深刻度は、「A」>「B」>「C」である。なお。エラーの深刻度は適宜設定可能である。深刻度のランクは、さらに増やすことが可能である。   In the above example, the severity of the error is “A”> “B”> “C”. Note that. The severity of the error can be set as appropriate. The severity rank can be further increased.

図4は、深刻度テーブル202Bのデータ構成を示す図である。図4に示すように、深刻度テーブル202Bは、エラーの内容に固有に割り当てられる「エラーコード」と、エラーの深刻度を示す「深刻度」と、音声の生成の機能を示す「機能」と、を格納する。   FIG. 4 is a diagram illustrating a data configuration of the severity table 202B. As shown in FIG. 4, the severity table 202B includes an “error code” uniquely assigned to the error content, a “severity” indicating the error severity, and a “function” indicating a voice generation function. , Store.

各データの例は、エラーコードが「P0102」、深刻度が「A」、機能が「同期モード」である。   In each data example, the error code is “P0102”, the severity is “A”, and the function is “synchronous mode”.

ここで、機能について説明する。機能には例えば以下のものが挙げられる。   Here, the function will be described. Examples of functions include the following.

「非同期モード」:第1の音の再生処理を待たずに、第2の音の再生を許可する。すなわち、2種類以上の音が同時に再生される場合がある。 “Asynchronous mode”: Reproduction of the second sound is permitted without waiting for the reproduction process of the first sound. That is, two or more types of sounds may be played simultaneously.

「同期モード」:第1の音の再生処理の終了を待って、第2の音の再生を行う。 "Synchronous mode": Waiting for the end of the first sound reproduction process, the second sound is reproduced.

「再生停止後再生モード」:第1の音の再生処理を待たずに、第1の音の再生を停止させてから第2の音の再生を許可する。 “Playback mode after playback stop”: The playback of the second sound is permitted after the playback of the first sound is stopped without waiting for the playback process of the first sound.

「繰り返しモード」:再生停止の指示があるまで音の再生を繰り返す。 “Repeat mode”: Repeats sound playback until instructed to stop playback.

機能はさらに増やすことが可能である。   Functions can be further increased.

図5は、エラーファイル202Cのデータ構成を示す図である。図5に示すように、エラーファイル202Cは、「エラーコード」と、当該エラーが発生した日時を示す「日時」と、当該エラーコードの説明である「説明」と、を格納する。   FIG. 5 shows the data structure of the error file 202C. As illustrated in FIG. 5, the error file 202C stores “error code”, “date and time” indicating the date and time when the error occurred, and “description” that is an explanation of the error code.

各データの例は、エラーコードが「P0102」、日時が「20140305102532」、説明が「ヘッド不具合」である。   In the example of each data, the error code is “P0102”, the date and time is “201404030510232”, and the description is “head failure”.

エラーファイル202Cは、ハードウエアのエラーとソフトウエアのエラーとを区別せずに一元管理することも、各ハードウエア及び各ソフトウエアについて別個のエラーファイルを設けることも可能である。   The error file 202C can be centrally managed without distinguishing between hardware errors and software errors, or a separate error file can be provided for each hardware and each software.

音源ファイル202Dは、再生すべき音源を例えばWAV形式のファイルにより格納する。   The sound source file 202D stores a sound source to be reproduced as, for example, a WAV format file.

音種フラグ202Eは、メロディ音の再生を示すフラグである「ON」、またはビープ音の再生を示すフラグである「OFF」を格納する。メロディ音を再生するか、ビープ音を再生するかは、適宜設定できる。   The sound type flag 202E stores “ON” that is a flag indicating reproduction of a melody sound, or “OFF” that is a flag indicating reproduction of a beep sound. Whether to play a melody sound or a beep sound can be set as appropriate.

図6は、情報処理装置1の制御部201によるエラー処理動作のフローチャートである。図6に示すように、情報処理装置1は、ステップ601においてエラーファイル202Cを読み込む。エラーファイル202Cが複数ある場合には、情報処理装置1はこの複数のエラーファイル202Cを順次読み込む。   FIG. 6 is a flowchart of an error processing operation performed by the control unit 201 of the information processing apparatus 1. As illustrated in FIG. 6, the information processing apparatus 1 reads the error file 202 </ b> C in step 601. When there are a plurality of error files 202C, the information processing apparatus 1 sequentially reads the plurality of error files 202C.

ステップ602において、情報処理装置1はエラーがあるかを判定する。情報処理装置1はエラーがあると判定した場合(ステップ602のY)、ステップ603に進み、エラーがないと判定した場合(ステップ602のN)、ステップ601に戻る。   In step 602, the information processing apparatus 1 determines whether there is an error. If the information processing apparatus 1 determines that there is an error (Y in step 602), the process proceeds to step 603. If it is determined that there is no error (N in step 602), the process returns to step 601.

ステップ603において、情報処理装置1は音種フラグ202Eを読み込む。   In step 603, the information processing apparatus 1 reads the sound type flag 202E.

ステップ604において、情報処理装置1は音種フラグがメロディ音の再生を示す「ON」であるか、ビープ音の再生を示す「OFF」であるかを判定する。情報処理装置1は音種フラグがメロディ音の再生を示す「ON」であると判定した場合(ステップ604のY)、ステップ605に進み、ビープ音の再生を示す「OFF」であると判定した場合(ステップ604のN)、ステップ608に進む。   In step 604, the information processing apparatus 1 determines whether the sound type flag is “ON” indicating reproduction of a melody sound or “OFF” indicating reproduction of a beep sound. When the information processing apparatus 1 determines that the sound type flag is “ON” indicating reproduction of the melody sound (Y in Step 604), the information processing apparatus 1 proceeds to Step 605 and determines that it is “OFF” indicating reproduction of the beep sound. If so (N in Step 604), go to Step 608.

ステップ605において、情報処理装置1はエラーファイル202Cから読み込んだエラーコードに基づいて深刻度テーブル202Bから深刻度と機能を読み込む。   In step 605, the information processing apparatus 1 reads the severity and function from the severity table 202B based on the error code read from the error file 202C.

ステップ606において、情報処理装置1は深刻度テーブル202Bから読み込んだ深刻度に基づいて音テーブル202Aからメロディ音を読み込む。   In step 606, the information processing apparatus 1 reads a melody sound from the sound table 202A based on the severity read from the severity table 202B.

ステップ607において、情報処理装置1は音テーブル202Aから読み込んだメロディ音に基づいて音源ファイル202Dを読み込み、読み込んだ音源ファイル202Dを再生する。   In step 607, the information processing apparatus 1 reads the sound source file 202D based on the melody sound read from the sound table 202A, and reproduces the read sound source file 202D.

ステップ608において、情報処理装置1はビープ音を鳴らす。   In step 608, the information processing apparatus 1 emits a beep sound.

以上述べたように、本実施形態の情報処理装置1は、記録媒体に画像形成するプリンタ14と、プリンタ14に一体に設けられるディスプレイなどの表示装置11と、キーボード12及びマウス13などの入力装置と、音声を再生する音声再生部205と、エラーの深刻度ごとに生成する音の名称を格納する音テーブル202Aと、発生したエラーに固有に割り当てられるエラーコードごとに深刻度を格納する深刻度テーブル202Bと、発生したエラーに対応するエラーコードを格納するエラーファイル202Cと、生成する音を格納する音源ファイル202Dと、生成する音がビープ音であるか否かを示す音種フラグ202Eと、エラーファイル202Cから読み込んだエラーコードに対応する深刻度を深刻度テーブル202Bから読み込み、読み込んだ深刻度に対応する生成すべき音の名称を音テーブル202Aから読み込み、読み込んだ音の名称に対応する音源ファイル202Dを生成させる制御部と、を備える。   As described above, the information processing apparatus 1 according to the present embodiment includes the printer 14 that forms an image on a recording medium, the display device 11 such as a display provided integrally with the printer 14, and the input devices such as the keyboard 12 and the mouse 13. A sound reproduction unit 205 that reproduces sound, a sound table 202A that stores the name of a sound generated for each error severity, and a severity that stores a severity for each error code that is uniquely assigned to the error that has occurred A table 202B, an error file 202C that stores an error code corresponding to the error that has occurred, a sound source file 202D that stores a sound to be generated, a sound type flag 202E that indicates whether the sound to be generated is a beep sound, Read the severity corresponding to the error code read from the error file 202C from the severity table 202B Only includes reading the name of the sound to be generated corresponding to the severity read from the sound table 202A, and a control unit to generate a sound source file 202D corresponding to the name of the loaded sound, the.

従って、ユーザは、情報処理装置1において発生したエラーの深刻度を音によって、直ちに理解できる。また、ユーザは、エラーの深刻度を示す音により、エラーを認識することができるため、エラーに適切に対処することが可能である。   Therefore, the user can immediately understand the severity of the error that has occurred in the information processing apparatus 1 by sound. Further, since the user can recognize the error by the sound indicating the severity of the error, the user can appropriately deal with the error.

いくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。   Although several embodiments have been described, these embodiments have been presented by way of example and are not intended to limit the scope of the invention. These embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. These embodiments and their modifications are included in the scope and gist of the invention, and are also included in the invention described in the claims and the equivalents thereof.

1:情報処理装置
11:ディスプレイ
12:キーボード
13:マウス
14:プリンタ
1: Information processing apparatus 11: Display 12: Keyboard 13: Mouse 14: Printer

Claims (6)

記録媒体に画像形成するプリンタと、
音声を再生する音声再生部と、
エラーの深刻度ごとに生成する音の名称を格納する音テーブルと、
発生した前記エラーに固有に割り当てられるエラーコードごとに前記深刻度を格納する深刻度テーブルと、
発生したエラーに対応する前記エラーコードを格納するエラーファイルと、
生成する音を格納する音源ファイルと、
前記エラーファイルから読み込んだ前記エラーコードに対応する前記深刻度を前記深刻度テーブルから読み込み、読み込んだ前記深刻度に対応する生成すべき前記音の名称を前記音テーブルから読み込み、読み込んだ前記音の名称に対応する前記音源ファイルを再生させる制御部と、
を備える情報処理装置。
A printer for forming an image on a recording medium;
An audio playback unit for playing audio,
A sound table that stores the name of the sound to be generated for each error severity;
A severity table storing the severity for each error code uniquely assigned to the error that has occurred;
An error file storing the error code corresponding to the error that has occurred;
A sound source file that stores the sound to be generated,
The severity corresponding to the error code read from the error file is read from the severity table, the name of the sound to be generated corresponding to the read severity is read from the sound table, and the A control unit for playing back the sound source file corresponding to the name;
An information processing apparatus comprising:
生成する音がビープ音であるか否かを示す音種フラグをさらに備え、
前記制御部は、
前記音種フラグがメロディ音を再生させる旨を示す値である場合に、前記エラーファイルから読み込んだ前記エラーコードに対応する前記深刻度を前記深刻度テーブルから読み込み、読み込んだ前記深刻度に対応する生成すべき前記音の名称を前記音テーブルから読み込み、読み込んだ前記音の名称に対応する前記音源ファイルを再生させる請求項1記載の情報処理装置。
A sound type flag indicating whether the sound to be generated is a beep sound,
The controller is
When the sound type flag is a value indicating that the melody sound is reproduced, the severity corresponding to the error code read from the error file is read from the severity table and corresponds to the read severity. The information processing apparatus according to claim 1, wherein the name of the sound to be generated is read from the sound table, and the sound source file corresponding to the read name of the sound is reproduced.
前記深刻度テーブルは、
前記音の再生方法を示す機能をさらに格納し、
前記制御部は、
前記機能に従って前記音を再生させる請求項1記載の情報処理装置。
The severity table is
Further storing a function indicating a method of reproducing the sound;
The controller is
The information processing apparatus according to claim 1, wherein the sound is reproduced according to the function.
記録媒体に画像形成するプリンタと、
音声を再生する音声再生部と、
エラーの深刻度ごとに生成する音の名称を格納する音テーブルと、
発生した前記エラーに固有に割り当てられるエラーコードごとに前記深刻度を格納する深刻度テーブルと、
発生したエラーに対応する前記エラーコードを格納するエラーファイルと、
生成する音を格納する音源ファイルと、
を備える情報処理装置を、
前記エラーファイルから読み込んだ前記エラーコードに対応する前記深刻度を前記深刻度テーブルから読み込む深刻度判定手段と、
読み込んだ前記深刻度に対応する生成すべき前記音の名称を前記音テーブルから読み込み、読み込んだ前記音の名称に対応する前記音源ファイルを再生させる音再生手段と、
として機能させるための情報処理プログラム。
A printer for forming an image on a recording medium;
An audio playback unit for playing audio,
A sound table that stores the name of the sound to be generated for each error severity;
A severity table storing the severity for each error code uniquely assigned to the error that has occurred;
An error file storing the error code corresponding to the error that has occurred;
A sound source file that stores the sound to be generated,
An information processing apparatus comprising
A severity determination means for reading the severity corresponding to the error code read from the error file from the severity table;
Sound reproduction means for reading the name of the sound to be generated corresponding to the read severity from the sound table and reproducing the sound source file corresponding to the read sound name;
Information processing program to function as
前記情報処理装置は、
生成する音がビープ音であるか否かを示す音種フラグをさらに備え、
前記情報処理装置を、
前記音種フラグがメロディ音を再生させる旨を示す値であるかどうかを判定する音種判定手段と、
前記音種フラグがメロディ音を再生させる旨を示す値である場合に、前記エラーファイルから読み込んだ前記エラーコードに対応する前記深刻度を前記深刻度テーブルから読み込む深刻度判定手段と、
前記音種フラグがメロディ音を再生させる旨を示す値である場合に、読み込んだ前記深刻度に対応する生成すべき前記音の名称を前記音テーブルから読み込み、読み込んだ前記音の名称に対応する前記音源ファイルを再生させる音再生手段と、
として機能させるための請求項4記載の情報処理プログラム。
The information processing apparatus includes:
A sound type flag indicating whether the sound to be generated is a beep sound,
The information processing apparatus;
Sound type determination means for determining whether or not the sound type flag is a value indicating that a melody sound is reproduced;
When the sound type flag is a value indicating that a melody sound is reproduced, a severity determination means for reading the severity corresponding to the error code read from the error file from the severity table;
When the sound type flag is a value indicating that the melody sound is reproduced, the name of the sound to be generated corresponding to the read severity is read from the sound table and corresponds to the read name of the sound. Sound reproduction means for reproducing the sound source file;
An information processing program according to claim 4 for functioning as:
前記深刻度テーブルは、
前記音の再生方法を示す機能をさらに格納し、
前記情報処理装置を、
前記機能に従って前記音を再生させる機能音再生手段としてさらに機能させるための請求項4記載の情報処理プログラム。
The severity table is
Further storing a function indicating a method of reproducing the sound;
The information processing apparatus;
5. An information processing program according to claim 4, wherein said information processing program further functions as functional sound reproducing means for reproducing said sound according to said function.
JP2014036485A 2014-02-27 2014-02-27 Office computer and information processing program Expired - Fee Related JP6196566B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014036485A JP6196566B2 (en) 2014-02-27 2014-02-27 Office computer and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014036485A JP6196566B2 (en) 2014-02-27 2014-02-27 Office computer and information processing program

Publications (2)

Publication Number Publication Date
JP2015160364A true JP2015160364A (en) 2015-09-07
JP6196566B2 JP6196566B2 (en) 2017-09-13

Family

ID=54183800

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014036485A Expired - Fee Related JP6196566B2 (en) 2014-02-27 2014-02-27 Office computer and information processing program

Country Status (1)

Country Link
JP (1) JP6196566B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11070702B2 (en) 2019-12-20 2021-07-20 Toshiba Tec Kabushiki Kaisha Image processing apparatus, information processing method, and non-transitory computer readable storage medium
US11297201B2 (en) 2019-12-20 2022-04-05 Toshiba Tec Kabushiki Kaisha Image processing apparatus, information processing method, and non-transitory computer readable storage medium
EP4044571A1 (en) * 2021-02-12 2022-08-17 Toshiba TEC Kabushiki Kaisha Image processing device and image processing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04119062A (en) * 1990-09-10 1992-04-20 Fuji Xerox Co Ltd Abnormality processing teaching device
JPH10222782A (en) * 1997-02-12 1998-08-21 Brother Ind Ltd Alarm system
JP2001166904A (en) * 1999-12-07 2001-06-22 Seiko Epson Corp Printing device and its controlling method the same and information recording medium
JP2006318052A (en) * 2005-05-10 2006-11-24 Murata Mach Ltd Electronic equipment and abnormality notification method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04119062A (en) * 1990-09-10 1992-04-20 Fuji Xerox Co Ltd Abnormality processing teaching device
JPH10222782A (en) * 1997-02-12 1998-08-21 Brother Ind Ltd Alarm system
JP2001166904A (en) * 1999-12-07 2001-06-22 Seiko Epson Corp Printing device and its controlling method the same and information recording medium
JP2006318052A (en) * 2005-05-10 2006-11-24 Murata Mach Ltd Electronic equipment and abnormality notification method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11070702B2 (en) 2019-12-20 2021-07-20 Toshiba Tec Kabushiki Kaisha Image processing apparatus, information processing method, and non-transitory computer readable storage medium
US11297201B2 (en) 2019-12-20 2022-04-05 Toshiba Tec Kabushiki Kaisha Image processing apparatus, information processing method, and non-transitory computer readable storage medium
US11659126B2 (en) 2019-12-20 2023-05-23 Toshiba Tec Kabushiki Kaisha Image processing apparatus for displaying malfunctioning parts and selectable reference sounds
US11943414B2 (en) 2019-12-20 2024-03-26 Toshiba Tec Kabushiki Kaisha Information processing system
EP4044571A1 (en) * 2021-02-12 2022-08-17 Toshiba TEC Kabushiki Kaisha Image processing device and image processing method

Also Published As

Publication number Publication date
JP6196566B2 (en) 2017-09-13

Similar Documents

Publication Publication Date Title
JP6196566B2 (en) Office computer and information processing program
JP4564561B2 (en) TIME MANAGEMENT DEVICE AND TIME MANAGEMENT METHOD
JP6690165B2 (en) Output control device, electronic musical instrument, output control method, and program
JP2013120387A (en) Learning program for learning musical score symbols by sensation
KR20090120669A (en) Apparatus and method for voice recording
JP6318112B2 (en) Signage terminal, signage system and program
JP2009251044A (en) Electronic musical instrument and sound volume control method
JP2008158335A (en) Automatic performance device and method
JP6360195B2 (en) Selective acoustic storage
JPWO2018193633A1 (en) Record management device and method, computer program, and recording medium
JP6168649B2 (en) Code detection apparatus and program
TWI289767B (en) Audio electronic book device with repeated pronouncing function
JP2008022978A5 (en)
JP7344649B2 (en) Information terminal equipment and programs
JP5540244B2 (en) Multiple recording device
JP6146133B2 (en) Information processing apparatus and information processing method
JP2007506388A5 (en)
TW201909139A (en) Electronic book edition system and method thereof which comprises a storage unit, a chronic editing module, and a reading tag
JP3892817B2 (en) Program execution device and storage medium
JP2016012098A (en) Electronic book reproduction device and electronic book reproduction program
JP2004062425A (en) Communication terminal device
JP5414487B2 (en) Control device, control method therefor, and program
JP2010041501A (en) Image forming apparatus
JP2010097678A (en) Content information tree generating device, and program thereof
JP2007041854A (en) Program for pc cluster, and computer using it

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160419

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170307

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170501

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170808

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170818

R150 Certificate of patent or registration of utility model

Ref document number: 6196566

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees