JP3229078B2 - Data analysis processing method - Google Patents

Data analysis processing method

Info

Publication number
JP3229078B2
JP3229078B2 JP19039593A JP19039593A JP3229078B2 JP 3229078 B2 JP3229078 B2 JP 3229078B2 JP 19039593 A JP19039593 A JP 19039593A JP 19039593 A JP19039593 A JP 19039593A JP 3229078 B2 JP3229078 B2 JP 3229078B2
Authority
JP
Japan
Prior art keywords
bit
processing
bits
instruction
data
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 - Fee Related
Application number
JP19039593A
Other languages
Japanese (ja)
Other versions
JPH0744380A (en
Inventor
直樹 栖原
Original Assignee
アイワ株式会社
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 アイワ株式会社 filed Critical アイワ株式会社
Priority to JP19039593A priority Critical patent/JP3229078B2/en
Publication of JPH0744380A publication Critical patent/JPH0744380A/en
Application granted granted Critical
Publication of JP3229078B2 publication Critical patent/JP3229078B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明は産業用ロボットなどの
周辺装置と、これを制御するために使用されるマイコン
との通信処理に適用して好適なデータ解析処理方法に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data analysis processing method suitable for communication processing between a peripheral device such as an industrial robot and a microcomputer used for controlling the peripheral device.

【0002】[0002]

【従来の技術】従来、キーボード、シーケンサ等のコマ
ンダから周辺装置制御用マイコンに制御命令を送出する
場合には通常nビット(nは整数)で構成された制御命
令データはシリアル形態で送受信される。
2. Description of the Related Art Conventionally, when a control command is transmitted from a commander such as a keyboard or a sequencer to a microcomputer for controlling a peripheral device, control command data usually composed of n bits (n is an integer) is transmitted and received in a serial form. .

【0003】シリアル形態によるデータ伝送の場合に
は、nビットのシリアルデータの全てを受信した後で、
一括してそれらのデータを解析して対応する命令を処理
している。
In the case of serial data transmission, after receiving all n-bit serial data,
They collectively analyze those data and process the corresponding instructions.

【0004】例えば、マイコンで産業用ロボットを制御
する場合で制御命令が4ビットで構成されているときに
は、図4に示すように制御命令のシリアルデータは4ビ
ット全体で、ある1つの意味を持たせている。
For example, when a microcomputer controls an industrial robot and the control command is composed of 4 bits, as shown in FIG. 4, the serial data of the control command has a certain meaning with the entire 4 bits. I'm making it.

【0005】例えば、2種類のネジを図5のような4つ
の地点P,Q,RおよびOで緩めたり、締め付けたりす
る処理を産業用ロボットに命令する場合には、図4のよ
うな命令形態を採用することができる。そして、例えば
受信したシリアルデータが図のように「1111」であ
るときには、「位置Rで直径φが3,0mmのネジを締
め付ける」処理が命令されたことになる。
For example, in order to instruct an industrial robot to loosen or tighten two kinds of screws at four points P, Q, R and O as shown in FIG. 5, an instruction as shown in FIG. A form can be adopted. Then, for example, when the received serial data is “1111” as shown in the figure, it means that a process of “tightening a screw having a diameter φ of 3.0 mm at the position R” has been instructed.

【0006】ネジを締め付ける処理は指定した位置で、
ロボットに備え付けられた制御モータに対して右回転を
指示することに他ならないから、その場合には図5で示
すように、ロボットが指定ネジを選択し(これをA動作
という)、X軸移動動作とY軸移動動作により特定され
る位置Rを特定し(B及びC動作)、その位置で制御モ
ータの回転方向が選択されて(D動作)、一連の処理が
終了する。
[0006] The screw tightening process is performed at a specified position.
Since it is nothing but instructing the control motor mounted on the robot to rotate rightward, in this case, the robot selects a designated screw (this is called A operation) and moves the X-axis as shown in FIG. The position R specified by the operation and the Y-axis movement operation is specified (B and C operations), and the rotation direction of the control motor is selected at that position (D operation), and a series of processing ends.

【0007】図6は4ビット構成のシリアルデータを伝
送速度9600bpsで伝送したときの受信側における
CPU処理とロボット動作を表すタイムチャートであ
る。本例では、4MHzのクロックが使用され、1命令
サイクルが3マシンサイクル(2.25μs)で実行さ
れるようなCPUを使用した場合を示す。
FIG. 6 is a time chart showing CPU processing and robot operation on the receiving side when serial data having a 4-bit configuration is transmitted at a transmission speed of 9600 bps. In this example, a case is shown where a CPU is used in which a clock of 4 MHz is used and one instruction cycle is executed in three machine cycles (2.25 μs).

【0008】従来のデータ解析処理方法では、図6Bに
示すように、4ビットのシリアルデータの全てを受信す
るまでは、データ解析およびその解析に伴う処理は全く
行なわれず、全てのシリアルデータを受信した時点aか
ら一括して全てのデータ組み合せによるデータ解析
(「0000」〜「1111」)が行われる。その後、
対応する処理A〜Dが行なわれる。
In the conventional data analysis processing method, as shown in FIG. 6B, data analysis and processing associated with the analysis are not performed at all until all 4-bit serial data is received. Data analysis (“0000” to “1111”) by all data combinations is performed collectively from the time point a. afterwards,
Corresponding processes A to D are performed.

【0009】その結果、データ解析時間に36μsec、
A〜Dの各命令処理時間に2.25μsec費やすものと
したときには、4ビット命令をCPU処理するためのト
ータル時間bは359.75μsec(=104.2μsec
×3ビット+2.25μsec+36μsec+2,25μse
c×4処理)となる。
As a result, the data analysis time is 36 μsec,
Assuming that 2.25 μsec is spent in each of the instruction processing times A to D, the total time b for processing the 4-bit instruction by the CPU is 359.75 μsec (= 104.2 μsec)
× 3 bits + 2.25 μsec + 36 μsec + 2,25 μse
c × 4 processing).

【0010】そのために同図Cで示すように、ロボット
の動作A〜Dは最初の命令による処理Aが終了した時点
cから始まり所定の動作時間(1動作が1secかかるも
のとしたときは、1sec×4動作=4sec)経過後に始め
て一連の処理が終了する。したがって、4ビットの命令
を遂行するためのトータル時間dは4000.353m
sec(=4sec+353μsec)となる。
For this purpose, as shown in FIG. 1C, the operations A to D of the robot start from a time point c when the processing A by the first command is completed, and a predetermined operation time (when one operation takes 1 second, 1 second) A series of processing ends only after elapse of (× 4 operation = 4 sec). Therefore, the total time d for performing the 4-bit instruction is 400.353 m
sec (= 4 sec + 353 μsec).

【0011】[0011]

【発明が解決しようとする課題】このような従来のデー
タ解析処理方法では、nビット構成の最終ビットである
最下位ビット(LSB)のデータを受信し終わるまでは
待機状態となり何の処理も開始できないので、その分が
CPU処理時間及び周辺装置動作時間の遅れとなる。こ
の遅れは1命令のビット長が拡張されるとさらに増大す
る。
In such a conventional data analysis processing method, a standby state is established until the data of the least significant bit (LSB), which is the last bit of the n-bit configuration, is completely received, and no processing is started. Since it cannot be performed, the time delays the CPU processing time and the peripheral device operation time. This delay further increases as the bit length of one instruction is extended.

【0012】そこでこの発明では、このような従来の課
題を解決したもので、命令のビットごとに若しくは所定
のビットグループごとに意味付けを行い、受信データを
ビットごとに若しくはビットグループごとに逐次解析・
処理することによってトータル的な命令処理時間を短縮
できるようにしたものである。
Therefore, the present invention solves such a conventional problem, meanings are given for each bit of an instruction or for each predetermined bit group, and the received data is sequentially analyzed for each bit or each bit group.・
By performing the processing, the total instruction processing time can be reduced.

【0013】[0013]

【課題を解決するための手段】の発明は、1つのまと
まった命令を構築するnビットをシリアルデータとして
受信し、この受信されたシリアルデータを解析処理して
所定の命令を実行するデータ解析処理方法であって、
nビットビットごとに若しくは複数ビットにグルー
プ化されたビットグループごとに処理命令のための意味
付けわれており上記nビットを構成するビット若
しくはビットグループを受信する毎に、該ビット若しく
はビットグループに対する解析処理を行うものである。
This invention SUMMARY OF THE INVENTION is to <br/> receive n bits constructing one cohesive instruction as serial data, a predetermined instruction by analyzing and processing the received serial data has been a data analysis method to be executed, on
Serial n-bit meaning has crack lines for processing instructions for each grouped bit groups in a plurality of bits is young properly for each bit, bit young <br/> properly constituting the n-bit bit whenever receiving a group, the bit Wakashi Ku
Performs analysis processing on a bit group .

【0014】[0014]

【作用】この発明では図2にその一例を示すように、
シリアル伝送されるnビット構成の命令、ビットごと
に若しくは複数ビットでグループ化されたビットグルー
プごとに意味付けわれている
According to the present invention, as shown in FIG.
Instruction n bits configured to be serially transmitted, meaning each grouped bit groups for each bit or for a plurality of bits are crack line.

【0015】受信側では、nビットを構成するビット若
しくはビットグループを受信する毎に、逐次そのデータ
を解析処理する。
[0015] On the receiving side, bit young <br/> properly configuring the n bits each time it receives a bit group sequentially analyzes process the data.

【0016】命令がこのように逐一的に処理されること
により、図3Bのように従来待機中であった期間内を利
用して命令の事前処理が可能となるから、CPU処理時
間を短縮できる。このように事前処理された命令が図1
に示すI/0インタフェース6を介して早めに伝達さ
れ、実行されるので、ロボットの動作待機時間も減少
し、トータル的な命令処理時間が短縮できる。
Since the instructions are processed one by one in this manner, the pre-processing of the instructions can be performed within the period of the conventional standby as shown in FIG. 3B, so that the CPU processing time can be reduced. . The instruction preprocessed in this way is
Are transmitted early through the I / O interface 6 and executed, so that the operation waiting time of the robot is also reduced, and the total command processing time can be shortened.

【0017】[0017]

【実施例】続いて、図1〜図3を参照して本発明に係る
実施例について詳細に説明する。図1は本発明を適用し
た処理システムの実施例の構成図である。本例でも産業
用ロボットに対して特定のネジを特定の位置で締め付け
たり、緩めたりする制御処理を行なう場合を例示する。
また、説明の便宜上一連のまとまった命令は4ビット構
成とする。
Next, an embodiment according to the present invention will be described in detail with reference to FIGS. FIG. 1 is a configuration diagram of an embodiment of a processing system to which the present invention is applied. This example also illustrates a case where a control process for tightening or loosening a specific screw at a specific position is performed on an industrial robot.
For convenience of explanation, a series of instructions has a 4-bit configuration.

【0018】図1に示すように、マイコン10はケーブ
ル8によってキーボード、シーケンサー等のコマンダ1
に接続されている。コマンダ1からマイコン10へロボ
ット11を制御するための命令が送信される。
As shown in FIG. 1, a microcomputer 10 is connected to a commander 1 such as a keyboard and a sequencer by a cable 8.
It is connected to the. A command for controlling the robot 11 is transmitted from the commander 1 to the microcomputer 10.

【0019】コマンダ1からの命令は4ビットのシリア
ルデータで構成され、例えば9600bpsの伝送速度
でマイコン10に設けられたCPU2へ伝送される。C
PU2で受信したデータはRAM5に一旦格納され、R
OM4に格納された制御プログラムにしたがって受信デ
ータの解析処理と命令の処理がなされる。
The command from the commander 1 is composed of 4-bit serial data and transmitted to the CPU 2 provided in the microcomputer 10 at a transmission speed of, for example, 9600 bps. C
The data received by PU2 is temporarily stored in RAM5,
According to the control program stored in the OM 4, analysis processing of received data and processing of instructions are performed.

【0020】CPU2で処理された命令データによって
I/0インタフェース6およびケーブル9を介してロボ
ット11の被制御部7が制御される。本例の被制御部7
は上述したように4つの異なる位置O,P,Q,Rで2
種類のネジ(2.6mmφ若しくは3.0mmφ)の何
れかが選択され、選択されたネジを締め付ける若しくは
緩める動作が遂行される。そのため、被制御部7は産業
用ロボットの動作用制御モータM1〜M4と、ネジを吸
引(ピックアップ)する電磁石Mgとで構成される。
The controlled part 7 of the robot 11 is controlled via the I / O interface 6 and the cable 9 by the command data processed by the CPU 2. Controlled part 7 of this example
Is 2 at four different positions O, P, Q, R as described above.
One of the two types of screws (2.6 mmφ or 3.0 mmφ) is selected, and the operation of tightening or loosening the selected screw is performed. Therefore, the controlled unit 7 is configured by the operation control motors M1 to M4 of the industrial robot and the electromagnet Mg that sucks (pickups) the screw.

【0021】4ビット用マイコン10は、水晶発振子1
2の発振周波数に基づいてクロック発生器3で生成され
たこの例では4MHzの周波数がCPU2の基本クロッ
クCKとして使用される。1マシンサイクルは3クロッ
ク分(0.25ns×3=0.75μs)であり、1命
令サイクルは3マシンサイクル分(0.75ns×3=
2.25μs)で実行するようになされている。
The 4-bit microcomputer 10 includes the crystal oscillator 1
In this example, the frequency of 4 MHz generated by the clock generator 3 based on the oscillation frequency of 2 is used as the basic clock CK of the CPU 2. One machine cycle is for three clocks (0.25 ns × 3 = 0.75 μs), and one instruction cycle is for three machine cycles (0.75 ns × 3 =
2.25 μs).

【0022】さて、このように構成された処理システム
において、この発明ではコマンダ1からマイコン10へ
送出された4ビット構成の命令データのうち、ビットご
とに若しくは複数のビットをグループ化したビットグル
ープごとに意味付けが行われる。短いビット長のときは
ビット単位で意味付けが行なわれ、長いビット長である
ときは2ビット単位、4ビット単位のようにそれぞれ複
数ビットを単位としてグループ化される。本例ではビッ
ト長が4ビットと短いためビットごとに意味付けが行な
われる。
In the processing system configured as described above, according to the present invention, in the 4-bit instruction data transmitted from the commander 1 to the microcomputer 10, each bit or each bit group in which a plurality of bits are grouped. Is given meaning. When the bit length is short, the meaning is given in units of bits. When the bit length is long, the groups are grouped in units of a plurality of bits, such as 2 bits or 4 bits. In this example, since the bit length is as short as 4 bits, meaning is provided for each bit.

【0023】上述した制御形態の場合には図2にその一
例を示すような意味付けが行なわれる。この例では、最
上位ビットMSBでネジの緩締選択が行なわれ、第3ビ
ットでネジの種類が選択され、第2ビットでX軸移動が
指定され、最下位ビットLSBでY軸の移動が指定され
る。第2ビットと最下位ビットLSBとで座標位置O〜
Rが指定される。
In the case of the above-mentioned control mode, meaning is given as shown in FIG. In this example, the most-significant bit MSB selects the loose tightening of the screw, the third bit selects the screw type, the second bit specifies the X-axis movement, and the least-significant bit LSB specifies the Y-axis movement. It is specified. The second bit and the least significant bit LSB determine the coordinate position O ~.
R is specified.

【0024】図3は本実施例のCPU処理及びロボット
動作をあらわすタイムチャートである。
FIG. 3 is a time chart showing the CPU processing and robot operation of this embodiment.

【0025】図3Aのように、4ビット構成の命令が伝
送速度9600bpsでシリアル伝送される。同図Bに
示すように、CPU2は受信データのうちビットごとの
各受信終了段階a′で、受信したそのデータが逐次解析
され、解析結果である対応する命令がその都度ロボット
11に送られて対応する処理が実行される。
As shown in FIG. 3A, a 4-bit instruction is serially transmitted at a transmission speed of 9600 bps. As shown in FIG. 2B, the CPU 2 sequentially analyzes the received data at each reception end stage a 'for each bit of the received data, and sends a corresponding command as an analysis result to the robot 11 each time. The corresponding processing is performed.

【0026】図2のような意味付けをしたときには最上
位ビットMSBそのものに対応するロボットの動作(緩
締動作)は最終段階のとき必要になるため、この場合は
図3Bのように待機状態となる。ネジを締め付ける動作
が選択されたときで第3ビットでのネジ選択動作のとき
には第3ビットの命令処理が終了した段階c′で電磁石
Mgが動作して特定のネジの吸着動作が行なわれる(同
図中、A動作)
When the meaning is given as shown in FIG. 2, the operation (loose tightening operation) of the robot corresponding to the most significant bit MSB itself becomes necessary at the final stage. In this case, the robot enters the standby state as shown in FIG. 3B. Become. When the screw tightening operation is selected and the screw selection operation is performed with the third bit, the electromagnet Mg operates at the stage c ′ where the command processing of the third bit is completed, and the specific screw is attracted (see FIG.
A operation in the figure) .

【0027】次には、第2ビットとLSBを受信するこ
とによってX軸移動命令及びY軸移動命令により位置が
特定され(同図中、B及びC動作)、その後既に解析さ
れている制御モータの回転方向を選択して(同図中、D
動作)一連の緩締動作が終了する。
Next, by receiving the second bit and the LSB, the position is specified by the X-axis movement command and the Y-axis movement command (B and C operations in the figure), and the control motor already analyzed Select the rotation direction of (D in the figure, D
Operation) A series of loosening operation is completed.

【0028】制御命令をこのようにビットごとに解析し
て処理すると、最下位ビットLSBが受信される前に既
にA動作が終了しているので、CPU2での処理時間
b′は図3Bに示すように330.50μsecとなり、
従来の命令処理によるCPU処理時間359.75μse
c(図6B参照)と比較して、大凡29.25nsec分だ
け短縮することができる。
When the control command is analyzed and processed for each bit in this manner, the operation A has already been completed before the least significant bit LSB is received, and the processing time b 'in the CPU 2 is shown in FIG. 3B. Becomes 330.50 μsec,
CPU processing time by conventional instruction processing 359.75 μse
Compared with c (see FIG. 6B), it can be reduced by approximately 29.25 nsec.

【0029】図3Cで示すように、本例の産業用ロボッ
トの動作A〜Dは第3ビット目のデータ内容を解析した
直後の時点c′から開始されるので、最終的な動作Dが
終了するまでの時間d′は4000.111msecとな
り、従来例による処理時間4000.353msec(図
6C参照)と比較して大凡242μsec短縮できる。
As shown in FIG. 3C, the operations A to D of the industrial robot according to the present embodiment are started from the time point c 'immediately after analyzing the data content of the third bit, so that the final operation D is completed. The time d 'until the process is completed is 4000.111 msec, which can be reduced by approximately 242 μsec as compared with the processing time 4000.353 msec (see FIG. 6C) according to the conventional example.

【0030】4ビット構成のビット長でもこのような処
理時間の短縮が図れるものであるから、ビット長がもっ
と長い命令形態を採るものではさらに処理時間の短縮効
果が表れることは容易に理解できる。
Since the processing time can be shortened even with the bit length of the 4-bit configuration, it is easy to understand that the processing time can be further reduced by using an instruction form having a longer bit length.

【0031】上述した実施例においては、この発明を4
ビット構成の命令の処理について説明したが、これより
もビット長の長いものにも適用できるのは明らかで、そ
の場合には上述したようにそのビット長に応じて複数の
ビットを単位としたグループごとに上述した意味付けを
行い、そして意味付けされたビットグループごとに解析
と処理が実行される。上述したクロックCKの周波数や
マシンサイクル時間などは一例である。
In the embodiment described above, the present invention
Although the processing of an instruction having a bit configuration has been described, it is apparent that the present invention can be applied to an instruction having a longer bit length. In this case, as described above, a group having a plurality of bits as a unit according to the bit length is used. Is performed for each bit group, and the analysis and processing are performed for each bit group having the meaning. The frequency of the clock CK and the machine cycle time described above are examples.

【0032】[0032]

【発明の効果】の発明によれば、シリアル伝送される
nビット構の命令が、ビットごとに若しくは複数ビッ
トでグループ化されたビットグループごとに意味付け
行われており、nビットを構成するビット若しくはビッ
トグループを受信する毎に、逐次そのデータが析処
されるものである。
According to this invention, according to the present invention, the n-bit configuration that is serially transmitted instruction, meaning each grouped bit groups for each bit or for a plurality of bits is
The bits or bits that make up the n bits
Each time it receives a door group, successively the data is a solution 析処 management
Also of the is is.

【0033】これによれば、1つのまとまった命令形態
のビット数の全てが受信されるまで待機することなく、
意味付けされたビットごとにビット内容を解析して処理
できるため、命令の事前処理が可能になり、それに伴っ
てCPU処理時間及び周辺装置動作時間が短縮され、ト
ータル的な命令処理速度が向上するという顕著な効果を
有する。したがってこの発明はビット長の長い命令形態
を採る処理システムに適用して極めて好適である。
According to this, it is not necessary to wait until all the number of bits of one command form are received,
Since the bit contents can be analyzed and processed for each meaningful bit, pre-processing of instructions becomes possible, and accordingly, CPU processing time and peripheral device operation time are reduced, and the overall instruction processing speed is improved. It has a remarkable effect. Therefore, the present invention is extremely suitable for application to a processing system employing an instruction format having a long bit length.

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

【図1】本発明による実施例の構成を表す図である。FIG. 1 is a diagram showing a configuration of an embodiment according to the present invention.

【図2】本発明の命令フォーマットを示した図である。FIG. 2 is a diagram showing an instruction format of the present invention.

【図3】実施例の命令処理のタイムチャートである。FIG. 3 is a time chart of the instruction processing of the embodiment.

【図4】従来の命令フォーマットを示した図である。FIG. 4 is a diagram showing a conventional instruction format.

【図5】O,P,Q,及びRの4地点がX軸とY軸によ
り特定される様子を表した図である。
FIG. 5 is a diagram illustrating a manner in which four points O, P, Q, and R are specified by an X axis and a Y axis.

【図6】従来の命令処理のタイムチャートである。FIG. 6 is a time chart of conventional instruction processing.

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

1 コマンダ 2 CPU 3 クロック発生器 7 被制御部 10 マイコン 11 ロボット 12 水晶発振子 1 Commander 2 CPU 3 Clock generator 7 Controlled part 10 Microcomputer 11 Robot 12 Crystal oscillator

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G05B 11/36 505 G06F 9/32 360 B25J 13/00 G06F 15/78 510 Continuation of the front page (58) Field surveyed (Int. Cl. 7 , DB name) G05B 11/36 505 G06F 9/32 360 B25J 13/00 G06F 15/78 510

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 1つのまとまった命令を構築するnビッ
トをシリアルデータとして受信し、該受信されたシリア
ルデータを解析処理して所定の命令を実行するデータ解
処理方法であって、 上記nビットビットごとに若しくは複数ビットにグル
ープ化されたビットグループごとに処理命令のための意
味付けわれており、 上記nビットを構成するビット若しくはビットグループ
を受信する毎に、該ビット若しくはビットグループに対
する解析処理を行うことを特徴とするデータ解析処理方
法。
1. An n-bit processor for constructing a single instruction.
Receiving the bets as serial data, data solutions for executing a predetermined instruction by analyzing and processing the serial data with the received
A analysis processing method, the n bits are we meaning the line for processing instructions for each grouped bit groups in a plurality of bits is young properly for each bit, young bits constituting the n bits Or bit group
Each time a bit is received,
A data analysis processing method characterized by performing analysis processing.
JP19039593A 1993-07-30 1993-07-30 Data analysis processing method Expired - Fee Related JP3229078B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19039593A JP3229078B2 (en) 1993-07-30 1993-07-30 Data analysis processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19039593A JP3229078B2 (en) 1993-07-30 1993-07-30 Data analysis processing method

Publications (2)

Publication Number Publication Date
JPH0744380A JPH0744380A (en) 1995-02-14
JP3229078B2 true JP3229078B2 (en) 2001-11-12

Family

ID=16257447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19039593A Expired - Fee Related JP3229078B2 (en) 1993-07-30 1993-07-30 Data analysis processing method

Country Status (1)

Country Link
JP (1) JP3229078B2 (en)

Also Published As

Publication number Publication date
JPH0744380A (en) 1995-02-14

Similar Documents

Publication Publication Date Title
US4435761A (en) Data processing apparatus capable of transferring serial data with small power consumption
JP3229078B2 (en) Data analysis processing method
JPH0697412B2 (en) High speed input / output module
JPH0816220A (en) Programmable sequence controller
JP4221652B2 (en) Multiple motor simultaneous control method, multiple motor control system, multiple motor control pulse generation circuit, and multiple motor control pulse generation IC
US5270626A (en) Method of controlling multitasking excavator system
JPH0638210B2 (en) Sequence controller input / output control system
JPS61175809A (en) Clock control device
JP3350699B2 (en) Programmable controller
JP3584342B2 (en) Synchronous operation start / stop control system for multiple ICs
JP3534846B2 (en) Multi-axis positioning controller
JP3348177B2 (en) Programmable controller
KR100197907B1 (en) Input/output interfacing system
JPH1078817A (en) Programmable display device
JPH0477559B2 (en)
JP2004112413A (en) Analog signal processor and program
KR100203079B1 (en) Personal computer test device using mouse
JPS63282502A (en) Controller
JP2597635B2 (en) All key operation check method and device
JPH02311903A (en) Programmable controller
JPH0522373A (en) Communication control method
KR100486025B1 (en) Motor driven control method of steel rolling line.
JPH07302749A (en) Multiaxial sampling control device
JPH10133717A (en) Simulator for sequencer
JPH06114767A (en) Teaching method for industrial robot having rotary external shaft and teaching device using the method

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees