JPH0666062B2 - Sequence controller - Google Patents

Sequence controller

Info

Publication number
JPH0666062B2
JPH0666062B2 JP57174496A JP17449682A JPH0666062B2 JP H0666062 B2 JPH0666062 B2 JP H0666062B2 JP 57174496 A JP57174496 A JP 57174496A JP 17449682 A JP17449682 A JP 17449682A JP H0666062 B2 JPH0666062 B2 JP H0666062B2
Authority
JP
Japan
Prior art keywords
control
time
slave
information
cpu
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 - Lifetime
Application number
JP57174496A
Other languages
Japanese (ja)
Other versions
JPS5965306A (en
Inventor
正 吉田
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
Priority to JP57174496A priority Critical patent/JPH0666062B2/en
Publication of JPS5965306A publication Critical patent/JPS5965306A/en
Publication of JPH0666062B2 publication Critical patent/JPH0666062B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0421Multiprocessor system

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Control Or Security For Electrophotography (AREA)
  • Multi Processors (AREA)
  • Control By Computers (AREA)
  • Programmable Controllers (AREA)

Description

【発明の詳細な説明】 本発明は、中央演算処理装置(以下CPUと称する)を用
いたシーケンス制御装置に関する。
The present invention relates to a sequence control device using a central processing unit (hereinafter referred to as CPU).

従来、マイクロプロセッサにより複写機等のシーケンス
制御を実行する際、主なるマスタCPUにより入出力制御
あるいはフラグ等の制御情報の管理を行つていた。その
ため、出力状態あるいはフラグ等を一定時間オンさせる
ためには、マスタCPUにおいてタイマを設定し、一定時
間後にオフとしていた。しかしながら、マスタCPUで入
出力あるいはフラグ等の実行をしていたため、出力ポー
トあるいはフラグ類等におけるタイマを設定する場合、
マスタCPUにより時間をカウントしなければならなかつ
た。そのため、マスタCPUの負担が多く、プログラムも
複雑となる欠点があつた。
Conventionally, when executing sequence control of a copying machine or the like by a microprocessor, a main master CPU manages input / output control or control information such as flags. Therefore, in order to turn on the output state or the flag for a certain period of time, a timer is set in the master CPU and turned off after a certain period of time. However, since the master CPU was executing input / output or flags, when setting the timer for output ports or flags,
I had to count the time by the master CPU. Therefore, there is a drawback that the load on the master CPU is large and the program is complicated.

本発明の目的は、上述した欠点に鑑み、プログラムの簡
単なシーケンス制御装置を提供することにある。
In view of the above-mentioned drawbacks, an object of the present invention is to provide a sequence control device having a simple program.

本発明は、マスタCPUが制御対象を示す第1の情報とそ
のオン時間を示す第2の情報を含む共通のフォーマット
の制御情報を複数のスレーブCPUに送出します。そし
て、それぞれのスレーブCPUはその制御情報を記憶部に
記憶し、第1情報の示す制御対象をオンし、クロック信
号発生手段からのクロック信号によるタイマ割込により
時間カウントし、第2情報の示す時間をカウントすると
制御対象をオフする。
According to the present invention, the master CPU sends the control information in the common format including the first information indicating the control target and the second information indicating the ON time to the plurality of slave CPUs. Then, each slave CPU stores the control information in the storage unit, turns on the control target indicated by the first information, counts the time by the timer interruption by the clock signal from the clock signal generating means, and indicates the second information. When the time is counted, the controlled object is turned off.

このことにより、マスタCPUが各スレーブCPUに時間を示
す第2情報を与え、しかもスレーブCPUが時間カウント
の基準となるクロック発生手段からのクロック信号によ
るタイマ割込より時間カウントするので、マスタCPU
が、複数のスレーブCPUが行う入出力制御の時間管理を
行う必要がない。スレーブCPUが外部の基準クロックに
よるタイマ割込により時間カウントするので、複数種類
のスレーブCPUがあった場合にも各スレーブCPUにより時
間のカウントがばらつくことがなく、マスタCPUが時間
管理しなくても正確な時間の入出力制御を実現できる。
加えて、共通フォーマットを使用することによりマスタ
CPUの処理を簡単にすることができる。その結果、 このようにした本発明装置によれば、I/Oポートある
いはソフトフラグ等のタイマ管理をスレーブCPUに独立
に実行させることにより、マスタCPUはタイマセツトの
みで、非同期にスレーブCPUがタイマの時刻情報をカウ
ンタすることができ、マスタCPUの負担が少なくなり、
能率も向上する。
As a result, the master CPU gives the second information indicating the time to each slave CPU, and moreover, the slave CPU counts the time from the timer interruption by the clock signal from the clock generating means which is the reference of the time count.
However, there is no need to manage the time of I / O control performed by multiple slave CPUs. Since the slave CPU counts the time by the timer interruption by the external reference clock, even if there are multiple types of slave CPUs, the time count does not vary among the slave CPUs and the master CPU does not manage the time. It is possible to achieve accurate time input / output control.
In addition, by using a common format, the master
CPU processing can be simplified. As a result, according to the device of the present invention as described above, by causing the slave CPU to independently execute the timer management such as the I / O port or the soft flag, the master CPU has only the timer set, and the slave CPU asynchronously executes the timer control. The time information can be counted and the load on the master CPU is reduced,
Efficiency is also improved.

以下、図面に基づいて本発明を詳細に説明する。Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図に本発明を実現するためのプロセツサ構成を示
す。ここで、マスタCPU11は、例えばインテル社|8085、
スレーブCPU21,22および23は同じくインテル社|8741に
よるCPUである。これらのCPUは、インテル社シングルボ
ードコンピユータSBC569を使つている。本発明の実施例
では、これらのコンピユータを、例えば複写機の制御用
として使つており、第1スレーブCPU21は操作部の入出
力を制御し、第2スレーブCPU22は原稿読取り用のリー
ダを制御し、第3スレーブCPU23はプリンタの入出力を
制御する。両スレーブCPU22および23には、それぞれ、
4個のI/Oエキスパンダ31〜37および41〜47が具わつ
ている。マスタCPU11は、複数のシーケンス制御タスク
群とこれらタクスを管理するリアルタイムモニタ機能を
有する。マスタCPU11とスレーブCPU21,22および23のそ
れぞれとのI/Oブロトコルは、各スレーブCPU内にあ
るデータバスバツフア(DBB)を通じて行う。割込み
は、マスタCPU11のRST7.5にプログラムインターバルタ
イマ(|8253−5)51からの20msクロツク割込信号53を
供給することによつて行う。この割込みは、第3図で後
述する実行制御マクロの@WAITが発せられたときにカウ
ントする割込みである。プログラマブルインターラプト
コントローラ(|8259A)61を介して、スレーブCPU21か
らの割込信号63およびドラムクロツクパルス割込信号65
をマスタCPU11に供給する、スレーブCPU21からの割込信
号63は、操作部(キーボード)71からデータ転送の要求
があつたときに発生する。ドラムクロツクパルス割込信
号65は、プリンタの感光ドラム(図示せず)の回転角に
依存するクロツク割込信号であり、後に述べる第3図の
@IWAITのマクロ命令が発せられたときにカウントする
割込みである。それにより、シーケンス制御のタイミン
グを決定する。また、両スレーブCPU22および23にもイ
ンターバルタイマ51からの20msクロツク割込信号53を供
給する。これは、第5図の入出力制御マクロ@TSETが発
せられたとき、両スレーブCPU22および23でカウントす
る割込みである。
FIG. 1 shows a processor configuration for realizing the present invention. Here, the master CPU 11 is, for example, Intel | 8085,
Slave CPUs 21, 22 and 23 are also CPUs by Intel | 8741. These CPUs use Intel's single board computer SBC569. In the embodiment of the present invention, these computers are used for controlling, for example, a copying machine, the first slave CPU 21 controls the input / output of the operation unit, and the second slave CPU 22 controls the reader for reading originals. The third slave CPU 23 controls the input / output of the printer. For both slave CPUs 22 and 23,
It is equipped with four I / O expanders 31-37 and 41-47. The master CPU 11 has a plurality of sequence control task groups and a real-time monitor function for managing these tasks. The I / O protocol between the master CPU 11 and each of the slave CPUs 21, 22 and 23 is performed through the data bus buffer (DBB) in each slave CPU. The interruption is performed by supplying the 20 ms clock interrupt signal 53 from the program interval timer (| 8253-5) 51 to RST7.5 of the master CPU 11. This interrupt is an interrupt counted when @WAIT of the execution control macro described later in FIG. 3 is issued. Via the programmable interrupt controller (| 8259A) 61, the interrupt signal 63 from the slave CPU 21 and the drum clock pulse interrupt signal 65.
The interrupt signal 63 from the slave CPU 21 for supplying the data to the master CPU 11 is generated when the operation unit (keyboard) 71 requests data transfer. The drum clock pulse interrupt signal 65 is a clock interrupt signal that depends on the rotation angle of the photosensitive drum (not shown) of the printer, and is counted when the @IWAIT macro command of FIG. 3 described later is issued. Interrupt. Thereby, the timing of sequence control is determined. Further, the 20 ms clock interrupt signal 53 from the interval timer 51 is also supplied to both slave CPUs 22 and 23. This is an interrupt counted by both slave CPUs 22 and 23 when the input / output control macro @TSET of FIG. 5 is issued.

以上のプロセツサ構成により、本シーケンス制御装置を
構成し、その機能には大別して、リアルタイム平行処理
と入出力制御機能とがある。以後単に、モニタと呼ぶこ
とにする。以下に、本モニタの機能について説明する。
This sequence control device is configured by the above processor configuration, and its functions are roughly classified into real-time parallel processing and an input / output control function. Hereinafter, it will be simply referred to as a monitor. The function of this monitor will be described below.

本モニタは、リアルタイム平行処理機能によつて、種々
のアプリケーシヨンについて必要な処理プログラムをタ
スク単位で設計コーデイングが可能である。本モニタに
おけるタクス走行レベルの多重度は2で、割込レベルお
よびプログラムレベル(Pレベル)が対応する。タスク
には、実行,停止および待機の3つの状態があり、電源
投入時にはすべて停止状態にある。タスクの実行はENTR
マクロによりなされ、実行中WAITマクロにて、事象の完
了待ちの状態となりうる。また、実際にはタスクは割込
みによつても実行を待機させられるが、いずれの場合で
も要因の解除によつて自動的に再開される。Pレベルタ
クス内では、前述のリアルタイム並行処理は可能であ
り、1つのタスクが停止あるいは待機となつたときの
み、モニタのラウンドロビンスキヤニング(順番にタス
ク要求があるか否かを入力ポート、メモリフラグでチエ
ツクすること)によつて、次の要求タスクが順次起動さ
れ実行状態となる。
This monitor can design and code processing programs required for various applications on a task-by-task basis by the real-time parallel processing function. The multiplicity of the tax travel level in this monitor is 2, and the interrupt level and the program level (P level) correspond to each other. The task has three states of execution, stop, and standby, and all are in a stop state when the power is turned on. Task execution is ENTR
It is done by the macro and is in the execution WAIT macro. Further, in reality, the task is made to wait for execution even by an interrupt, but in any case, it is automatically restarted by releasing the factor. The real-time parallel processing described above is possible in the P-level task, and only when one task is stopped or waited, the monitor's round-robin scanning (input port, memory By checking with a flag), the next request task is sequentially activated and becomes the execution state.

第2図にタスクの状態遷移を示す。ここで、実線は各タ
クスが実行制御マクロ(ENTR,STOP,WAIT,IWAIT,ESCP)
を発したときの状態遷移を示し、点線はモニタが自動的
に行う状態遷移を示す。停止状態にあるタスクが他のタ
スクからENTR(エンター)されると実行可能状態とな
る。実行中のタクスがSTOPマクロを発すると停止状態と
なり、WAITあるいはIWAITマクロを発すると待機状態、E
SCP(エスケープ)マクロを発すると実行可能状態とな
る。待機中のタクスがタイムアツプとなると、モニタが
自動的に実行可能状態にする。また、実行可能状態のタ
スクは、モニタの自動的なラウンドロビンスキヤニング
により実行中となる。
Figure 2 shows the task state transitions. Here, the solid line indicates that each tax is an execution control macro (ENTR, STOP, WAIT, IWAIT, ESCP)
Shows the state transition when the is issued, and the dotted line shows the state transition automatically performed by the monitor. When a task in the stopped state is ENTR (entered) by another task, it becomes the runnable state. When the task being executed issues a STOP macro, it enters a stopped state, and when it issues a WAIT or IWAIT macro, it enters a wait state, E
Executing the SCP (escape) macro puts it in an executable state. When the waiting task is timed up, the monitor is automatically enabled. In addition, the task in the READY state becomes RUNNING by the monitor's automatic round-robin scanning.

第3図に実行制御マクロのフオーマツトと機能を示す。
各マクロが各タスクから発せられると、リスタート命令
(RST)よりモニタに制御が移り、モニタが各マクロを
判断し、機能に示された内容を実行する。@WAITは一定
時間毎のタイマ割込みによりカウントし、@IWAITは外
部より一定間隔の割込(本実施例では、複写機のドラム
の回転に比例したパルス)により、モニタがカウントす
る。
FIG. 3 shows the format and function of the execution control macro.
When each macro is issued from each task, control is transferred to the monitor by the restart command (RST), the monitor judges each macro, and executes the contents indicated in the function. @WAIT is counted by a timer interrupt for every fixed time, and @IWAIT is counted by the monitor by an external interrupt at a constant interval (in this embodiment, a pulse proportional to the rotation of the drum of the copying machine).

入出力制御機能は、入力ポート,出力ポートおよびソフ
トフラグの各ポイントを、ソフトおよびハードの両面に
わたつて、共通に認識するための識別番号(オーデイナ
ル)を付け、これらをオン(ON),オフ(OFF)および
チエツク(CHECK)する入出力制御マクロにより、アプ
リケーシヨンプログラムによる入出力命令あるいはフラ
グ管理が極めて容易なものとしている。すなわち、アプ
リケーシヨンプログラムによる入出力制御マクロ命令を
モニタが受け、その処理情報(ON,OFF,CHECK等)と識別
番号をスレーブCPU21,22,23に転送する。これらのスレ
ーブCPUは、各スレーブCPU内にあるRAM領域に識別番号
に対応する処理情報を記憶し、これを常にリフレツシユ
することによつて入出力制御を実行する。
The input / output control function assigns an identification number (ordinal) for commonly recognizing each point of the input port, output port, and soft flag across both software and hardware, and turns them on (ON) and off. The input / output control macros that turn off and check (check) make it extremely easy to manage input / output commands or flags by the application program. That is, the monitor receives the input / output control macro instruction by the application program and transfers the processing information (ON, OFF, CHECK, etc.) and the identification number to the slave CPUs 21, 22, 23. These slave CPUs store the processing information corresponding to the identification number in the RAM area in each slave CPU, and execute the input / output control by constantly refreshing the processing information.

第4図に識別番号(以後オーデイナルと呼ぶ)の概念図
を示す。オーデイナルとは、ハードウエア側で認識する
端子番号,センサ,アクチユエータ等の番号と、ソフト
ウエア上で認識するポート番号,I/Oアドレス,ビツト
番号とを対応付けて共通の認識を可能にする番号であ
る。さらに、I/Oポート以外のソフトウエア上のみに
形成されるフラグ類も加え、プロセツサの制御ポイント
全般に拡張した考え方である。第4図で示すように、オ
ーデイナルをスレーブCPU21,22,23のメモリRAM上に割り
当てている。すなわち、RAM上のバイト番号(BYTE NO)
とビツト番号(BIT NO)とを第4図のように決める。本
実施例では、入力ポート(Di),出力ポート(Do)およ
びフラグにそれぞれ4バイト(32ポイント)を割り当て
ている。
FIG. 4 shows a conceptual diagram of the identification number (hereinafter referred to as “ornal”). Ordinary is a number that enables common recognition by associating the terminal numbers, sensors, actuators, etc. recognized on the hardware side with the port numbers, I / O addresses, and bit numbers recognized on the software. Is. Furthermore, the concept is to extend the control points of the processor in general by adding flags that are formed only on software other than the I / O port. As shown in FIG. 4, an ordinary is assigned to the memory RAM of the slave CPUs 21, 22, 23. That is, the byte number in RAM (BYTE NO)
And bit number (BIT NO) as shown in Fig. 4. In this embodiment, 4 bytes (32 points) are assigned to each of the input port (Di), the output port (Do) and the flag.

第5図にこれらのオーデイナルを制御する入出力制御マ
クロ命令を示す。スレーブCPU21〜23は第5図のマクロ
パラメータで第1,第2,……として認識される。各タスク
がこれらの入出力制御マクロを発すると、モニタがその
マクロ命令を解読して機能で示された内容を実行する。
すなわち、モニタからスレーブCPU21〜23にこれらの情
報を引渡し、スレーブCPU21〜23がRAM上のオーデイナル
を制御する。情報の引渡しは、マスタCPU11からスレー
ブCPU21〜23への割込みにより行われるが、スレーブCPU
21〜23では割込みレベル以外のプログラムレベルでRAM
上の情報を常にI/Oポートにリフレツシユすることに
より(Di,Doのみ)入出力制御を行つている。第5図
で、@TSETはオーデイナルを指定された時間だけオンす
るマクロ命令であり、各タスクはこのマクロ命令を発し
たのちオーデイナルのオフまで待つ必要はない。@TSET
の命令を受けたスレーブCPUは指定のオーデイナルをオ
ンし、T1端子(第1図)のタイマ割込みにより時間をカ
ウントし、指定時間後オーデイナルをオフする。したが
つて、各タスクはマスタCPU11で実行されるので時間を
カウントする必要はなく、複数のタイマの設定が可能で
ある。以上の入出力マクロ命令により、各タスクはI/
Oポート,ソフトフラグにかかわらず、統一的な入出力
制御を実現するものである。
FIG. 5 shows an input / output control macro instruction for controlling these externals. The slave CPUs 21 to 23 are recognized as the first, second, ... In the macro parameters of FIG. When each task issues these I / O control macros, the monitor decodes the macro instruction and executes the contents indicated by the function.
That is, these pieces of information are delivered from the monitor to the slave CPUs 21 to 23, and the slave CPUs 21 to 23 control the ordinary on the RAM. Information is delivered by an interrupt from the master CPU 11 to the slave CPUs 21 to 23.
21 to 23 RAM at program level other than interrupt level
Input / output control is performed by constantly reflecting the above information to the I / O port (Di and Do only). In FIG. 5, @TSET is a macro instruction that turns on the oral for a specified time, and each task does not have to wait until the off of the oral after issuing this macro instruction. @TSET
The slave CPU which received the instruction of turns on the specified external, counts the time by the timer interrupt of the T1 terminal (Fig. 1), and turns off the external after the specified time. Therefore, since each task is executed by the master CPU 11, it is not necessary to count the time, and a plurality of timers can be set. With the above input / output macro instruction, each task
It realizes unified input / output control regardless of O port and soft flag.

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

第1図は本発明によるシーケンス制御装置を実現するた
めのプロセツサ構成を示すブロツク図、第2図はタスク
の状態遷移図、第3図は実行制御マクロのフオーマツト
および機能を説明するための線図、第4図は識別番号
(オーデイナル)の概念図、第5図は入出力制御マクロ
命令を説明するための線図である。 11……マスタCPU、 21〜23……スレーブCPU、 51……インターバルタイマ、 53……クロツク割込信号、 61……プログラマブルインターラプトコントローラ、 63……割込信号、 65……ドラムクロツクパルス割込信号。
FIG. 1 is a block diagram showing a processor configuration for realizing a sequence control device according to the present invention, FIG. 2 is a state transition diagram of a task, and FIG. 3 is a diagram for explaining the format and function of an execution control macro. 4, FIG. 4 is a conceptual diagram of the identification number (ordinal), and FIG. 5 is a diagram for explaining the input / output control macro instruction. 11 …… Master CPU, 21 to 23 …… Slave CPU, 51 …… Interval timer, 53 …… Clock interrupt signal, 61 …… Programmable interrupt controller, 63 …… Interrupt signal, 65 …… Drum clock pulse Interrupt signal.

フロントページの続き (56)参考文献 特開 昭54−50329(JP,A) 特開 昭55−36830(JP,A) 特開 昭56−86574(JP,A) 特開 昭55−59579(JP,A) 特開 昭56−14306(JP,A) 特開 昭56−42804(JP,A)Continuation of the front page (56) Reference JP-A-54-50329 (JP, A) JP-A-55-36830 (JP, A) JP-A-56-86574 (JP, A) JP-A-55-59579 (JP , A) JP-A-56-14306 (JP, A) JP-A-56-42804 (JP, A)

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】シーケンス制御におけるタスクを管理する
ためのマスタCPUと、前記マスタCPUからの制御情報を記
憶するための記憶部を含み、前記記憶部に記憶した制御
情報に従って入出力制御を行ない、かつ各々異なる制御
対象を制御する複数のスレーブCPUと、 時間カウントの基準となるクロック信号を発生するクロ
ック発生手段とを有し、 前記マスタCPUは、制御対象を示す第1の情報とそのオ
ン時間を示す第2の情報を含む共通のフォーマットの制
御情報を前記複数のスレーブCPUに送出し、 前記複数のスレーブCPU内の1つのスレブCPUは、前記第
1の情報が示す制御対象をオンし、かつ前記クロック発
生手段の発生するクロック信号によるタイマ割込により
前記時間のカウントを行い、前記第2の情報が示す時間
をカウントするとその制御対象をオフすることを特徴と
するシーケンス制御装置。
1. A master CPU for managing tasks in sequence control, and a storage unit for storing control information from the master CPU, and performing input / output control according to the control information stored in the storage unit. And a plurality of slave CPUs that control different control targets, and a clock generation unit that generates a clock signal that serves as a time count reference. The master CPU has first information indicating a control target and its on-time. Is transmitted to the plurality of slave CPUs in a common format including second information indicating that one slave CPU in the plurality of slave CPUs turns on the control target indicated by the first information, Further, when the time is counted by the timer interruption by the clock signal generated by the clock generating means and the time indicated by the second information is counted, the control pair is detected. Sequence control apparatus characterized by turning off the.
JP57174496A 1982-10-06 1982-10-06 Sequence controller Expired - Lifetime JPH0666062B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57174496A JPH0666062B2 (en) 1982-10-06 1982-10-06 Sequence controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57174496A JPH0666062B2 (en) 1982-10-06 1982-10-06 Sequence controller

Publications (2)

Publication Number Publication Date
JPS5965306A JPS5965306A (en) 1984-04-13
JPH0666062B2 true JPH0666062B2 (en) 1994-08-24

Family

ID=15979501

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57174496A Expired - Lifetime JPH0666062B2 (en) 1982-10-06 1982-10-06 Sequence controller

Country Status (1)

Country Link
JP (1) JPH0666062B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA1253912A (en) * 1984-11-08 1989-05-09 Masao Hosaka System for controlling image formation
JPS6237318U (en) * 1985-08-19 1987-03-05
JPS63298505A (en) * 1987-05-29 1988-12-06 Fanuc Ltd Sequence control system
JP2940171B2 (en) * 1991-01-30 1999-08-25 ソニー株式会社 Servo controller for tape recording / reproducing device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5515722A (en) * 1978-07-19 1980-02-04 Toshiyuki Oota Production of whipped cream
JPS5559579A (en) * 1978-10-27 1980-05-06 Hitachi Ltd Sequence controller
JPS5614306A (en) * 1979-07-13 1981-02-12 Toshiba Corp Multicontroller control unit
JPS5636702A (en) * 1979-08-31 1981-04-10 Omron Tateisi Electronics Co Terminal control system of sequence controller
JPS5642804A (en) * 1979-09-17 1981-04-21 Shinko Electric Co Ltd Sequence controller
JPS56153407A (en) * 1980-04-30 1981-11-27 Toshiba Corp Sequential control device

Also Published As

Publication number Publication date
JPS5965306A (en) 1984-04-13

Similar Documents

Publication Publication Date Title
US4847751A (en) Multi-task execution control system
US5701495A (en) Scalable system interrupt structure for a multi-processing system
US9092023B2 (en) Industrial controller using shared memory multicore architecture
EP0166272B1 (en) Processor bus access
JPS5841538B2 (en) Multiprocessor system instructions
US5968159A (en) Interrupt system with fast response time
US5295265A (en) Device for enhancing the performance of a real time executive kernel associated with a multiprocessor structure that can include a large number of processors
JP2978539B2 (en) Data transfer control device
CN112306652A (en) Wake-up and scheduling with context-aware functionality
JPH0666062B2 (en) Sequence controller
JPH0666063B2 (en) Sequence controller
Drótos et al. Interrupt driven parallel processing
JPH01137359A (en) Processor control system
JP2515367B2 (en) DMA transfer control device
JP2508026B2 (en) Timer control method
JP3265582B2 (en) Microcomputer
JPS6143369A (en) Multi-processor system
JPH09282297A (en) Inter-cpu communication system using dual port memory
JPH0376497B2 (en)
JPS6373453A (en) Controlling system for common bus
JPH04160539A (en) Microcomputer
JP2001117862A (en) Microcomputer
JPH02155062A (en) Multiprocessor system
JPS5831022B2 (en) Processor control method
JPH04162166A (en) Bus control system