JP2006235660A - Control system and control method - Google Patents

Control system and control method Download PDF

Info

Publication number
JP2006235660A
JP2006235660A JP2005044841A JP2005044841A JP2006235660A JP 2006235660 A JP2006235660 A JP 2006235660A JP 2005044841 A JP2005044841 A JP 2005044841A JP 2005044841 A JP2005044841 A JP 2005044841A JP 2006235660 A JP2006235660 A JP 2006235660A
Authority
JP
Japan
Prior art keywords
program
numerical data
command
source program
source
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
JP2005044841A
Other languages
Japanese (ja)
Other versions
JP4443436B2 (en
Inventor
Masanobu Sato
正信 佐藤
Masami Takahashi
正美 高橋
Mitsuo Iwadate
光男 岩舘
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.)
Seiko Instruments Inc
Original Assignee
Seiko Instruments 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 Seiko Instruments Inc filed Critical Seiko Instruments Inc
Priority to JP2005044841A priority Critical patent/JP4443436B2/en
Publication of JP2006235660A publication Critical patent/JP2006235660A/en
Application granted granted Critical
Publication of JP4443436B2 publication Critical patent/JP4443436B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate creation of a source program, reduce the memory capacity in PLC and shorten the time required for execution. <P>SOLUTION: This control system 1 includes: a program input part 2 to which a source program formed of a character string is input; and a programmable logic controller 3 operated by a ladder language. The program input part 2 includes a numerical value data converting part 4 for converting each command of the source program to a numerical value data program described by numerical value data. The programmable logic controller 3 includes: a data storage part 5 for storing the numerical value data program transmitted from the program input part 2; and an interpreter program 6 for interpreting the numerical value data program stored in the data storage part 5 by each command and executing the same. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

この発明は、プログラマブルロジックコントローラを備える制御システムおよび制御方法に関するものである。   The present invention relates to a control system including a programmable logic controller and a control method.

生産設備等を制御する制御装置として、従来、プログラマブルロジックコントローラ(以下、PLCという。)が知られている(例えば、特許文献1参照。)。従来のPLCは、ラダー言語で記述されたソースプログラムを直接実行するよう構成されている。   Conventionally, a programmable logic controller (hereinafter referred to as PLC) is known as a control device for controlling production facilities and the like (for example, see Patent Document 1). A conventional PLC is configured to directly execute a source program written in a ladder language.

一方、直感的に理解しやすく習熟に多くの時間を要しない言語として、ベーシックをはじめとしたインタプリタ言語が知られている(例えば、特許文献2参照。)。インタプリタ言語は、人間にとって理解しやすい文字列からなるソースプログラムを実行時に解釈して実行する言語である。
特開2004−265060号公報 特開平7−84795号公報
On the other hand, interpreter languages such as basic are known as languages that are easy to understand intuitively and do not require much time for learning (see, for example, Patent Document 2). The interpreter language is a language that interprets and executes a source program composed of character strings that are easy for humans to understand.
JP 2004-265060 A JP-A-7-84795

しかしながら、ラダー言語は記号言語であるため、直感的に理解し難く、習熟に時間がかかるという問題がある。
また、ラダー言語はPLCメーカ毎に相違する部分があるため、1つのPLCにおいて動作可能なソースプログラムをそのまま他のPLCに移植しても十分に作動させることができない場合もある。
However, since the ladder language is a symbolic language, there is a problem that it is difficult to understand intuitively and takes time to learn.
Further, since the ladder language differs depending on the PLC manufacturer, there may be a case where a source program operable in one PLC cannot be operated sufficiently even if it is transplanted to another PLC as it is.

また、インタプリタ言語は、文字列により構成されているので、ラダー言語と比較して直感的に理解でき、習熟に多くの時間を有しないという利点があるが、既存のインタプリタ言語をそのまま適用したのでは、PLCにおけるメモリ容量に限界があること、PLCの動作速度が低下すること等の問題がある。   In addition, because the interpreter language is composed of character strings, it has the advantage that it can be understood intuitively compared to the ladder language and does not have much time to learn, but the existing interpreter language is applied as it is. However, there are problems such as a limited memory capacity in the PLC and a decrease in the operation speed of the PLC.

本発明は上述した事情に鑑みてなされたものであって、ソースプログラムの作成を容易にし、PLCにおけるメモリ容量を低減し、かつ、実行に要する時間を短縮することができる制御システムおよび制御方法を提供することを目的としている。   The present invention has been made in view of the above-described circumstances, and provides a control system and a control method that facilitate the creation of a source program, reduce the memory capacity in the PLC, and reduce the time required for execution. It is intended to provide.

上記目的を達成するために、本発明は以下の手段を提供する。
本発明は、文字列からなるソースプログラムが入力されるプログラム入力部と、ラダー言語で動作するPLCとを備え、プログラム入力部が、入力されたソースプログラムを、該ソースプログラムの各コマンドを数値データにより記述した数値データプログラムに変換する数値データ変換部を備え、PLCが、前記プログラム入力部から送信された数値データプログラムを記憶するデータ記憶部と、該データ記憶部に記憶された数値データプログラムをコマンド毎に解釈して実行するインタプリタプログラムとを備える制御システムを提供する。
In order to achieve the above object, the present invention provides the following means.
The present invention includes a program input unit to which a source program made up of character strings is input and a PLC that operates in a ladder language, and the program input unit inputs the input source program and each command of the source program to numerical data. A numerical data conversion unit for converting into a numerical data program described in the above, a PLC storing a numerical data program transmitted from the program input unit, and a numerical data program stored in the data storage unit A control system including an interpreter program that interprets and executes each command is provided.

本発明によれば、プログラム入力部にソースプログラムが入力されると、数値データ変換部の作動によりソースプログラムの各コマンドを数値データにより記述した数値データプログラムが作成される。
作成された数値データプログラムは、プログラム入力部からPLCに送信され、データ記憶部に記憶される。そして、PLCにおいては、データ記憶部に記憶された数値データプログラムがインタプリタプログラムの作動によりコマンド毎に解釈されて実行される。
According to the present invention, when a source program is input to the program input unit, a numerical data program in which each command of the source program is described by numerical data is created by the operation of the numerical data conversion unit.
The created numerical data program is transmitted from the program input unit to the PLC and stored in the data storage unit. In the PLC, the numerical data program stored in the data storage unit is interpreted and executed for each command by the operation of the interpreter program.

この場合において、作業者は、プログラム入力部に、文字列からなるソースプログラムを入力するだけで、そのソースプログラムに含まれるコマンドをPLCに実行させることができるので、習熟が容易である。したがって、ソースプログラムを容易に入力することができる。また、PLCは、文字列からなるソースプログラムをそのまま解釈するのではなく、数値データ変換部によって変換された数値データプログラムを解釈するので、データ記憶部のメモリ容量が少なくて済み、かつ、実行に要する時間を短縮することができる。   In this case, since the operator can cause the PLC to execute a command included in the source program simply by inputting the source program consisting of a character string into the program input unit, it is easy to master. Therefore, the source program can be easily input. In addition, the PLC interprets the numerical data program converted by the numerical data conversion unit rather than interpreting the source program consisting of character strings as it is, so that the memory capacity of the data storage unit can be reduced and can be executed. The time required can be shortened.

上記発明においては、前記ソースプログラムが、実行順に並ぶ複数のコマンドを備え、前記数値データプログラムが、前記ソースプログラムのコマンド順に配列されていることが好ましい。
ソースプログラムが、実行順に並ぶコマンドを備えることで、ソースプログラムの作成が容易となる。また、数値データプログラムもソースプログラムのコマンド順に配列することで、ソースプログラムと数値データプログラムとの対応付けを容易にすることができる。したがって、PLCにおいて現在実行しているコマンドをプログラム入力部においても容易に追跡し確認することが可能となる。
In the above invention, it is preferable that the source program includes a plurality of commands arranged in the execution order, and the numerical data program is arranged in the command order of the source program.
Since the source program has commands arranged in the order of execution, the source program can be easily created. Further, by arranging the numerical data programs in the order of the commands of the source program, the association between the source program and the numerical data program can be facilitated. Therefore, it is possible to easily trace and check the command currently being executed in the PLC even in the program input unit.

また、上記発明においては、前記数値データプログラムの各コマンドが、該コマンドを構成する数値データのデータ数を数値データの1つとして備えるとともに、データ記憶部上における先頭メモリアドレスにより指定されることが好ましい。
インタプリタ言語は、通常、コマンド毎に行番号を備え、その行番号を手がかりとして分岐等することが可能であるが、コマンドに行番号を備えると、その分、データ記憶部にメモリ容量を必要とする。この発明によれば、行番号に代えて、先頭メモリアドレスによりコマンドを指定するので、必要なメモリ容量を低減することができる。そして、コマンドを実行順に並べることにより、コマンドが分岐を行うコマンドである場合にのみ、分岐先の先頭メモリアドレスにより分岐先を指定し、それ以外の場合には、配列順に実行することでアドレス指定を不要とすることができる。
Further, in the above invention, each command of the numerical data program includes the number of numerical data constituting the command as one of the numerical data, and is designated by a head memory address on the data storage unit. preferable.
The interpreter language usually has a line number for each command and can branch using the line number as a clue. However, if the command is provided with a line number, the memory capacity of the data storage unit is required accordingly. To do. According to the present invention, since a command is designated by a head memory address instead of a line number, a necessary memory capacity can be reduced. And by arranging the commands in the order of execution, only when the command is a command to branch, specify the branch destination by the first memory address of the branch destination, otherwise, specify the address by executing in the array order Can be made unnecessary.

また、本発明は、文字列からなるソースプログラムを入力し、入力されたソースプログラムを、該ソースプログラムの各コマンドを数値データにより記述した数値データプログラムに変換し、変換された数値データプログラムをPLCに送信し、送信されてきた数値データプログラムを記憶し、記憶された数値データプログラムを、インタプリタプログラムによりコマンド毎に解釈して実行する制御方法を提供する。   Also, the present invention inputs a source program consisting of character strings, converts the input source program into a numerical data program in which each command of the source program is described by numerical data, and converts the converted numerical data program to PLC. A control method is provided in which a numerical data program transmitted is stored, the transmitted numerical data program is stored, and the stored numerical data program is interpreted and executed for each command by an interpreter program.

本発明によれば、作業者は、文字列からなるソースプログラムを入力するだけで、そのソースプログラムに含まれるコマンドをPLCに実行させることができるので、習熟が容易である。したがって、ソースプログラムを容易に入力することができる。また、PLCは、文字列からなるソースプログラムをそのまま解釈するのではなく、数値データに変換された数値データプログラムを解釈するので、データ記憶部のメモリ容量が少なくて済み、かつ、実行に要する時間を短縮することができる。   According to the present invention, since the operator can cause the PLC to execute the commands included in the source program simply by inputting the source program consisting of the character string, it is easy to master. Therefore, the source program can be easily input. In addition, the PLC does not interpret the source program consisting of character strings as it is, but interprets the numerical data program converted into numerical data, so that the memory capacity of the data storage unit can be reduced and the time required for execution is reduced. Can be shortened.

上記発明においては、前記数値データプログラムが、前記ソースプログラムのコマンド順に配列され、前記数値データプログラムの各コマンドが、該コマンドを構成する数値データのデータ数を数値データの1つとして備えるとともに、データ記憶部上における先頭メモリアドレスにより指定されることとしてもよい。
この発明によれば、インタプリタプログラムが、行番号に代えて、先頭メモリアドレスによりコマンドを指定するので、必要なメモリ容量を低減することができる。そして、コマンドを実行順に並べることにより、コマンドが分岐を行うコマンドである場合にのみ、分岐先の先頭メモリアドレスにより分岐先を指定し、それ以外の場合には、配列順に実行することでアドレス指定を不要とすることができる
In the above invention, the numerical data program is arranged in the order of commands of the source program, and each command of the numerical data program includes the number of numerical data constituting the command as one of the numerical data, and data It may be designated by the top memory address on the storage unit.
According to the present invention, since the interpreter program designates a command by the head memory address instead of the line number, the required memory capacity can be reduced. And by arranging the commands in the order of execution, only when the command is a command to branch, specify the branch destination by the first memory address of the branch destination, otherwise, specify the address by executing in the array order Can be made unnecessary

本発明によれば、ソースプログラムの作成を容易にすることができるとともに、PLCにおけるメモリ容量を低減し、かつ、実行に要する時間を短縮することができるという効果を奏する。   According to the present invention, it is possible to easily create a source program, to reduce the memory capacity in the PLC, and to shorten the time required for execution.

以下、本発明の一実施形態に係る制御システムおよび制御方法について、図1〜図3を参照して以下に説明する。
本実施形態に係る制御システム1は、図1に示されるように、プログラム入力部2とラダー言語で作動するPLC3とを備えている。
Hereinafter, a control system and a control method according to an embodiment of the present invention will be described with reference to FIGS.
As shown in FIG. 1, the control system 1 according to the present embodiment includes a program input unit 2 and a PLC 3 that operates in a ladder language.

プログラム入力部2は、外部において作成されたソースプログラムが入力され、あるいは、キーボード入力等によってソースプログラムを入力される。ソースプログラムは、プログラム作成者に理解しやすい言語が使用され、文字列により構成されている。
プログラム入力部2には、入力された文字列からなるソースプログラムを数値データにより記述した数値データプログラムに変換する数値データ変換部4が備えられている。
The program input unit 2 receives an externally created source program, or receives a source program by keyboard input or the like. The source program uses a language that can be easily understood by the program creator, and is composed of character strings.
The program input unit 2 includes a numerical data conversion unit 4 that converts a source program composed of an input character string into a numerical data program described by numerical data.

また、PLC3には、プログラム入力部2から送られてきた数値データプログラムを記憶するデータ記憶部5と、該データ記憶部5に記憶されている数値データプログラムをコマンド毎に解釈して実行するインタプリタ部(インタプリタプログラム)6とが備えられている。
プログラム入力部2の数値データ変換部4により作成され、PLC3のデータ記憶部5に記憶される数値データプログラムは、例えば、図3に示されるように、ソースプログラムを構成している各コマンド毎に1行ずつ作成されたプログラムであって、各行のデータ数Aと、コマンドを示す番号Bと、コマンドに使用する変数Cとを備えている。また、1行目に示されるように、条件によってジャンプが必要な場合には、飛び先Dが指定されている。
The PLC 3 includes a data storage unit 5 that stores the numerical data program sent from the program input unit 2, and an interpreter that interprets and executes the numerical data program stored in the data storage unit 5 for each command. Section (interpreter program) 6.
The numerical data program created by the numerical data conversion unit 4 of the program input unit 2 and stored in the data storage unit 5 of the PLC 3 is, for example, for each command constituting the source program, as shown in FIG. The program is created line by line, and includes a data number A for each line, a number B indicating a command, and a variable C used for the command. Further, as shown in the first line, when a jump is necessary depending on the condition, a jump destination D is designated.

各行を飛び先Dとして指定するために、データ記憶部5上における先頭メモリアドレスが用いられている。例えば、先頭メモリアドレスが「100」であり、1行目のデータ数Aが「6」である場合には、1行目のデータ数Aの欄に「6」が記入され、2行目のアドレスは「106」と指定できるようになっている。さらに2行目のデータ数Aが「3」である場合には、2行目のデータ数Aの欄に「3」が記入され、3行目のアドレスが「109」と指定できるようになっている。   In order to designate each row as the jump destination D, the top memory address on the data storage unit 5 is used. For example, when the top memory address is “100” and the data number A in the first row is “6”, “6” is entered in the column of the data number A in the first row, The address can be designated as “106”. Further, when the data number A in the second row is “3”, “3” is entered in the data number A column in the second row, and the address in the third row can be designated as “109”. ing.

また、数値データプログラムは、原則としてその実行順に行が並んでいる。したがって、飛び先Dが指定されていない行の実行後にはその次の行のコマンドBが実行されるようになっている。
前記インタプリタ部6は、データ記憶部5に記憶されている数値データプログラムを1行ずつ解釈して実行するように構成されている。
As a general rule, the numerical data program is lined up in the order of execution. Therefore, after execution of a line for which the jump destination D is not specified, the command B on the next line is executed.
The interpreter unit 6 is configured to interpret and execute the numerical data program stored in the data storage unit 5 line by line.

このように構成された本実施形態に係る制御システム1によれば、図2に示されるように、プログラム入力部2において、ソースプログラムが作成または入力され(S1)、プログラム入力部2内の数値データ変換部4の作動により数値データプログラムに変換される(S2)。変換された数値データプログラムはPLC3に送信され(S3)、PLC3によって受信(S4)された数値データプログラムはデータ記憶部5に記憶される。その後、インタプリタ部6の作動により、データ記憶部5に記憶されている数値データプログラムが、コマンドB毎に解釈されて実行されることになる(S5)。   According to the control system 1 according to the present embodiment configured as described above, as shown in FIG. 2, a source program is created or input in the program input unit 2 (S 1), and the numerical values in the program input unit 2 are obtained. It is converted into a numerical data program by the operation of the data converter 4 (S2). The converted numerical data program is transmitted to the PLC 3 (S3), and the numerical data program received by the PLC 3 (S4) is stored in the data storage unit 5. Thereafter, the numerical data program stored in the data storage unit 5 is interpreted and executed for each command B by the operation of the interpreter unit 6 (S5).

本実施形態に係る制御システム1によれば、プログラム入力部2内に数値データ変換部4を備えているので、プログラム作成者は、理解し易い文字列からなるソースプログラムを入力することができる。また、PLC3のデータ記憶部5に記憶される数値データプログラムは、ソースプログラムのコマンドB順に配列された複数の行により構成されているので、ソースプログラムと数値データプログラムとの対応付けを容易にすることができ、PLC3において現在実行しているコマンドBをプログラム入力部2においても容易に追跡し確認することができる。   According to the control system 1 according to the present embodiment, since the numerical data conversion unit 4 is provided in the program input unit 2, the program creator can input a source program made up of easily understandable character strings. Further, the numerical data program stored in the data storage unit 5 of the PLC 3 is composed of a plurality of rows arranged in the order of the command B of the source program, so that the source program and the numerical data program can be easily associated with each other. The command B currently being executed in the PLC 3 can also be easily traced and confirmed in the program input unit 2.

また、インタプリタ部6が解釈して実行する数値データプログラムをソースプログラムのコマンドB順に配列することで、各行が飛び先Dのアドレスを備えておく必要がなく、データ記憶部5におけるメモリ容量を減らすことができる。さらに、本実施形態によれば、数値データプログラムが、行番号に代えて、先頭メモリアドレスによりコマンドBを指定するので、必要なメモリ容量をさらに低減することができる。   Further, by arranging the numerical data programs that are interpreted and executed by the interpreter unit 6 in the order of the command B of the source program, it is not necessary for each row to have the address of the jump destination D, and the memory capacity in the data storage unit 5 is reduced. be able to. Furthermore, according to the present embodiment, since the numerical data program designates the command B by the head memory address instead of the line number, the necessary memory capacity can be further reduced.

また、インタプリタ部6が、ソースプログラムを直接解釈して実行するのではなく、数値データに変換された数値データプログラムを解釈して実行するので、データ記憶部5のメモリ容量が少なくて済み、かつ、実行に要する時間を短縮することができる。
このように、本実施形態に係る制御システム1によれば、数値データ変換部4を備えることにより、異なる開発環境で開発されたソースプログラムを、インタプリタ部6により解釈可能な数値データプログラムに変換でき、異なるPLC3間でプログラムを標準化することができる。また、数値データプログラムはコマンド順に配列され順次実行するよう記述されているので、プログラムの開発効率や保守性を向上することができる。さらに、インタプリタ部6が飛び先を検索することなく実行できるので、処理を高速化することができるという利点がある。
Further, since the interpreter unit 6 interprets and executes the numerical data program converted into numerical data instead of directly interpreting and executing the source program, the memory capacity of the data storage unit 5 can be reduced, and The time required for execution can be shortened.
As described above, according to the control system 1 according to the present embodiment, by providing the numerical data conversion unit 4, a source program developed in a different development environment can be converted into a numerical data program that can be interpreted by the interpreter unit 6. The program can be standardized between different PLCs 3. Further, the numerical data program is arranged in the order of commands and is described to be executed sequentially, so that the development efficiency and maintainability of the program can be improved. Furthermore, since the interpreter unit 6 can execute without searching for a jump destination, there is an advantage that the processing can be speeded up.

本発明の一実施形態に係る制御システムを示す全体構成図である。It is a whole lineblock diagram showing the control system concerning one embodiment of the present invention. 本発明の制御方法を説明するフローチャートである。It is a flowchart explaining the control method of this invention. 図1の制御システムのPLCのデータ記憶部に記憶される数値データプログラムの一例を示す図である。It is a figure which shows an example of the numerical data program memorize | stored in the data storage part of PLC of the control system of FIG.

符号の説明Explanation of symbols

1 制御システム
2 プログラム入力部
3 PLC(プログラマブルロジックコントローラ)
4 数値データ変換部
5 データ記憶部
6 インタプリタ部(インタプリタプログラム)
A データ数
DESCRIPTION OF SYMBOLS 1 Control system 2 Program input part 3 PLC (programmable logic controller)
4 Numerical data conversion unit 5 Data storage unit 6 Interpreter unit (interpreter program)
A Number of data

Claims (5)

文字列からなるソースプログラムが入力されるプログラム入力部と、
ラダー言語で動作するプログラマブルロジックコントローラとを備え、
プログラム入力部が、入力されたソースプログラムを、該ソースプログラムの各コマンドを数値データにより記述した数値データプログラムに変換する数値データ変換部を備え、
プログラマブルロジックコントローラが、前記プログラム入力部から送信された数値データプログラムを記憶するデータ記憶部と、該データ記憶部に記憶された数値データプログラムをコマンド毎に解釈して実行するインタプリタプログラムとを備える制御システム。
A program input section for inputting a source program consisting of character strings;
With a programmable logic controller that operates in ladder language,
The program input unit includes a numerical data conversion unit that converts the input source program into a numerical data program in which each command of the source program is described by numerical data,
A control including a programmable logic controller that stores a numerical data program transmitted from the program input unit, and an interpreter program that interprets and executes the numerical data program stored in the data storage unit for each command. system.
前記ソースプログラムが、実行順に並ぶ複数のコマンドを備え、
前記数値データプログラムが、前記ソースプログラムのコマンド順に配列されている請求項1に記載の制御システム。
The source program comprises a plurality of commands arranged in the order of execution,
The control system according to claim 1, wherein the numerical data programs are arranged in the order of commands of the source program.
前記数値データプログラムの各コマンドが、該コマンドを構成する数値データのデータ数を数値データの1つとして備えるとともに、データ記憶部上における先頭メモリアドレスにより指定される請求項1に記載の制御システム。   2. The control system according to claim 1, wherein each command of the numerical data program includes the number of numerical data constituting the command as one of the numerical data, and is designated by a head memory address on the data storage unit. 文字列からなるソースプログラムを入力し、
入力されたソースプログラムを、該ソースプログラムの各コマンドを数値データにより記述した数値データプログラムに変換し、
変換された数値データプログラムをプログラマブルロジックコントローラに送信し、
送信されてきた数値データプログラムを記憶し、
記憶された数値データプログラムを、インタプリタプログラムによりコマンド毎に解釈して実行する制御方法。
Enter a source program consisting of character strings,
The input source program is converted into a numerical data program in which each command of the source program is described by numerical data,
Send the converted numeric data program to the programmable logic controller,
Store the numerical data program that has been sent,
A control method for interpreting and executing a stored numerical data program for each command by an interpreter program.
前記数値データプログラムが、前記ソースプログラムのコマンド順に配列され、
前記数値データプログラムの各コマンドが、該コマンドを構成する数値データのデータ数を数値データの1つとして備えるとともに、データ記憶部上における先頭メモリアドレスにより指定される請求項4に記載の制御方法。
The numerical data programs are arranged in the order of commands of the source program;
5. The control method according to claim 4, wherein each command of the numerical data program includes the number of numerical data constituting the command as one of the numerical data, and is specified by a head memory address on the data storage unit.
JP2005044841A 2005-02-21 2005-02-21 Control system and control method Expired - Fee Related JP4443436B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005044841A JP4443436B2 (en) 2005-02-21 2005-02-21 Control system and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005044841A JP4443436B2 (en) 2005-02-21 2005-02-21 Control system and control method

Publications (2)

Publication Number Publication Date
JP2006235660A true JP2006235660A (en) 2006-09-07
JP4443436B2 JP4443436B2 (en) 2010-03-31

Family

ID=37043281

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005044841A Expired - Fee Related JP4443436B2 (en) 2005-02-21 2005-02-21 Control system and control method

Country Status (1)

Country Link
JP (1) JP4443436B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809499A (en) * 2012-11-14 2014-05-21 财团法人资讯工业策进会 Remote monitoring system and method
CN104977892A (en) * 2014-04-10 2015-10-14 株式会社捷太格特 Programming assist device for programmable logic controller program and programming assist method for the program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809499A (en) * 2012-11-14 2014-05-21 财团法人资讯工业策进会 Remote monitoring system and method
CN103809499B (en) * 2012-11-14 2016-10-05 财团法人资讯工业策进会 remote monitoring system and method
CN104977892A (en) * 2014-04-10 2015-10-14 株式会社捷太格特 Programming assist device for programmable logic controller program and programming assist method for the program
EP2930574A2 (en) 2014-04-10 2015-10-14 Jtekt Corporation Programming assist device for programmable logic controller program and programming assist method for the program
EP2930574A3 (en) * 2014-04-10 2015-11-25 Jtekt Corporation Programming assist device for programmable logic controller program and programming assist method for the program
US9921565B2 (en) 2014-04-10 2018-03-20 Jtekt Corporation Programming assist device for programmable logic controller program and programming assist method for the program
CN104977892B (en) * 2014-04-10 2019-03-26 株式会社捷太格特 Device and creation support method are supported in the creation of programmable logic controller (PLC) program

Also Published As

Publication number Publication date
JP4443436B2 (en) 2010-03-31

Similar Documents

Publication Publication Date Title
JP6065008B2 (en) Control device
JPH0772920A (en) Method and device for controlling fa system
US20180373218A1 (en) Device and method for common type conversion of plc control program
JP3819639B2 (en) Programming device
US20190196798A1 (en) Executable program creation device, executable program creation method, and executable program creation program
JP2008097424A (en) Engineering tool
CN107615191B (en) Debugging apparatus and adjustment method
JP4443436B2 (en) Control system and control method
WO2012104959A1 (en) Motion sfc program component creation device
KR101230563B1 (en) Sequence control device using decision table, program creation device and interpreter execution engine
JP2010033500A (en) Gui data conversion system and gui data conversion method
JP7338922B2 (en) Method and apparatus for processing and executing heterogeneous embedded tabularized motion processes
JP4005605B2 (en) Vehicle quality analysis system, multiple data management method and program thereof
JP2006301765A (en) Maintenance device of control unit
JP4628169B2 (en) User program search device and program applied thereto
JP2009163524A (en) Arithmetic processing unit
JP6452826B2 (en) Factory automation system and remote server
JP2003303100A (en) Information processing system, method for constructing information processing system, and program therefor
JP3910184B2 (en) Sequence program editing device
JP5224926B2 (en) Engineering tools
JP7477027B1 (en) Information processing device, information processing method, and program
JP2007133622A (en) Engineering tool and program conversion method
JP2018156214A (en) SFC program creation support apparatus, SFC program creation support program, and SFC program creation method
WO2023119519A1 (en) Fa control test assistance program, fa control test assistance device, fa control test assistance method, and fa control test assistance system
JP2006276955A (en) Programmable controller, and its programming tool

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071019

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090901

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091102

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)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100112

R150 Certificate of patent or registration of utility model

Ref document number: 4443436

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130122

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140122

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees