JP2006343845A - Programmable controller - Google Patents

Programmable controller Download PDF

Info

Publication number
JP2006343845A
JP2006343845A JP2005167126A JP2005167126A JP2006343845A JP 2006343845 A JP2006343845 A JP 2006343845A JP 2005167126 A JP2005167126 A JP 2005167126A JP 2005167126 A JP2005167126 A JP 2005167126A JP 2006343845 A JP2006343845 A JP 2006343845A
Authority
JP
Japan
Prior art keywords
program
cpu
expansion
memory
execution
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.)
Granted
Application number
JP2005167126A
Other languages
Japanese (ja)
Other versions
JP4440172B2 (en
Inventor
Toshihiro Fuchi
俊洋 不知
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2005167126A priority Critical patent/JP4440172B2/en
Publication of JP2006343845A publication Critical patent/JP2006343845A/en
Application granted granted Critical
Publication of JP4440172B2 publication Critical patent/JP4440172B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To attain the arithmetic processing of a compressed program without delaying an arithmetic processing time as a whole. <P>SOLUTION: This programmable controller is provided with an extracting means 3 for extracting a plurality of compressed programs and a CPU 1 for successively executing a plurality of programs extracted by the extracting means 3. The extracting means 3 extracts a program to be executed the next in parallel with program execution by the CPU 1. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、圧縮されたプログラムを展開して実行する機能を有するプログラマブルコントローラに関するものである。   The present invention relates to a programmable controller having a function of expanding and executing a compressed program.

プログラマブルコントローラ(以下、PLCともいう)は、演算処理装置(CPU)、メモリ、通信手段などを備え、プログラミングツール等により通信手段を通してプログラムをメモリに予め記憶させておき、演算実行時にはCPUがプログラムをメモリから読み出しながら演算処理する。PLCとは元来、ハードウェアのリレー回路をソフトウェアプログラム化して実行するものであって、例えばセンサスイッチの入力に対する停止信号出力のように安全装置のような使用をされることもあり、ハードウェアリレー回路に近づけるような高速なプログラム処理が要求される。   A programmable controller (hereinafter also referred to as PLC) includes an arithmetic processing unit (CPU), a memory, communication means, and the like. A program is stored in the memory in advance through communication means by a programming tool or the like, and the CPU executes the program at the time of executing the calculation. Processing is performed while reading from the memory. The PLC is originally executed by making a hardware relay circuit into a software program, and may be used as a safety device such as a stop signal output for the sensor switch input. High-speed program processing that is close to the relay circuit is required.

またPLCは、様々な機器の制御、複雑な制御に使用されるようになっており、さらにファンクションブロックダイヤグラム等の視覚的なプログラミングを行うツールによってプログラムが自動的に変換・生成されることもあることから、PLCの演算処理するプログラムは肥大化してきている。ただし、このような複雑で大容量のプログラムは、機能ごとに幾つかのプログラムに分割されることが多い。   The PLC is used for various equipment control and complex control, and the program may be automatically converted and generated by a visual programming tool such as a function block diagram. For this reason, programs for processing the PLC have been enlarged. However, such a complicated and large-capacity program is often divided into several programs for each function.

このように、PLCにおいては、大容量のプログラムを、高速にプログラム処理することが求められているが、その反面、メモリ容量の増大による製造コスト高は避けなければならない。そこで、大容量のプログラムを圧縮してPLCに搭載することが考えられるが、CPUが直接アクセスするメモリに、プログラムを圧縮状態で記憶すると、展開処理に要する時間を考慮しなくてはならず、CPUのプログラム処理速度を向上させることはできない。   As described above, in the PLC, it is required to process a large-capacity program at a high speed, but on the other hand, a high manufacturing cost due to an increase in memory capacity must be avoided. Therefore, it is conceivable to compress a large-capacity program and mount it in the PLC. However, if the program is stored in a memory directly accessed by the CPU, the time required for the expansion process must be taken into consideration. The program processing speed cannot be improved.

そこで、特許文献1においては、マイクロコンピュータにおいて、CPUからプログラムのロード命令が発行されると、ROMから圧縮された実行プログラムが必要量だけ加工部へ送られ、加工部にて伸張、加工されて実行プログラムとなってRAMへ格納され、CPUはRAMへ格納されたプログラムに従って処理を行い、実行中のプログラムの続きがまだRAMへ格納されていない処理へ続く場合には、CPUは再びROMに格納されている圧縮された実行プログラムをRAMへロードする命令をROMと加工部へ発行するようにしている。   Therefore, in Patent Document 1, when a program load instruction is issued from a CPU in a microcomputer, an execution program compressed from a ROM is sent to a processing unit in a necessary amount, and is expanded and processed by the processing unit. The execution program is stored in the RAM, and the CPU performs processing according to the program stored in the RAM. If the continuation of the program being executed continues to the processing not yet stored in the RAM, the CPU stores it in the ROM again. A command for loading the compressed execution program to the RAM is issued to the ROM and the processing unit.

特開平10−133880号公報(第3−4頁、第1図)Japanese Patent Laid-Open No. 10-133880 (page 3-4, FIG. 1)

しかしながら、特許文献1に示された従来の技術では、CPUはプログラムの展開済み部分の演算処理が完了した後、加工部へプログラムを展開する命令を発行し、加工部によるプログラムの展開完了を待ってから演算処理を再開することとなる。このため、特許文献1では、本来のプログラム演算処理時間以外に、プログラムを展開している間の待ち時間が掛かり、全体としてのプログラム実行にかかる時間が長くなるという問題点があった。   However, in the conventional technique disclosed in Patent Document 1, the CPU issues an instruction to expand the program to the machining unit after completion of the arithmetic processing of the expanded portion of the program, and waits for the completion of the program expansion by the machining unit. After that, the arithmetic processing is resumed. For this reason, Patent Document 1 has a problem that, in addition to the original program calculation processing time, a waiting time is required while the program is being developed, and the time required for executing the program as a whole is increased.

本発明は、上記に鑑みてなされたものであって、全体としての演算処理時間を延ばすことなく圧縮されたプログラムを演算処理することができるプログラマブルコントローラを得ることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to obtain a programmable controller capable of performing arithmetic processing on a compressed program without extending the arithmetic processing time as a whole.

上述した課題を解決し、目的を達成するために、本発明のプログラマブルコントローラは、圧縮された複数のプログラムを展開する展開手段と、前記展開手段で展開された複数のプログラムを順次実行するCPUとを備え、前記展開手段は、前記CPUでのプログラム実行に並行して、次に実行するプログラムを展開するようにしたことを特徴とする。   In order to solve the above-described problems and achieve the object, a programmable controller according to the present invention includes a decompression unit that decompresses a plurality of compressed programs, and a CPU that sequentially executes the plurality of programs decompressed by the decompression unit. The expansion means expands a program to be executed next in parallel with the program execution by the CPU.

この発明によれば、展開手段がプログラムを展開する処理とCPUがプログラムを実行する処理とが並列して処理されるので、CPU側では展開による待ち時間がなくなり、これにより全体としてのプログラム演算処理時間を短くすることができるという効果を奏する。   According to the present invention, since the processing for expanding the program by the expansion means and the processing for executing the program by the CPU are performed in parallel, there is no waiting time due to expansion on the CPU side. There is an effect that the time can be shortened.

以下に、本発明にかかるプログラマブルコントローラの実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of a programmable controller according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

図1は、この発明の実施の形態に係るプログラマブルコントローラ(PLC)を示すものである。PLCは、プログラムを演算処理するCPU1と、プログラム,データなどの圧縮処理を実行する圧縮手段2と、プログラム,データなどの展開処理を実行する展開手段3と、プログラミングツール(図示せず)等との通信を行うための通信手段4と、プログラムを記憶するメモリ(一次メモリ5および二次メモリ6)を備えている。   FIG. 1 shows a programmable controller (PLC) according to an embodiment of the present invention. The PLC includes a CPU 1 that performs arithmetic processing of a program, compression means 2 that executes compression processing of programs, data, etc., decompression means 3 that executes decompression processing of programs, data, etc., a programming tool (not shown), etc. The communication means 4 for performing the above communication and the memory (primary memory 5 and secondary memory 6) for storing the program are provided.

プログラムやデータを記憶するメモリは、一次メモリ5と二次メモリ6によって構成されている。二次メモリ6は拡張や交換の可能な外部メモリを含んでいてよい。プログラミングツール等から通信手段4を介して受信したプログラムは、二次メモリ6に記憶される。一次メモリ5にはCPU1によって演算処理可能なプログラムが記憶される。   A memory for storing programs and data includes a primary memory 5 and a secondary memory 6. The secondary memory 6 may include an external memory that can be expanded and replaced. A program received from the programming tool or the like via the communication means 4 is stored in the secondary memory 6. A program that can be processed by the CPU 1 is stored in the primary memory 5.

展開手段3および圧縮手段2は、CPU1と独立して動作できることを特徴としている。これにより、CPU1の演算処理時間に影響を与えることなく、同時並行的にプログラムの展開および圧縮を実行でき、かつCPU1を介することなくメモリに記憶されたプログラムを読み出し、またプログラムをメモリへ書き込むことができる。   The expansion means 3 and the compression means 2 are characterized in that they can operate independently of the CPU 1. As a result, the program can be expanded and compressed in parallel without affecting the arithmetic processing time of the CPU 1, and the program stored in the memory can be read and the program stored in the memory without going through the CPU 1. Can do.

プログラミングツール等からPLCに送信されるプログラムやデータには、データの名前がつけられており、名前によってデータの種類を区別できる。よって、プログラムやユーザが作成したテキスト情報等のデータサイズが大きくなると予想されるデータについては、予めPLCにそのデータの種類が登録され、PLCがそのデータの種類によって、あまりサイズの大きくならないデータと区別可能である。このときのデータの種類は、ユーザがプログラム作成時に任意に設定するパラメータ等で登録できるものとし、例えば、プログラムとともに二次メモリ6に書き込まれる。   The name of the data is given to the program and data transmitted to the PLC from a programming tool or the like, and the type of data can be distinguished by the name. Therefore, for data that is expected to increase in data size such as text information created by a program or user, the data type is registered in advance in the PLC, and the PLC does not increase in size depending on the data type. It can be distinguished. The type of data at this time can be registered by a parameter or the like arbitrarily set by the user when creating the program, and is written in the secondary memory 6 together with the program, for example.

通信手段4はプログラミングツールやその他の装置とプログラムやデータを送受信するとき、相手側装置が展開手段3または圧縮手段2と等価な展開または圧縮の機能を有しているか識別する。これによって、通信の相手側の装置が展開機能を有している場合には、圧縮したままのプログラムやデータを送信し、通信の相手側の装置が圧縮機能をを有している場合には、圧縮したままのプログラムやデータを送信するよう相手側の装置に要求する。   When the communication unit 4 transmits / receives a program or data to / from a programming tool or other device, the communication unit 4 identifies whether the counterpart device has an expansion or compression function equivalent to the expansion unit 3 or the compression unit 2. As a result, when the communication partner device has a decompression function, the program or data that has been compressed is transmitted, and when the communication partner device has a compression function, Then, the other device is requested to transmit the compressed program and data.

尚、メモリ(一次メモリ5および二次メモリ6)には複数のプログラムやデータを記憶することが可能である。プログラムが複数の場合、それらの実行順序はパラメータに設定される。パラメータとは、PLCの動作に必要な設定情報であり、プログラミングツール等によってプログラムと共に送信され、他のプログラムやデータと同様にPLCのメモリ(一次メモリ5および/または二次メモリ6)に記憶される。   A plurality of programs and data can be stored in the memory (primary memory 5 and secondary memory 6). When there are a plurality of programs, their execution order is set as a parameter. The parameter is setting information necessary for the operation of the PLC, transmitted together with the program by a programming tool or the like, and stored in the PLC memory (primary memory 5 and / or secondary memory 6) like other programs and data. The

このように構成されたPLCにおいて、まず、PLCがプログラミングツール等とプログラムやデータを送受信するときの動作を説明する。   First, the operation of the PLC configured as described above when the PLC transmits / receives a program or data to / from a programming tool or the like will be described.

PLCは、プログラミングツールやその他の機器からのデータを通信手段4を介して受信すると、パラメータによりデータの名前を識別することによりプログラムや圧縮するべき種類のデータであるかどうかを判定する。プログラムまたは圧縮すべきデータならば圧縮手段2により圧縮してから二次メモリ6に記憶する。圧縮すべき種類でないデータは、そのまま二次メモリ6に記憶する。また、圧縮手段2と等価なデータ圧縮機能を有するプログラミングツールやその他の機器により、既に圧縮されているプログラムやデータを受信した場合は、そのまま二次メモリ6に記憶する。   When the PLC receives data from a programming tool or other device via the communication unit 4, the PLC determines whether the data is a program or a kind of data to be compressed by identifying the name of the data by a parameter. If it is a program or data to be compressed, it is compressed by the compression means 2 and then stored in the secondary memory 6. Data that is not the type to be compressed is stored in the secondary memory 6 as it is. When a program or data that has already been compressed is received by a programming tool or other device having a data compression function equivalent to the compression means 2, it is stored in the secondary memory 6 as it is.

一方、PLCからプログラミングツールやその他の機器へプログラムまたはデータを送信するときは、圧縮して記憶されたプログラムやデータは展開手段3により展開され、圧縮前の状態に戻してから送信される。なお、送信する相手のプログラミングツールその他の機器が展開手段3と等価な圧縮データの展開機能を有する場合は、圧縮したままのデータを送信する。   On the other hand, when a program or data is transmitted from the PLC to a programming tool or other device, the compressed program and data are expanded by the expansion means 3 and transmitted after returning to the state before compression. Note that when the other programming tool or other device to be transmitted has a compressed data expansion function equivalent to the expansion means 3, the compressed data is transmitted.

つぎに、圧縮されて二次メモリ6に記憶されたプログラムを展開して実行するときの動作を説明する。この場合、一次メモリ5は、2つのプログラムを記憶する容量を備えているものとして説明する。   Next, the operation when the compressed program stored in the secondary memory 6 is expanded and executed will be described. In this case, the description will be made assuming that the primary memory 5 has a capacity for storing two programs.

展開手段3は、二次メモリ6に記憶されたパラメータを参照してプログラムの実行順序を確認し、圧縮されて二次メモリ6に記憶された複数のプログラムのうち、最初に実行するプログラム(第1のプログラム)を読み出して展開して一次メモリ5に記憶する。展開が完了すると、展開手段3は、第1のプログラムが展開完了した旨を示す展開完了通知をCPU1に送信するとともに、2番目のプログラム(第2のプログラム)をCPU1からの実行完了通知の受信に関係なく最初のプログラム(第1のプログラム)に続いて連続して展開処理して一次メモリ5に記憶する。2番目のプログラムの展開処理が終了すると、展開手段3は、第2のプログラムが展開完了した旨を示す展開完了通知をCPU1に送信する。   The decompressing means 3 refers to the parameters stored in the secondary memory 6 to confirm the execution order of the programs, and among the plurality of programs compressed and stored in the secondary memory 6, the first program (first program) 1 program) is read out and expanded and stored in the primary memory 5. When the expansion is completed, the expansion means 3 transmits to the CPU 1 an expansion completion notification indicating that the first program has been expanded, and receives the execution completion notification from the CPU 1 for the second program (second program). Regardless of whether or not the first program (first program) is continuously developed and stored in the primary memory 5. When the expansion process of the second program is completed, the expansion unit 3 transmits to the CPU 1 an expansion completion notification indicating that the expansion of the second program has been completed.

CPU1は、展開完了通知を受信すると、一次メモリ5に展開された第1のプログラムの演算処理を実行する。CPU1は、第1のプログラムの演算処理の実行が完了すると、第1のプログラムの実行が完了した旨を示す実行完了通知を展開手段3に送信する。さらに、CPU1は、展開手段3から第2のプログラムが展開完了した旨を示す展開完了通知が送られてきている場合は、一次メモリ5に展開された第2のプログラムの演算処理を続いて実行する。   When the CPU 1 receives the expansion completion notification, the CPU 1 executes arithmetic processing of the first program expanded in the primary memory 5. When the execution of the arithmetic processing of the first program is completed, the CPU 1 transmits an execution completion notification indicating that the execution of the first program is completed to the expansion means 3. Further, when the expansion completion notification indicating that the expansion of the second program has been completed is sent from the expansion means 3, the CPU 1 continues to execute the arithmetic processing of the second program expanded in the primary memory 5. To do.

展開手段3は、第1のプログラムの実行完了通知を受信すると、二次メモリ6に記憶された次のプログラム(第3のプログラム)を展開して、一次メモリ5上の第1のプログラムに上書きする。展開が完了すると、展開手段3は、第3のプログラムの展開が完了した旨を示す展開完了通知をCPU1に送信する。   Upon receiving the first program execution completion notice, the expansion means 3 expands the next program (third program) stored in the secondary memory 6 and overwrites the first program on the primary memory 5. To do. When the expansion is completed, the expansion unit 3 transmits a expansion completion notification indicating that the expansion of the third program is completed to the CPU 1.

CPU1は、第2のプログラムの実行が完了すると、第2のプログラムの実行が完了した旨を示す実行完了通知を展開手段3に送信する。展開手段3は、第2のプログラムの実行完了通知を受けると、次に実行するプログラム(第4のプログラム)を展開して、一次メモリ5上の第2のプログラムに上書きし、さらに第4のプログラムの展開が完了した旨を示す展開完了通知をCPU1に通知する。   When the execution of the second program is completed, the CPU 1 transmits an execution completion notification indicating that the execution of the second program is completed to the expansion unit 3. Upon receiving the notification of completion of execution of the second program, the expansion means 3 expands the program to be executed next (fourth program), overwrites the second program on the primary memory 5, and further adds the fourth program. The CPU 1 is notified of a development completion notification indicating that the program development has been completed.

CPU1は、第2のプログラムの実行完了通知した後、展開手段3から展開完了の通知を受けると、第3のプログラムの演算処理を実行し、完了したらその旨を示す実行完了通知を展開手段3に通知する。続いて、第4のプログラムについての展開完了の通知を受信している場合は、第4のプログラムについて演算処理を実行する。以降、この手順を繰り返すことにより、限られた一次メモリ5の容量の中で複数のプログラムを入れ替えながら順次演算処理を実行する。   When the CPU 1 notifies the completion of the execution of the second program and then receives the notification of the completion of development from the expansion means 3, it executes the arithmetic processing of the third program, and when it completes, the CPU 1 sends an execution completion notification indicating that fact. Notify Subsequently, when a notification of expansion completion for the fourth program has been received, arithmetic processing is executed for the fourth program. Thereafter, by repeating this procedure, arithmetic processing is executed sequentially while replacing a plurality of programs within the limited capacity of the primary memory 5.

なお、一般に、PLCでは、一連のプログラムを最後まで実行すると、また最初から同じ一連のプログラムを繰り返し実行することが多い。このような場合は、CPU1が最後のプログラムの実行中に、展開手段3が最初の第1のプログラムを展開するようにする。このような場合、2巡目以降においては、展開手段3は、2番目のプログラム(第2のプログラム)を展開する際、CPU1から最後のプログラムの実行完了通知した後、展開処理を実行する。   In general, in a PLC, when a series of programs is executed to the end, the same series of programs is often repeatedly executed from the beginning. In such a case, the expansion means 3 expands the first first program while the CPU 1 is executing the last program. In such a case, in the second and subsequent rounds, when the expansion means 3 expands the second program (second program), it notifies the CPU 1 of the completion of execution of the last program and then executes the expansion processing.

このように、本実施の形態によれば、展開手段3は、CPU1でのプログラム実行に並行して、次に実行するプログラムを展開するようにしたので、CPU1側では展開による待ち時間がなくなり、これにより全体としてのプログラム演算処理時間を短くすることができ、高速のプログラム処理が可能となる。   As described above, according to the present embodiment, the expansion means 3 expands the program to be executed next in parallel with the execution of the program in the CPU 1, so there is no waiting time due to expansion on the CPU 1 side. As a result, the program operation processing time as a whole can be shortened, and high-speed program processing becomes possible.

なお、PLCが使用される分野では、ユーザが、プログラムを実行させてから調整のためプログラムの一部を変更することが多いが、本PLCは、一連のプログラムの実行中にその一部を変更する場合は、二次メモリ6に記憶されているプログラムのみを書き換えればよい。従って、プログラムが書き換えられた後、該プログラムを展開手段3が展開して一次メモリ5に記憶することによって、CPU3が実行する一次メモリ5上のプログラムは自動的に、変更後のプログラムに置き換えられる。   In the field where the PLC is used, the user often changes a part of the program for adjustment after executing the program, but this PLC changes a part of the program during the execution of a series of programs. When doing so, it is only necessary to rewrite the program stored in the secondary memory 6. Therefore, after the program is rewritten, the program is expanded by the expansion means 3 and stored in the primary memory 5, whereby the program on the primary memory 5 executed by the CPU 3 is automatically replaced with the changed program. .

以上のように、本発明にかかるプログラマブルコントローラは、圧縮されたプログラムを展開して実行する機能を有するプログラマブルコントローラとして有用である。   As described above, the programmable controller according to the present invention is useful as a programmable controller having a function of expanding and executing a compressed program.

本発明にかかるプログラマブルコントローラの一例を示す機能ブロック図である。It is a functional block diagram which shows an example of the programmable controller concerning this invention. プログラム実行の際のCPUと展開手段との動作タイミングを説明するためのシーケンス図である。It is a sequence diagram for demonstrating the operation timing of CPU at the time of program execution, and an expansion | deployment means.

符号の説明Explanation of symbols

1 CPU
2 圧縮手段
3 展開手段
4 通信手段
5 一次メモリ
6 二次メモリ
1 CPU
2 Compression means 3 Expansion means 4 Communication means 5 Primary memory 6 Secondary memory

Claims (2)

圧縮された複数のプログラムを展開する展開手段と、
前記展開手段で展開された複数のプログラムを順次実行するCPUとを備え、
前記展開手段は、前記CPUでのプログラム実行に並行して、次に実行するプログラムを展開するようにしたことを特徴とするプログラマブルコントローラ。
Expansion means for expanding a plurality of compressed programs;
A CPU that sequentially executes a plurality of programs expanded by the expansion means,
The programmable controller, wherein the expansion means expands a program to be executed next in parallel with the execution of the program in the CPU.
前記展開手段によって展開されたプログラムが記憶されるメモリを更に備え、
前記展開手段は、前記メモリへのプログラムの展開が完了する毎に展開完了をCPUに通知し、
前記CPUは、展開完了の通知を受けると前記メモリに記憶されているプログラムを実行すると共に、プログラムの実行が完了すると実行完了を前記展開手段に通知し、
前記展開手段は、最初のプログラムに続く2番目のプログラムについては前記実行完了の受信に関係なく最初のプログラムに続いて連続してプログラムを前記メモリに展開し、その後のプログラムはCPUからの実行完了を受信した後に前記メモリへの展開処理を実行することを特徴とする請求項1に記載のプログラマブルコントローラ。
A memory for storing the program expanded by the expansion means;
The expansion means notifies the CPU of the completion of expansion every time the expansion of the program to the memory is completed,
The CPU executes the program stored in the memory upon receiving the notification of the completion of expansion, and notifies the expansion means when the execution of the program is completed,
The expansion means expands the program continuously to the memory following the first program regardless of the reception of the execution completion for the second program following the first program, and the subsequent program is completed from the CPU. The programmable controller according to claim 1, wherein the expansion process to the memory is executed after receiving the signal.
JP2005167126A 2005-06-07 2005-06-07 Programmable controller Expired - Fee Related JP4440172B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005167126A JP4440172B2 (en) 2005-06-07 2005-06-07 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005167126A JP4440172B2 (en) 2005-06-07 2005-06-07 Programmable controller

Publications (2)

Publication Number Publication Date
JP2006343845A true JP2006343845A (en) 2006-12-21
JP4440172B2 JP4440172B2 (en) 2010-03-24

Family

ID=37640795

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005167126A Expired - Fee Related JP4440172B2 (en) 2005-06-07 2005-06-07 Programmable controller

Country Status (1)

Country Link
JP (1) JP4440172B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020057210A (en) * 2018-10-02 2020-04-09 オムロン株式会社 Control system, support device, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020057210A (en) * 2018-10-02 2020-04-09 オムロン株式会社 Control system, support device, and program
JP7063222B2 (en) 2018-10-02 2022-05-09 オムロン株式会社 Control systems, support devices and programs

Also Published As

Publication number Publication date
JP4440172B2 (en) 2010-03-24

Similar Documents

Publication Publication Date Title
EP3252605A1 (en) Vehicle-mounted control device, program writing device, program generating device and program
CN107924168B (en) Transfer device, control method of transfer device, and readable recording medium
JP5214262B2 (en) Semiconductor integrated circuit and power supply control method
JP4440172B2 (en) Programmable controller
JP3412342B2 (en) Image drawing apparatus and data decompression method
JP2008176420A (en) Data transfer method, data transfer device, and debugging device
JP2009099092A (en) Mobile information terminal
JP2007004301A (en) Computer, data processing method, program and communication method
JP4813823B2 (en) Test system and test method
JP2010020416A (en) Data transfer method and data transfer unit
JP2010134830A (en) Programmable controller, cpu unit, analog input unit, and analog output unit
JP5951041B2 (en) Programmable display
JPH0628150A (en) Method for compressing program capacity
JP2010218452A (en) Terminal device which performs test of application, and test method of application
JP2012218227A (en) Image forming apparatus
JP3269164B2 (en) Peripheral device of programmable controller
JP5205317B2 (en) Image processing device
JP2005195835A (en) Information processing apparatus and method, recording medium, and program
JPH1185518A (en) Controller
JP2003271541A (en) Dma transfer device and its control method
JPH0575840U (en) controller
JP2006215781A (en) Simulation device and simulation method
US20180225245A1 (en) Programmable controller
JPH0462080A (en) Printing device
JPH02287682A (en) Bit map image data saving device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071217

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090917

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090929

A521 Written amendment

Effective date: 20091130

Free format text: JAPANESE INTERMEDIATE CODE: A523

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100105

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Effective date: 20100106

Free format text: JAPANESE INTERMEDIATE CODE: A61

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees