JPH04342040A - Terminal operating time measuring system - Google Patents

Terminal operating time measuring system

Info

Publication number
JPH04342040A
JPH04342040A JP3114250A JP11425091A JPH04342040A JP H04342040 A JPH04342040 A JP H04342040A JP 3114250 A JP3114250 A JP 3114250A JP 11425091 A JP11425091 A JP 11425091A JP H04342040 A JPH04342040 A JP H04342040A
Authority
JP
Japan
Prior art keywords
time
operating time
menu
key input
operating
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.)
Pending
Application number
JP3114250A
Other languages
Japanese (ja)
Inventor
Hirokazu Kano
加納 裕和
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.)
NEC Software Kansai Ltd
Original Assignee
NEC Software Kansai Ltd
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 NEC Software Kansai Ltd filed Critical NEC Software Kansai Ltd
Priority to JP3114250A priority Critical patent/JPH04342040A/en
Publication of JPH04342040A publication Critical patent/JPH04342040A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To measure operating time automatically and correctly in a short time by storing the starting time and the finishing time of operation based on the decision of the presence of key input for every job, and calculating the operating time from the above time. CONSTITUTION:The terminal operating time measurement is executed by storage area initialization processing 1, menu output processing 7, operating time storage processing 18, and operating time output processing 19. After the initialization of a storage area, a menu selection No. is selected from an outputted menu (step 9). An operating time decision flag Y is made '1', and present time alphais stored (step 10, 11). Henceforth, the presence of the key input is monitored. In the case that no key input arises for five minutes or more, the operation is considered to be finished, and the present time beta is stored (step 12, 13). The operating time is calculated based on the operation starting time alpha, the operation finishing time beta, and the menu selection No., and the flag Y is made '0' (step 14). Further, when the key input arises, it is decided whether it is the restart of the operation or a menu call, and corresponding processing is executed (step 16). Thus, the terminal operating time can be measured correctly and automatically.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は端末における稼働時間を
測定する方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for measuring operating time in a terminal.

【0002】0002

【従来の技術】従来、端末稼働時間の測定は操作員が記
録しそれを集計するという人手による測定を行っていた
2. Description of the Related Art Conventionally, terminal operating time has been measured manually by an operator who records and totals the data.

【0003】0003

【発明が解決しようとする課題】上述した従来の端末稼
働時間の測定方式は人手による測定のため正確でなく、
また時間がかかりすぎるという問題点があった。
[Problems to be Solved by the Invention] The conventional method for measuring terminal operating time described above is not accurate because it is measured manually.
Another problem was that it took too much time.

【0004】0004

【課題を解決するための手段】本発明の端末稼働時間測
定方式は、業務No.ごとに稼働時間を格納する記憶領
域と、稼働開始時・終了時を判断するためのキー入力有
無判断手段と、稼働開始時・終了時に時刻発生装置から
時刻を読み取り記憶装置へ格納する手段と、前記時刻よ
り稼働時間を計算し該当する業務No.の稼働時間格納
領域へ格納する手段と、前記稼働時間を出力する手段と
を備える。
[Means for Solving the Problems] The terminal operating time measurement method of the present invention is applicable to business No. a storage area for storing the operating time for each operation; means for determining the presence or absence of key input for determining when the operation starts and ends; means for reading the time from the time generator at the time of starting and ending the operation and storing it in the storage device; Calculate the operating time from the above time and select the corresponding task number. and means for outputting the operating time.

【0005】[0005]

【実施例】次に本発明について図面を参照して説明する
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0006】図1は本発明の一実施例を示す流れ図であ
る。同図において端末稼働時間測定方式は、記憶領域初
期化処理1と,メニュ出力処理7と,稼働時間格納処理
18とを含む。
FIG. 1 is a flowchart showing one embodiment of the present invention. In the figure, the terminal operating time measurement method includes a storage area initialization process 1, a menu output process 7, and an operating time storage process 18.

【0007】まず、端末の電源投入時に記憶領域初期化
処理1により、メニュ選択No.(業務No.)ごとの
稼働時間格納領域をZEROに,稼働状態判断フラグY
(0のとき非稼働中,1のとき稼働中)を0にする。
First, when the power of the terminal is turned on, the storage area initialization process 1 selects the menu selection number. Set the operating time storage area for each (job number) to ZERO, and set the operating status judgment flag to Y.
(0: not in operation, 1: in operation) is set to 0.

【0008】次にメニュ出力処理7によりメニュを出力
する。以降、稼働時間格納処理18,またはメニュ出力
処理7と稼働時間格納処理18を繰り返すことにより、
メニュ選択No.(業務No.)ごとの稼働時間を格納
し、稼働時間出力要求により出力装置19へ出力する。
Next, a menu is output by menu output processing 7. Thereafter, by repeating the operating time storage process 18 or the menu output process 7 and the operating time storage process 18,
Menu selection no. The operating time for each (job number) is stored and output to the output device 19 in response to an operating time output request.

【0009】稼働時間格納処置18について詳細を以下
に記述する。
The operating time storage procedure 18 will be described in detail below.

【0010】最初に業務判断手段によりどの業務が要求
されたかを判断し(ステップ8)、稼働時間の出力要求
であれば稼働時間出力処理19により稼働時間の出力を
行い、処理を終了する。それ以外の場合は次へ進む。
First, the task determining means determines which task is requested (step 8), and if it is a request to output the operating time, the operating time is outputted by the operating time output processing 19, and the process ends. Otherwise, proceed to the next step.

【0011】メニュにより選ばれたメニュ選択No.(
業務No.)をメニュ選択No.格納手段によりメニュ
選択No.格納領域へ格納し次へ進む(ステップ9)。
[0011] Menu selection No. selected by the menu. (
Business No. ) as the menu selection number. The menu selection number is stored by the storage means. Store it in the storage area and proceed to the next step (step 9).

【0012】稼働状態格納手段により稼働状態判断フラ
グYへ「1」を格納し(稼働中であることを表す。)次
へ進む(ステップ10)。
The operating state storage means stores "1" in the operating state determination flag Y (indicating that the system is in operation) and proceeds to the next step (step 10).

【0013】時刻格納手段により時刻発生装置から時刻
を読み取り、稼働開始時刻格納領域aへ格納する(ステ
ップ11)。この稼働開始時刻格納以降、キー入力有無
判断手段によりキー入力の有無を監視する。
The time storage means reads the time from the time generator and stores it in the operation start time storage area a (step 11). After the operation start time is stored, the presence or absence of a key input is monitored by the key input presence/absence determining means.

【0014】5分間以上キー入力がない場合は稼働終了
とみなし、時刻格納手段により時刻発生装置から時刻を
読み取り、稼働終了時刻格納領域bへ格納する(ステッ
プ12,13)。次に格納された稼働開始時刻a,稼働
終了時刻b,メニュ選択No.(業務No.)をもとに
稼働時間計算・格納手段により稼働時間を計算し、該当
する稼働時間格納領域へ蓄積する(ステップ14)。ま
た稼働状態判断フラグYへ「0」を格納(非稼働中であ
ることを示す)する。この状態からキー入力有無判断手
段および業務判断手段により監視し、メニュ出力要求が
行われるとメニュ出力処理7から再度行う(ステップ1
5,16)。それ以外の場合は前回の業務が再稼働した
ものとみなし、稼働時間格納処理の稼働状態格納手段に
より処理10から再度行う。
If there is no key input for 5 minutes or more, it is assumed that the operation has ended, and the time storage means reads the time from the time generator and stores it in the operation end time storage area b (steps 12 and 13). Next, the stored operation start time a, operation end time b, and menu selection No. (Business No.), the operating time calculation/storage means calculates the operating time and stores it in the corresponding operating time storage area (step 14). Also, "0" is stored in the operating state determination flag Y (indicating that it is not operating). This state is monitored by the key input presence/absence determining means and the business determining means, and when a menu output request is made, the menu output processing is repeated from step 1.
5,16). In other cases, it is assumed that the previous work has been restarted, and the operation state storage means of the operation time storage process performs processing 10 again.

【0015】5分以内にキー入力がある場合で、業務判
断手段により業務を判断しメニュ出力要求が行われた場
合(ステップ17)はメニュ出力処理7から再度行う。 ただしこの場合は稼働中であるため、メニュ出力処理の
中に稼働状態判断手段,時刻格納手段,稼働時間計算・
格納手段による処理を含め、稼働時間の蓄積を行う。メ
ニュ出力要求以外であった場合は現在の業務の稼働続行
とみなし、再度キー入力有無判断手段によりキー入力の
有無を監視する(ステップ12)。
If there is a key input within 5 minutes and the task is determined by the task determining means and a menu output request is made (step 17), the menu output process 7 is performed again. However, in this case, since it is in operation, the menu output process includes an operating state judgment means, a time storage means, an operating time calculation and
Accumulate operating time, including processing by storage means. If the request is other than a menu output request, it is assumed that the current business operation continues, and the presence or absence of a key input is monitored again by the key input presence/absence determination means (step 12).

【0016】上記では稼働時間格納処理18について説
明したが、この実施例では業務開始は必ずメニュ出力処
理7から行うことを前提としている。
Although the operating time storage process 18 has been described above, it is assumed in this embodiment that a job is always started from the menu output process 7.

【0017】[0017]

【発明の効果】以上説明したように、本発明によれば端
末稼働時間を業務No.別に正確にかつ自動的に測定で
きるという効果を有する。
Effects of the Invention As explained above, according to the present invention, the terminal operating time is the highest in the business. Another advantage is that it can be measured accurately and automatically.

【図面の簡単な説明】[Brief explanation of drawings]

【図1】本発明の一実施例を示す流れ図である。FIG. 1 is a flow chart showing one embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1    記憶領域初期化処理 4    稼働終了時刻格納手段 7    メニュ出力処理 11    稼働開始時刻格納手段 12    キー入力有無判断手段 18    稼働時間格納処理 19    稼働時間出力処理 1. Storage area initialization processing 4 Operation end time storage means 7 Menu output processing 11 Operation start time storage means 12 Key input presence/absence determination means 18    Operating time storage processing 19 Operating time output processing

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  業務No.ごとに稼働時間を格納する
記憶領域と、稼働開始時・終了時を判断するためのキー
入力有無判断手段と、稼働開始時・終了時に時刻発生装
置から時刻を読み取り記憶装置へ格納する手段と、前記
時刻より稼働時間を計算し該当する業務No.の稼働時
間格納領域へ格納する手段と、前記稼働時間を出力する
手段とを備えることを特徴とする端末稼働時間測定方式
[Claim 1] Business No. a storage area for storing the operating time for each operation; means for determining the presence or absence of key input for determining when the operation starts and ends; means for reading the time from the time generator at the time of starting and ending the operation and storing it in the storage device; Calculate the operating time from the above time and select the corresponding task number. A terminal operating time measuring method comprising: means for storing the operating time in an operating time storage area; and means for outputting the operating time.
JP3114250A 1991-05-20 1991-05-20 Terminal operating time measuring system Pending JPH04342040A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3114250A JPH04342040A (en) 1991-05-20 1991-05-20 Terminal operating time measuring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3114250A JPH04342040A (en) 1991-05-20 1991-05-20 Terminal operating time measuring system

Publications (1)

Publication Number Publication Date
JPH04342040A true JPH04342040A (en) 1992-11-27

Family

ID=14633065

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3114250A Pending JPH04342040A (en) 1991-05-20 1991-05-20 Terminal operating time measuring system

Country Status (1)

Country Link
JP (1) JPH04342040A (en)

Similar Documents

Publication Publication Date Title
JP2008310748A (en) Task execution time recording device, task execution time recording method, and task execution recording program
JPH1020884A (en) Speech interactive device
JPH04342040A (en) Terminal operating time measuring system
CN116213482A (en) Wire drawing control method and device, electronic equipment and storage medium
JP2005352890A5 (en)
CN108445856A (en) Beam piece production process monitoring method, device, management system and storage medium
JP2000056989A (en) Task designing method
CN111190806B (en) Log processing method and device of voice interaction equipment
JP2626512B2 (en) Information processing performance measurement method
JPH11134397A (en) Prime cost estimating device and machine-readable recording medium recorded with program
JP3389745B2 (en) Apparatus and method for measuring program performance
JPH08179811A (en) Sequence loader and install method
JP3831037B2 (en) Call charge management device
CN113934754A (en) Intelligent data synchronization method and device
KR100996109B1 (en) Apparauts and method for recording analogous data
JP2002299974A (en) Volume varying device
JP2734097B2 (en) Washing machine control device
JPH09128373A (en) Support method for numerical value calculation
JP3561737B2 (en) Calibration method of measuring instrument
JPS59116031A (en) Engine analyzer
JP2000132207A (en) Cycle time setting system
JPH08153026A (en) Method for measuring program performance evaluation data and measuring device therefor
JPH06317603A (en) Frequency converter
JPH05225002A (en) Program processing time measuring instrument
JPS6354640A (en) Method for measuring program running time