JPS627561B2 - - Google Patents

Info

Publication number
JPS627561B2
JPS627561B2 JP53092345A JP9234578A JPS627561B2 JP S627561 B2 JPS627561 B2 JP S627561B2 JP 53092345 A JP53092345 A JP 53092345A JP 9234578 A JP9234578 A JP 9234578A JP S627561 B2 JPS627561 B2 JP S627561B2
Authority
JP
Japan
Prior art keywords
counter
ram
sequence control
time
stored
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.)
Expired
Application number
JP53092345A
Other languages
Japanese (ja)
Other versions
JPS5520518A (en
Inventor
Kuniji Tanmachi
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP9234578A priority Critical patent/JPS5520518A/en
Publication of JPS5520518A publication Critical patent/JPS5520518A/en
Publication of JPS627561B2 publication Critical patent/JPS627561B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)
  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 本発明は複数の制御対象に順次制御信号を供給
するシーケンス制御方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a sequence control method that sequentially supplies control signals to a plurality of control objects.

予じめ定められた搬送路にそつて物体を移動さ
せ、予定の位置で予定の処理、加工等を順々に施
こすような場合、物体が予定位置にきたことを適
宜の手段によつて判定し、これに基づいてマイク
ロコンピユータからの所要の指令、制御を発生し
て、そこで予定された処理、加工等を行なうシー
ケンス制御方式が広く実用されている。第1図は
その概略を説明するためのブロツク図で、説明の
便宜上、複写機を例にとつている。スタートボタ
ンを押すと、その信号は1/0ポート、システムバ
スラインSBを経てCPUに送られ、そこで解読さ
れ、ROMから所要の命令を読取つて各部装置を
起動、制御する。これに応じて基準パルス発生装
置10は、複写紙の搬送通路上での走行速度に反
比例した周期の基準パルスを発生する。前記パル
ス発生装置10は、この技術分野で周知のよう
に、機械の駆動部分に連結され、これと同期回転
するスリツト円板と光電管等によつて構成される
ことができる。基準パルスが割込制御回路11,
バスラインSBを介してCPUに伝送されると、命
令の実行はカウントルーチンにジヤンプさせられ
る。このカウントルーチンでは、第2図に示した
ように、あらかじめカウンタ用に割り当てられた
ある番地のRAMの内容を1だけ増加するように
プログラムされているので、前記基準パルスは
RAMで構成されたカウンタでカウントされる。
このカウンタが所定のカウント数に達した時に
CPUは制御信号を発生し、例えばデベロツパク
ラツチを駆動するというように、必要なタイミン
グを作つていた。ところで、通常の複写機におい
ては、一般に複写紙の先端に同期させて制御対象
と動作させる為、ペーパーフイードクラツチが駆
動開始されたときを基準とするので、複数枚連続
コピーの場合はペーパーフイードクラツチの駆動
開始毎にカウンタがリセツトされる。したがつ
て、例えばジヤムチエツク用タイミングのよう
に、ペーパーフイードクラツチの駆動開始から長
い時間を経過したタイミングを作成するため、
RAM内に割当てられたカウンタの最大カウンタ
数Nでは時間が不足する場合は、さらにもう1つ
のカウンタをRAM内に割当てなければならな
い。すなわち、第2図の割付例においてカウンタ
用RAM(I―1)がその最大カウント数までカ
ウントアツプされると他の継続カウンタ用RAM
(I―2)が選択され、基準パルスの発生に伴つ
てインクレメントされる。また一方、ペーパーフ
イードクラツチが駆動される間隔、すなわち連続
して供給される複写紙の1枚目と2枚日目、2枚
目と3枚目などの時間間隔が短かくなると、ある
ペーパーフイード時刻にあるカウンタ用RAMが
クリアされ、計数を開始してから、その最大カウ
ント数に達しないうちに次のペーパーフイードが
行なわれることになり、前記カウンタ用RAMが
リセツトされてしまう。このような場合には、あ
るペーパーフイード時刻と後続のペーパーフイー
ド時刻との間の最小時間間隔に余裕をみたカウン
ト値を限界として第2のカウンタ用RAM()
を選択し、これを基準パルスでインクレメントす
ることにより前のペーパーフイード時刻に関する
計数を継続し、最初のカウンタ用メモリRAMは
後続のペーパーフイードに備えなければならな
い。したがつて、カウンタが複数必要となり、
RAMに占める領域が多くなる欠点がある。さら
に又、この場合カウンタ用RAM選択およびイン
クレメント動作を第3図に示すが、これからも分
るように、前記選択およびインクレメント動作の
制御に要するステツプすなわちプログラムはかな
り複雑であり、したがつて必要とするROMも多
くなるという欠点がある。
When an object is moved along a predetermined conveyance path and subjected to scheduled processing, processing, etc. in sequence at a scheduled position, it is necessary to use appropriate means to confirm that the object has arrived at the scheduled position. Sequence control methods are widely used in which a microcomputer makes a determination, generates necessary commands and controls based on the determination, and performs scheduled processing, machining, etc. FIG. 1 is a block diagram for explaining the outline thereof, and for convenience of explanation, a copying machine is taken as an example. When you press the start button, the signal is sent to the CPU via the 1/0 port and system bus line SB, where it is decoded and the required instructions are read from the ROM to start and control each component. In response to this, the reference pulse generator 10 generates a reference pulse with a period inversely proportional to the traveling speed of the copy paper on the conveyance path. As is well known in the art, the pulse generator 10 may be constructed of a slit disk, a phototube, etc. connected to a driving part of a machine and rotated in synchronization therewith. The reference pulse is the interrupt control circuit 11,
Once transmitted to the CPU via bus line SB, execution of the instruction is caused to jump to the counting routine. In this counting routine, as shown in Figure 2, the content of the RAM at a certain address previously allocated for the counter is programmed to be incremented by 1, so the reference pulse is
Counted by a counter configured in RAM.
When this counter reaches a predetermined number of counts
The CPU generated control signals to create the necessary timing, such as driving a developer latch. By the way, in a normal copying machine, the control target is generally operated in synchronization with the leading edge of the copy paper, so the reference point is when the paper feed clutch starts to drive, so in the case of continuous copying of multiple sheets, the paper feed clutch The counter is reset each time the idle clutch starts to be driven. Therefore, in order to create timing after a long time has elapsed since the start of the paper feed clutch, such as the timing for jam check, for example,
If the maximum number N of counters allocated in the RAM is insufficient for time, one more counter must be allocated in the RAM. In other words, in the layout example shown in Figure 2, when the counter RAM (I-1) is counted up to its maximum count, the other continuous counter RAMs are
(I-2) is selected and incremented as the reference pulse is generated. On the other hand, if the interval at which the paper feed clutch is driven, that is, the time interval between the first and second sheets of copy paper, the second and third sheets, etc. After the counter RAM at the feed time is cleared and counting starts, the next paper feed will be performed before the maximum count is reached, and the counter RAM will be reset. In such a case, the second counter RAM () is set to a count value with an allowance for the minimum time interval between a certain paper feed time and the subsequent paper feed time.
The memory RAM for the first counter must be prepared for the subsequent paper feed by selecting and incrementing it with a reference pulse to continue counting with respect to the previous paper feed time. Therefore, multiple counters are required,
The disadvantage is that it takes up a lot of RAM space. Furthermore, in this case, the counter RAM selection and incrementing operations are shown in FIG. 3, but as can be seen, the steps or programs required to control the selection and incrementing operations are quite complex; The disadvantage is that it requires more ROM.

本発明はカウンタ用RAMは1個だけ設け、カ
ウント開始の基準事象(例えば前述のペーパーフ
イードクラツチ駆動開始)が起きたときのカウン
ト数をRAMにストアし、前記基準事象が起きて
からの必要な遅延時間に相当する数を、前記基準
事象が起きたときのカウント数に加算し、その加
算結果をタイミングの基として使うことにより、
カウンタとして使用されるRAMを必要最少限に
節約したものである。更に、カウンタが1個であ
る為、カウンタを制御するプログラムが簡潔にな
り、これにより、RAMも節約することができ
る。
In the present invention, only one RAM is provided for the counter, and the count number when a reference event for starting counting (for example, the above-mentioned start of paper feed clutch drive) occurs is stored in the RAM, and the count number is stored in the RAM when the reference event occurs. By adding the number corresponding to the delay time to the count number when the reference event occurs and using the addition result as the basis for timing,
The RAM used as a counter is saved to the minimum necessary. Furthermore, since there is only one counter, the program for controlling the counter can be simplified, thereby saving RAM.

第4図は本発明の1実施例におけるRAMの割
付けを示す模式図である。1個のカウンタ用
RAM21を設けておき、従来例と同様に基準パ
ルスが発生されたときは割込制御を行なつてその
内容を1だけ増加させる。この場合のカウンタ用
RAMの指定およびインクレメント動作は、第5
図に示すようになる。第3図と比較すれば明らか
なように、カウンタ用RAM選択およびインクレ
メント動作は従来例に比して大幅に簡略化され
る。また第4図に示したように、基準事象用
RAM22,23を設けておき、基準事象が起き
たときのカウンタ用RAM21の内容を前記基準
事象用RAMにストアする。この基準事象用RAM
の内容を基準として、各種制御に必要な遅延時間
に相当する数をその都度加算し、その加算結果を
タイミングの基として使う。最も長い遅延時間を
必要とするタイミングの処理が済むまで基準事象
用RAMの内容は保存しておかねばならないの
で、基準事象の起こる間隔と、最も長い遅延時間
との関係に応じて基準事象用RAM領域を2個以
上の適当個数を設ける。
FIG. 4 is a schematic diagram showing RAM allocation in one embodiment of the present invention. For one counter
A RAM 21 is provided, and when a reference pulse is generated, interrupt control is performed to increment its contents by 1, as in the conventional example. for the counter in this case
RAM specification and increment operation are performed by the fifth
The result will be as shown in the figure. As is clear from a comparison with FIG. 3, the counter RAM selection and increment operation are greatly simplified compared to the conventional example. Also, as shown in Figure 4, for the reference event
RAMs 22 and 23 are provided, and the contents of the counter RAM 21 when a reference event occurs are stored in the reference event RAM. RAM for this reference event
Based on the contents of , a number corresponding to the delay time required for each type of control is added each time, and the addition result is used as the basis for timing. The contents of the standard event RAM must be saved until the timing that requires the longest delay time is processed, so the contents of the standard event RAM must be saved depending on the relationship between the interval at which the standard event occurs and the longest delay time. Provide an appropriate number of areas, two or more.

以下、第1,6および7図を参照し、複写機の
場合を例にとつて本発明の動作を説明する。な
お、ここでは説明の便宜上、第4図のように基準
事象用RAMは2個設けられ、前記基準事象用お
よびカウンタ用RAMはいずれも8ビツトよりな
るものと仮定するが、本発明がこれに限定される
ものでないことは当然である。時刻T0において
スタートボタンが押されるとメインモータの起
動、カウンタ用および基準パルス発生装置の付
勢、カウント動作開始、スキヤンクラツチの駆動
などの処理Aが、CPUからの指令によつて順次
実行される。時刻T1にペーパーフイードクラツ
チがONにされて1枚目の記録紙が供給されると
同時に、第1基準事象用RAM22が指定されて
その時のカウント用RAM21のカウント値N1が
そこに記憶される。正常動作時にペーパーフイー
ドクラツチの開成から例えば120カウント後にペ
ーパーパススイツチIが踏まれるように構成され
ると仮定すれば、第1基準事象用RAM22の内
容N1に120が加算され、その和(N1+120)が適
当なレジスタに記憶される。その後CPUの制御
にしたがつて処理B(例えばペーパーフイードク
ラツチOFFなど)が進行するとともに、カウン
タの内容が前記レジスタの内容、すなわち(N1
+120)と等しいか否かがチエツクされる。両者
が等しくなると、その時にペーパーパススイツチ
Iが踏まれているか否かをチエツクし、その状態
にしたがつて処理H(例えばジヤム判定処理な
ど)を行なう。両者が等しくないときは前記処理
Hを省略して次のステツプにジヤンプする。次
に、ペーパーフイードクラツチの閉成(時刻
T1)から300カウント後にペーパーパススイツチ
が踏まれるように期待されると仮定すると、さ
きに記憶された第1基準用RAM22の内容N1に
300が加算され、その和(N1+300)は適当なレ
ジスタに記憶される。引続き前述と同様にCPU
の制御の下に所定の処理が行なわれると共にカウ
ンタの内容とレジスタの内容とが比較される。こ
の実施例の仮定の下では、1枚目の記録紙が排出
される以前の時刻T2に、カウンタの計数値が250
以上になつたとき、ペーパーフイードクラツチが
再び付勢されて2枚目の記録紙が供給される。2
枚目の記録紙に関する制御を行なうために第2基
準用RAM23が指定され、ペーパーフイードク
ラツチが再度付勢された時(T2)のカウンタの
内容N2がそこに記憶される。そして、120がその
内容に加算され、その結果(N2+120)が適当な
レジスタに記憶されて、1枚目の記録紙に関する
処理Bと同様の処理が進行させられる。カウンタ
の計数値が(N1+300)に等しくなると、ペーパ
ーパススイツチの状態が検知され、その結果に
したがつて処理S(例えばジヤム判定処理など)
が進行され、1枚目の記録紙についての処理は終
了する。その後時刻T3に、ペーパーフイードク
ラツチが3度び作動して3枚目の記録紙が供給さ
れるが、その時は前に第1基準事象用RAM22
に記憶されたN1はも早や不要になつているの
で、この時のカウンタの内容N3は第1の基準事
象用RAM22に記憶され、以後は1枚目の記録
紙に関して前述したと同様の処理が行なわれる。
このようにして、複数の制御対象物をカウンタの
計数値にしたがつて順次に制御することができ
る。
The operation of the present invention will be described below with reference to FIGS. 1, 6 and 7, taking the case of a copying machine as an example. For convenience of explanation, it is assumed here that two reference event RAMs are provided as shown in FIG. 4, and that the reference event RAM and counter RAM are both 8-bit. Of course, it is not limited. When the start button is pressed at time T0, processing A such as starting the main motor, energizing the counter and reference pulse generators, starting the counting operation, and driving the scan clutch are sequentially executed according to instructions from the CPU. . At time T1, the paper feed clutch is turned on and the first sheet of recording paper is fed, and at the same time, the first reference event RAM 22 is designated and the count value N1 of the counting RAM 21 at that time is stored there. . Assuming that the paper path switch I is stepped on, for example, 120 counts after the paper feed clutch is opened during normal operation, 120 is added to the content N1 of the first reference event RAM 22, and the sum (N1 + 120 ) is stored in the appropriate register. Thereafter, as processing B (for example, paper feed clutch OFF, etc.) progresses under the control of the CPU, the contents of the counter change to the contents of the register, that is, (N1
+120) is checked. When the two become equal, it is checked whether or not the paper pass switch I is being depressed at that time, and processing H (for example, jam determination processing, etc.) is performed according to that state. If the two are not equal, the process H is omitted and the process jumps to the next step. Next, close the paper feed clutch (time
Assuming that the paper pass switch is expected to be pressed after 300 counts from T1), the previously stored content N1 of the first reference RAM 22 will be
300 is added and the sum (N1+300) is stored in the appropriate register. Continue with the CPU as above.
Predetermined processing is performed under the control of the register, and the contents of the counter and the contents of the register are compared. Under the assumption of this embodiment, at time T2 before the first sheet of recording paper is ejected, the count value of the counter is 250.
When this happens, the paper feed clutch is activated again to feed the second sheet of recording paper. 2
The second reference RAM 23 is designated for controlling the second sheet of recording paper, and the counter content N2 at the time the paper feed clutch is energized again (T2) is stored therein. Then, 120 is added to the content, the result (N2+120) is stored in an appropriate register, and the same process as process B regarding the first sheet of recording paper is performed. When the count value of the counter becomes equal to (N1+300), the state of the paper pass switch is detected, and processing S (for example, jam judgment processing, etc.) is performed according to the result.
is proceeded, and the processing for the first sheet of recording paper is completed. Thereafter, at time T3, the paper feed clutch operates three times to feed the third recording paper, but at that time, the first reference event RAM 22 is
Since N1 stored in 2 is no longer needed, the counter content N3 at this time is stored in the first reference event RAM 22, and from then on, the same processing as described above for the first recording sheet is performed. will be carried out.
In this way, a plurality of objects to be controlled can be sequentially controlled according to the count value of the counter.

以上のようなシーケンス制御は、普通のマイク
ロコンピユータに備えられた標準命令セツトの組
合せによつて極めて容易にプログラムすることが
できる。
The above-described sequence control can be extremely easily programmed using a combination of standard instruction sets provided in ordinary microcomputers.

また、以上においてはカウンタをRAM領域に
設定した例について述べたが、ICチツプ内にカ
ウンタを内蔵したマイクロコンピユータを使用す
る場合には、もちろんRAM領域にカウンタを設
ける必要はなくなり、プログラムへの割込みによ
るカウントルーチンの実行やカウンタの制御が不
要になるので、プログラムがさらに簡略化され、
ROMが節約できる利点がある。なお、RAM内に
指定する基準事象用RAMの個数は、以上の説明
から明らかなように、搬送路上に同時に存在し得
る記録紙の数に等しいか、それ以上である必要が
ある。
In addition, the above example describes an example in which a counter is set in the RAM area, but when using a microcomputer with a built-in counter in the IC chip, it is of course not necessary to provide a counter in the RAM area, and interrupts to the program can be avoided. This further simplifies the program, as it is no longer necessary to run the counting routine or control the counter.
This has the advantage of saving ROM. Note that, as is clear from the above explanation, the number of reference event RAMs specified in the RAM needs to be equal to or greater than the number of recording sheets that can exist on the transport path at the same time.

以上から明らかなように、本発明によればつぎ
のような効果が達成される。
As is clear from the above, according to the present invention, the following effects are achieved.

(イ) 搬送路上に一時存在する物体の数、換言すれ
ば制御チヤンネル数が複数になつても、これに
応じてカウンタを複数個にする必要がないの
で、RAMに占める領域の増大を生じない。
(b) Even if the number of objects that temporarily exist on the transport path, in other words, the number of control channels becomes multiple, there is no need to create multiple counters accordingly, so the area occupied in RAM does not increase. .

(ロ) カウンタ用RAM選択およびインクレメント
動作の制御のためのプログラムが複雑化するの
を防ぐことができる。
(b) It is possible to prevent the program for selecting RAM for the counter and controlling the increment operation from becoming complicated.

(ハ) 基準パルスが物体の移動速度の関数であるの
で、負荷変動などによつて移動速度が変動して
も、制御動作には全く影響を及ぼさない。
(c) Since the reference pulse is a function of the moving speed of the object, even if the moving speed changes due to load fluctuations, it will not affect the control operation at all.

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

第1図は通常のシーケンス制御方式を説明する
ための概略図、第2,4図は従来および本発明に
おけるRAM割付例を示す図、第3,5図は従来
および本発明におけるプログラム割込みによるカ
ウントルーチンのフローチヤート、第6図は本発
明の1実施例のフローチヤート、第7図は同じく
タイムチヤートである。 10……基準パルス発生装置、11……割込み
制御回路、21……カウンタRAM、22,23
……基準事象用RAM。
Fig. 1 is a schematic diagram for explaining a normal sequence control method, Figs. 2 and 4 are diagrams showing examples of RAM allocation in the conventional method and the present invention, and Fig. 3 and 5 are counts by program interrupts in the conventional method and the present invention. FIG. 6 is a flow chart of the routine, and FIG. 7 is a flow chart of one embodiment of the present invention, and FIG. 7 is a time chart. 10... Reference pulse generator, 11... Interrupt control circuit, 21... Counter RAM, 22, 23
...RAM for reference event.

Claims (1)

【特許請求の範囲】 1 予じめ定められた搬送路に沿つて、かつ相互
に予定の間隔を保つて移動する複数の物体が予定
の位置に到着したか否かにしたがつて被制御装置
に予定の動作を行なわせるためのマイクロコンピ
ユータによるシーケンス制御方法式であつて、 移動物体の移動速度に反比例する周期の基準パ
ルスを発生する装置と、 前記基準パルスを計数するカウンタとを具備
し、 予定の基準事象が起きた時に、その時のカウン
タの内容を基準事象用メモリに記憶し、 それから予定動作を行なうべき時期までの遅延
時間に対応してカウンタが計数すべき値を、前記
基準事象用メモリに記憶された内容に加算し、 その和を適宜のレジスタに記憶し、 カウンタの計数値とレジスタに記憶された前記
和とが等しくなつたときに、被制御装置に予定の
動作を行なわせることを特徴とするマイクロコン
ピユータによるシーケンス制御方式。 2 搬送路上に同時に存在し得る移動物体の最大
数よりも少なくない基準事象用メモリを指定する
ことを特徴とする前記特許請求の範囲第1項記載
のマイクロコンピユータによるシーケンス制御方
式。 3 RAM内に1個のカウンタ用RAMが指定さ
れ、基準パルスの発生ごとにプログラム割込制御
が行なわれて、カウンタ用RAMに記憶される内
容が1ずつ増加されることを特徴とする前記特許
請求の範囲第1または2項記載のマイクロコンピ
ユータによるシーケンス制御方式。 4 移動物体が記録紙であり、被制御装置が複写
機であることを特徴とする前記特許請求の範囲第
1ないし3項のいずれかに記載のマイクロコンピ
ユータによるシーケンス制御方式。 5 基準事象がペーパーフイード機構の付勢であ
ることを特徴とする前記特許請求の範囲第4項記
載のマイクロコンピユータによるシーケンス制御
方式。
[Claims] 1. A controlled device according to whether or not a plurality of objects moving along a predetermined conveyance path and at a predetermined interval from each other arrive at a predetermined position. A sequence control method using a microcomputer for causing a robot to perform a scheduled operation, comprising a device that generates a reference pulse with a period inversely proportional to the moving speed of a moving object, and a counter that counts the reference pulse, When a scheduled reference event occurs, the contents of the counter at that time are stored in the reference event memory, and the value to be counted by the counter corresponding to the delay time from when the scheduled action is to be performed is stored in the reference event memory. Add it to the content stored in the memory, store the sum in an appropriate register, and when the count value of the counter and the sum stored in the register become equal, cause the controlled device to perform the scheduled operation. A sequence control method using a microcomputer that is characterized by: 2. A sequence control system using a microcomputer according to claim 1, characterized in that a memory for reference events is specified that is not less than the maximum number of moving objects that can exist on the conveyance path at the same time. 3. The aforementioned patent characterized in that one counter RAM is specified in the RAM, program interrupt control is performed every time a reference pulse occurs, and the content stored in the counter RAM is incremented by one. A sequence control system using a microcomputer according to claim 1 or 2. 4. A sequence control system using a microcomputer according to any one of claims 1 to 3, wherein the moving object is recording paper and the controlled device is a copying machine. 5. A sequence control system using a microcomputer according to claim 4, wherein the reference event is activation of the paper feed mechanism.
JP9234578A 1978-07-28 1978-07-28 Sequence control system by microcomputer Granted JPS5520518A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9234578A JPS5520518A (en) 1978-07-28 1978-07-28 Sequence control system by microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9234578A JPS5520518A (en) 1978-07-28 1978-07-28 Sequence control system by microcomputer

Publications (2)

Publication Number Publication Date
JPS5520518A JPS5520518A (en) 1980-02-14
JPS627561B2 true JPS627561B2 (en) 1987-02-18

Family

ID=14051801

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9234578A Granted JPS5520518A (en) 1978-07-28 1978-07-28 Sequence control system by microcomputer

Country Status (1)

Country Link
JP (1) JPS5520518A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6079406A (en) * 1983-10-07 1985-05-07 Hanshin Electric Co Ltd Timer circuit
JPS6134100A (en) * 1984-07-25 1986-02-18 白井松新薬株式会社 Hand cleaner
JPS62199810U (en) * 1986-06-06 1987-12-19

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52127574A (en) * 1976-04-19 1977-10-26 Toyoda Mach Works Ltd Sequence controller with counter function
JPS5362443A (en) * 1976-11-16 1978-06-03 Mitsubishi Electric Corp Multi channel time control system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52127574A (en) * 1976-04-19 1977-10-26 Toyoda Mach Works Ltd Sequence controller with counter function
JPS5362443A (en) * 1976-11-16 1978-06-03 Mitsubishi Electric Corp Multi channel time control system

Also Published As

Publication number Publication date
JPS5520518A (en) 1980-02-14

Similar Documents

Publication Publication Date Title
EP0022957A1 (en) Electrophotographic copier
KR910005187A (en) Line Computer
US4489260A (en) Method of driving a stepping motor and a drive circuit thereof
JPS627561B2 (en)
JP2000134992A (en) Step motor control signal generation system
GB1576826A (en) Printing or copying apparatus
US4044228A (en) Electronic calculator with printer
JPH0514621B2 (en)
JP2662415B2 (en) Trace method
US4781134A (en) Zigzag sewing machine with a back stitch forming apparatus
JPS58201683A (en) Automatic setting system of paper in printer
US10523836B2 (en) Information processing apparatus
JP3020959B2 (en) Printing control method
JPS6313534B2 (en)
JPS609913B2 (en) How to cut continuous paper
JP2713683B2 (en) Printer control method
JPS54130850A (en) Data processing unit
JPS5935454B2 (en) Prioritization method and device
JPS626245B2 (en)
JPS58115561A (en) Memory dump system
JPH01116656A (en) Sequence control system for copying machine
JPS5910959A (en) Reduction-enlargement rate controller of copying machine
JPS6049975A (en) Line printer
JPH02178075A (en) Serial printer
JPH0573233A (en) Priority processor for job processing output