JPH0552791U - Clock counter - Google Patents
Clock counterInfo
- Publication number
- JPH0552791U JPH0552791U JP110380U JP11038091U JPH0552791U JP H0552791 U JPH0552791 U JP H0552791U JP 110380 U JP110380 U JP 110380U JP 11038091 U JP11038091 U JP 11038091U JP H0552791 U JPH0552791 U JP H0552791U
- Authority
- JP
- Japan
- Prior art keywords
- clock
- counter
- pulse
- commercial power
- internal counter
- 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
Links
Landscapes
- Electric Clocks (AREA)
- Details Of Television Systems (AREA)
Abstract
(57)【要約】
【目的】 商用電源にノイズが混入しても時計が進むこ
とのない時計用カウンタを提供する。
【構成】 商用電源を5V系のパルスに変換したクロッ
クパルスが立ち上がると、割込がかかる。S11でマイ
コンの内部カウンタが311以上であるかを判定する。
311以上であれば、このパルスは正規の商用電源パル
スとして、S13で時計用カウンタを+1する。そし
て、S14で時計用カウンタが50となったら、S15
で時計を1秒進め、復帰させる。S11で内部カウンタ
が311未満であれば、このパルスはノイズによる誤パ
ルスであるので、何の処理もせず復帰させる。
(57) [Abstract] [Purpose] To provide a clock counter that does not advance even if noise is mixed into the commercial power supply. [Structure] When a clock pulse obtained by converting a commercial power supply into a pulse of 5 V system rises, an interrupt occurs. In S11, it is determined whether the internal counter of the microcomputer is 311 or more.
If it is 311 or more, this pulse is regarded as a regular commercial power supply pulse and the clock counter is incremented by 1 in S13. When the clock counter reaches 50 in S14, S15
Advance the clock by 1 second and reset it. If the internal counter is less than 311 in S11, this pulse is an erroneous pulse due to noise, and is returned without any processing.
Description
【0001】[0001]
本考案は、テレビジョン受像機等の電子機器に内蔵されている時計用カウンタ に関する。 The present invention relates to a clock counter built in an electronic device such as a television receiver.
【0002】[0002]
テレビジョン受像機等の電子機器においては、時計機能を内蔵したものがあり 、この時計を利用して各種タイマを実現している例が多い。例えば、設定した時 刻になると自動的に機器の電源がオンになる機能、いわゆるオンタイマや、設定 した時刻になると自動的に機器の電源がオフになる機能、いわゆるオフタイマが 挙げられる。これらの機能は一般的にマイコンによって制御されている。また、 時計機能自体もマイコンによってなされていることが多い。この場合、100V 商用電源(50Hzまたは60Hz)をマイコンで読み込み、これを基準クロッ クとして時計を実現している。商用電源は極めて精度の高い周期性を持っており 、これを基準クロックとすることにより、非常に正確な時計とすることができる 。 Some electronic devices such as television receivers have a built-in clock function, and in many cases various timers are realized by using this clock. For example, there is a function that automatically turns on the power of the device at a set time, a so-called on-timer, and a function that automatically turns off the power of the device at the set time, a so-called off-timer. These functions are generally controlled by a microcomputer. In addition, the clock function itself is often performed by a microcomputer. In this case, a 100V commercial power supply (50Hz or 60Hz) is read by the microcomputer, and this is used as the reference clock to realize the timepiece. The commercial power supply has a highly accurate periodicity, and by using this as a reference clock, a very accurate clock can be obtained.
【0003】 商用電源をマイコンで読み込むためには、まず、商用電源を5V系のパルスに 変換する必要がある。図4は変換回路の一例を示す回路図であり、図5には図4 中のA点〜C点における電圧波形を示している。図4において、電源トランス1 の2次側より得られた図5のAに示す波形は、コンデンサC1及び高抵抗R1を 介して図5のBに示す交流分として取り出される。これをダイオードD1及びD 2により正の区間を5V系のパルスとして取り出し、さらに、抵抗R2を経て、 インバータ2,3により波形整形を行って図5のCに示す5V系のパルスを得る 。これにより50Hzまたは60Hzの正確なクロックが得られる(以後、周波 数は50Hzとして説明する)。そして、このクロックをマイコンの入力ポート に印加する。In order to read the commercial power source with the microcomputer, it is necessary to first convert the commercial power source into a pulse of 5V system. FIG. 4 is a circuit diagram showing an example of the conversion circuit, and FIG. 5 shows voltage waveforms at points A to C in FIG. In FIG. 4, the waveform shown in A of FIG. 5 obtained from the secondary side of the power transformer 1 is taken out as the AC component shown in B of FIG. 5 via the capacitor C1 and the high resistance R1. The positive section is taken out as a 5V system pulse by the diodes D1 and D2, and the waveform is shaped by the inverters 2 and 3 via the resistor R2 to obtain the 5V system pulse shown in C of FIG. As a result, an accurate clock of 50 Hz or 60 Hz can be obtained (hereinafter, the frequency will be described as 50 Hz). Then, this clock is applied to the input port of the microcomputer.
【0004】 マイコンはこのクロックをカウントして時計を実現する。即ち、クロックの1 パルス毎に20mSが経過したとして時計のカウントを行えばよい。なお、この クロックの読み込みであるが、この入力ポートは汎用ポートでも割込ポートでも よい。ただし、ソフトウェアの書き易さから割込ポートが使いやすい。ここでは 割込ポートを例とし、図3にその処理のフローチャートを示す。クロックのパル スの立ち上がり毎に割込がかかると、時計用カウンタを+1(1つインクリメン ト)する[ステップ(S)1]。ここで、時計用カウンタの1は20mSを意味 し、50カウントで1秒である。従って、50カウント毎に時計を1秒進めれば よい。時計用カウンタが50であると(Yes)[S2]、時計を1秒進め[S 3]、さらに、時計用カウンタを0にし[S4]、復帰させる。ステップ2で時 計用カウンタが50でないと(No)、そのまま復帰させる。ここで、時計用カ ウンタはRAM上に配置されるソフトウェアカウンタである。 なお、時,分の桁上り処理や、ユーザーによる時計合わせの処理等については 省略する。The microcomputer counts this clock to realize a clock. That is, it is sufficient to count the time on the assumption that 20 mS has elapsed for each pulse of the clock. Although this clock is read, this input port may be a general-purpose port or an interrupt port. However, the interrupt port is easy to use because of the ease of writing software. Here, the interrupt port is taken as an example, and a flowchart of the processing is shown in FIG. When an interrupt occurs at each rising edge of the clock pulse, the clock counter is incremented by +1 (one increment) [step (S) 1]. Here, 1 of the clock counter means 20 mS, and 50 seconds is 1 second. Therefore, it is sufficient to advance the clock by 1 second for every 50 counts. If the clock counter is 50 (Yes) [S2], the clock is advanced by 1 second [S3], and the clock counter is set to 0 [S4] to restore. If the time counter is not 50 in step 2 (No), the counter is returned as it is. Here, the clock counter is a software counter arranged on the RAM. Note that the carry processing for hours and minutes and the processing for clock adjustment by the user are omitted.
【0005】[0005]
以上の構成により時計機能が実現できるが、商用電源を使用すると電源ライン に重畳するノイズが問題となる。最近では、ノイズ発生源となる機器が多く、そ れらの機器からコンセントを介して電源にノイズが入ることもある。図6にはノ イズが混入した場合の、図4中のA点〜C点における電圧波形を示している。図 6のAに示すようにノイズが混入すると、図4のB点での波形は図6のBに示す ようになり、図4のC点で得られる波形は図6のCに示すようになってしまう。 すると、誤カウントによりクロックパルスを多くカウントし、時計が進んでしま う。 Although the clock function can be realized with the above configuration, the noise superimposed on the power supply line becomes a problem when a commercial power supply is used. Recently, there are many devices that generate noise, and noise may enter the power supply from these devices through an outlet. FIG. 6 shows voltage waveforms at points A to C in FIG. 4 when noise is mixed. When noise is mixed in as shown in A of FIG. 6, the waveform at point B in FIG. 4 becomes as shown in B of FIG. 6, and the waveform obtained at point C of FIG. 4 becomes as shown in C of FIG. turn into. Then, due to incorrect counting, many clock pulses are counted and the clock advances.
【0006】 実際には、このノイズが入るのは1時間当たり数回程度であるが、1時間にノ イズが5回入ったとすると、1日当たり、5(回)×24(時間)=120(回 )、20(mS)×120(回)=2.4(秒)より、2.4秒時計が進んでし まうことになる。 この問題点を防ぐには、商用電源を5Vに変換する際に、即ち、図4の回路で 、ノイズ除去を行えばよいが、完全にノイズを除去するためには回路規模も大き くなり、コストもかかってしまうので現実的ではない。 本考案はこのような問題点に鑑みなされたものであり、クロックパルスによる カウント誤りによる時計の進みを補正し、時計精度を向上させることのできる時 計用カウンタを提供することを目的とする。Actually, this noise is introduced only about several times per hour, but if noise is entered five times per hour, 5 (times) × 24 (hours) = 120 (per day) Times), 20 (mS) × 120 (times) = 2.4 (seconds), the clock advances by 2.4 seconds. To prevent this problem, noise may be removed when the commercial power supply is converted to 5 V, that is, in the circuit of FIG. 4, but in order to completely remove noise, the circuit scale becomes large. It is not realistic because it costs money. The present invention has been made in view of the above problems, and an object of the present invention is to provide a clock counter capable of improving the clock accuracy by correcting the advance of the clock due to the count error due to the clock pulse.
【0007】[0007]
本考案は、上述した従来の技術の課題を解決するため、システムクロックに同 期した内部カウンタを備えたマイコンを用い、商用電源周期を基準クロックとし てカウントすることにより計時する時計用カウンタにおいて、前記商用電源周期 を前記内部カウンタにより測定し、一定範囲の周期のクロックのみカウントする ことを特徴とする時計用カウンタを提供するものである。 In order to solve the above-mentioned problems of the conventional technology, the present invention uses a microcomputer equipped with an internal counter synchronized with the system clock, in a clock counter that counts by counting the commercial power cycle as a reference clock. The present invention provides a timepiece counter, characterized in that the commercial power supply cycle is measured by the internal counter and only clocks having a cycle within a certain range are counted.
【0008】[0008]
以下、本考案の時計用カウンタについて、添付図面を参照して説明する。図1 は本考案の時計用カウンタによる処理のフローチャート、図2はマイコンの内部 カウンタの周辺部を示すブロック図である。 Hereinafter, a timepiece counter of the present invention will be described with reference to the accompanying drawings. FIG. 1 is a flow chart of processing by the clock counter of the present invention, and FIG. 2 is a block diagram showing the peripheral part of the internal counter of the microcomputer.
【0009】 本考案は、クロックパルスのカウント誤りによる時計の進みを補正し、時計精 度を向上させるものであり、マイコンに内蔵された内部カウンタを利用する。一 般に、マイコンにはいくつかの内部カウンタが内蔵されている。このカウンタは 、マイコンのシステムクロックを分周したパルスをカウントするもので、ソフト ウェアによりカウントのスタート及びストップ、カウンタ値の読み出し及び初期 値設定が可能である。図2はマイコンの内部カウンタの周辺部である。仮にここ では、システムクロックを4MHz、分周器5によるシステムクロックの分周比 を1/256とする。また内部カウンタ6の大きさは12ビット(0〜4095 までカウント可能)とする。The present invention corrects the advance of the clock due to the count error of the clock pulse and improves the clock precision, and uses the internal counter built in the microcomputer. Generally, a microcomputer has some internal counters built therein. This counter counts the pulses obtained by dividing the system clock of the microcomputer, and can start and stop counting, read the counter value, and set the initial value by software. FIG. 2 shows the peripheral part of the internal counter of the microcomputer. It is assumed here that the system clock is 4 MHz and the frequency division ratio of the system clock by the frequency divider 5 is 1/256. The size of the internal counter 6 is 12 bits (it can count from 0 to 4095).
【0010】 システムクロックの原発振は外部発振回路であるセラミック発振子4であり、 この精度はそのまま内部カウンタ6の精度となる。セラミック発振子4の精度は ±0.1〜±0.3%の誤差である。時計に必要な精度には全く至らないが、こ のマイコンに内蔵された内部カウンタ6を用いて商用電源クロックのカウント誤 りの補正を行う。商用電源のノイズによる誤パルスはランダムであるため、本来 のパルス間隔の20mSとは全く異なる値でのパルスとなる。従って、内部カウ ンタ6で十分検知できるため、誤パルスを排除することができる。The original oscillation of the system clock is the ceramic oscillator 4 which is an external oscillation circuit, and this accuracy is the accuracy of the internal counter 6 as it is. The accuracy of the ceramic oscillator 4 has an error of ± 0.1% to ± 0.3%. Although the accuracy required for the clock is not reached at all, the internal counter 6 built into this microcomputer is used to correct the count error of the commercial power supply clock. Since the false pulse due to the noise of the commercial power source is random, the pulse has a completely different value from the original pulse interval of 20 mS. Therefore, since the internal counter 6 can sufficiently detect the erroneous pulse.
【0011】 次に、具体的な手順について説明する。まず、内部カウンタの誤差は最大±0 .3%であるから、20mSの期間の内部カウンタ6のカウント値は以下の通り である。 誤差0のカウント値は、20×10-3÷[{1/(4×106 )}×256] =312.5となり、誤差−0.3%のカウント値は、312.5×1.003 =313.4375となり、誤差+0.3%のカウント値は、312.5×0. 997=311.5625となる。即ち、20mSの期間に311〜313のい ずれかの値が内部カウンタでカウントされる。従って、311未満であれば、2 0mS経過していないことになる。Next, a specific procedure will be described. First, the maximum error of the internal counter is ± 0. Since it is 3%, the count value of the internal counter 6 during the period of 20 mS is as follows. The count value of error 0 is 20 × 10 −3 ÷ [{1 / (4 × 10 6 )} × 256] = 312.5, and the count value of error −0.3% is 312.5 × 1. 003 = 313.4375, and the count value of the error + 0.3% is 312.5 × 0. It becomes 997 = 311.5625. That is, any value of 311 to 313 is counted by the internal counter during the period of 20 mS. Therefore, if it is less than 311, it means that 20 ms has not elapsed.
【0012】 上記のように、従来の処理においては、商用電源毎に割込が発生する構成であ るが、本考案においても回路上の構成は全く同一である。その割込時の処理のみ が異なる。その処理のフローチャートを図1に示す。割込時にはまず内部カウン タ6の値を読み出し、311〜313の値であるか否かをチェックする。内部カ ウンタ6の値が311以上であれば(Yes)[ステップ(S)11]、内部カ ウンタ6を0とし[S12]、時計用カウンタを1つインクリメントする[S1 3]。そして、時計用カウンタが50であれば(Yes)[S14]、時計を1 秒進め[S15]、時計用カウンタをクリア(0にする)し[S16]、割込終 了となる。また、ステップ11で内部カウンタ値6が311未満であれば、これ はノイズによる誤パルスである。従って、内部カウンタ6もそのままにして何の 処理もせず割込処理を終了する。As described above, in the conventional process, the interrupt is generated for each commercial power source, but the circuit configuration is also the same in the present invention. Only the processing at the time of the interruption is different. A flowchart of the processing is shown in FIG. At the time of interruption, first, the value of the internal counter 6 is read and it is checked whether the values are 311 to 313. If the value of the internal counter 6 is 311 or more (Yes) [step (S) 11], the internal counter 6 is set to 0 [S12], and the clock counter is incremented by 1 [S13]. If the clock counter is 50 (Yes) [S14], the clock is advanced by 1 second [S15], the clock counter is cleared (set to 0) [S16], and the interrupt ends. If the internal counter value 6 is less than 311 in step 11, this is an erroneous pulse due to noise. Therefore, the internal counter 6 is also left as it is and the interrupt process is terminated without performing any process.
【0013】 さらに、図6を用いて説明する。図6のCにおいて、(ア)は前回の割込から 20mSが経過しているものとする。この場合、内部カウンタ6は311〜31 3の範囲であるから、図1においてルート2をたどり、正しく時計カウントが行 われる。また、ここで、内部カウンタ6は0に初期化される。次に、(イ)で割 込がかかる。この時、(ア)から20mS経過していないため、内部カウンタ6 の値は311未満である。従って、図1のルート1の処理をたどる。即ち、何の 処理も行わず復帰し、内部カウンタ6はカウントを続ける。(ウ)も全く同様に 何の処理も行わない。(エ)の割込は(ア)から20mSが経過した時点である 。従って、内部カウンタは311〜313の範囲であるから、ルート2をたどる 。その結果、時計はカウントアップされる。また、ここで内部カウンタは再び0 となる。同様に、(オ)はルート1を、(カ)はルート2をたどる。以下、上記 の繰り返しである。Further, description will be made with reference to FIG. In FIG. 6C, (A) indicates that 20 mS has elapsed since the last interruption. In this case, since the internal counter 6 has a range of 311 to 3133, the route 2 is traced in FIG. 1 and the clock is counted correctly. Also, here, the internal counter 6 is initialized to zero. Next, (a) gives an interrupt. At this time, the value of the internal counter 6 is less than 311 because 20 mS has not elapsed from (a). Therefore, the process of route 1 in FIG. 1 is followed. That is, the internal counter 6 continues counting without performing any processing. Similarly, (c) does not perform any processing. The interruption in (d) is when 20 mS has elapsed from (a). Therefore, since the internal counter is in the range of 311 to 313, the route 2 is traced. As a result, the clock is counted up. The internal counter becomes 0 again here. Similarly, (e) follows route 1, and (f) follows route 2. The above is repeated below.
【0014】 以上のように、本考案による時計用カウンタでは、ノイズによる誤パルスを除 去し、正しい商用電源によるパルスのみを時計カウントすることが可能となる。 なお、本実施例では、商用電源の周波数を50Hzとして説明したが、60Hz でも同様に実現することができる。As described above, in the timepiece counter according to the present invention, it is possible to eliminate false pulses due to noise and count only the pulses from the correct commercial power source. Although the frequency of the commercial power source is 50 Hz in the present embodiment, it can be similarly realized at 60 Hz.
【0015】[0015]
以上詳細に説明したように、本考案の時計用カウンタは、商用電源周期をマイ コンに内蔵された内部カウンタにより測定し、一定範囲の周期のクロックのみカ ウントするよう構成したので、ノイズによる誤パルスを除去し、正しい商用電源 によるパルスのみを時計カウントすることができる。しかも、回路規模が大きく なることもないので低コストで実現できるという効果がある。 As described in detail above, the clock counter of the present invention is configured to measure the commercial power cycle with the internal counter built into the microcomputer and count only the clock with a cycle within a certain range. Pulses can be removed and only pulses from the correct utility power can be clock counted. Moreover, since the circuit scale does not increase, it can be realized at low cost.
【図1】本考案の時計用カウンタによる処理のフローチ
ャートである。FIG. 1 is a flow chart of processing by a timepiece counter of the present invention.
【図2】マイコンの内部カウンタの周辺部を示すブロッ
ク図である。FIG. 2 is a block diagram showing a peripheral portion of an internal counter of a microcomputer.
【図3】従来の時計用カウンタによる処理のフローチャ
ートである。FIG. 3 is a flowchart of processing by a conventional clock counter.
【図4】商用電源の5V系変換回路の一例を示す回路図
である。FIG. 4 is a circuit diagram showing an example of a 5V system conversion circuit of a commercial power supply.
【図5】図4における各部の電圧波形図である。5 is a voltage waveform diagram of each part in FIG.
【図6】図4におけるノイズが混入した場合の各部の電
圧波形図である。FIG. 6 is a voltage waveform diagram of each part when noise in FIG. 4 is mixed.
1 電源トランス 2,3 インバータ 4 セラミック発振子 5 分周器 6 内部カウンタ 1 power transformer 2,3 inverter 4 ceramic oscillator 5 frequency divider 6 internal counter
Claims (1)
を備えたマイコンを用い、商用電源周期を基準クロック
としてカウントすることにより計時する時計用カウンタ
において、 前記商用電源周期を前記内部カウンタにより測定し、一
定範囲の周期のクロックのみカウントすることを特徴と
する時計用カウンタ。1. A clock counter that uses a microcomputer provided with an internal counter synchronized with a system clock to count by counting a commercial power cycle as a reference clock, wherein the commercial power cycle is measured by the internal counter and fixed. A clock counter that counts only clocks with a range of cycles.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP110380U JPH0552791U (en) | 1991-12-16 | 1991-12-16 | Clock counter |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP110380U JPH0552791U (en) | 1991-12-16 | 1991-12-16 | Clock counter |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0552791U true JPH0552791U (en) | 1993-07-13 |
Family
ID=14534342
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP110380U Pending JPH0552791U (en) | 1991-12-16 | 1991-12-16 | Clock counter |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0552791U (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002196024A (en) * | 2000-12-26 | 2002-07-10 | Mitsubishi Electric Corp | Period measuring circuit |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62287180A (en) * | 1986-06-05 | 1987-12-14 | Matsushita Electric Ind Co Ltd | Counting device for timepiece |
-
1991
- 1991-12-16 JP JP110380U patent/JPH0552791U/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS62287180A (en) * | 1986-06-05 | 1987-12-14 | Matsushita Electric Ind Co Ltd | Counting device for timepiece |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002196024A (en) * | 2000-12-26 | 2002-07-10 | Mitsubishi Electric Corp | Period measuring circuit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS57173230A (en) | Phase synchronizing circuit | |
US6442704B1 (en) | Ring oscillator clock frequency measuring method, ring oscillator clock frequency measuring circuit, and microcomputer | |
JPH0552791U (en) | Clock counter | |
US3987435A (en) | Analog-to-digital converter utilizing time reference for effecting conversion | |
JPH0251295B2 (en) | ||
JPH11326404A (en) | Minute error detecting device for frequency | |
JP3383437B2 (en) | Time measurement method and clock | |
US4517473A (en) | Solid-state automatic injection control device | |
US4595906A (en) | Scaled analog to digital coverter | |
JPS603563A (en) | Commercial power source frequency discriminating device | |
JPH04175690A (en) | Time measuring instrument | |
JPH058553Y2 (en) | ||
SU1679399A1 (en) | Meter of amplitude of harmonic signal | |
JP6374350B2 (en) | Timer synchronization system | |
JPS6123738B2 (en) | ||
SU966660A1 (en) | Device for measuring short pulse duration | |
JPS603562A (en) | Commercial power souce frequency discriminating device | |
JP2509515Y2 (en) | Digital timer | |
JPS62164200A (en) | Traffic signal controller | |
JPH0136568B2 (en) | ||
Sankaran et al. | A microprocessor-based scheme for deriving sampling frequency | |
JPS5552985A (en) | Counting device | |
JPH0664165B2 (en) | Clock counting device | |
JPH029728B2 (en) | ||
JPS6166912A (en) | Correcting device for position detection error |