JPH0628014A - Sfc programming device - Google Patents
Sfc programming deviceInfo
- Publication number
- JPH0628014A JPH0628014A JP18128692A JP18128692A JPH0628014A JP H0628014 A JPH0628014 A JP H0628014A JP 18128692 A JP18128692 A JP 18128692A JP 18128692 A JP18128692 A JP 18128692A JP H0628014 A JPH0628014 A JP H0628014A
- Authority
- JP
- Japan
- Prior art keywords
- graphic
- page
- sfc
- continuation
- program
- 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
Links
Landscapes
- Programmable Controllers (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、SFC命令語体系を用
いてプログラムを作成するSFCプログラミング装置に
関し、さらに詳しくは、複数ページにまたがったプログ
ラムの継続を定義するシンボル及び命令を有して、その
シンボルを記述し、その命令を記憶するSFCプログラ
ミング装置にに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an SFC programming device for creating a program using the SFC command system, and more particularly, to a symbol and command for defining continuation of a program over a plurality of pages, It relates to an SFC programming device that describes the symbol and stores the instruction.
【0002】[0002]
【従来の技術】従来より、現場においては、制御すべき
様々な情報例えばベルトコンベアの出口を通過した製品
が所定数量に達した等の物量的情報、或いは裁断機が稼
動中であるときに危険域に移動物を検出した等の論理的
情報等がある。それら様々な情報に応じて所定の出力制
御(シーケンス制御)を行うものとしてプログラマブル
コントローラ(以下、PCと称する)が広く用いられて
いる。2. Description of the Related Art Conventionally, in the field, various information to be controlled, for example, physical quantity information such as a predetermined quantity of products passing through the exit of a belt conveyor, or danger when a cutting machine is operating. There is logical information such as detection of a moving object in the area. A programmable controller (hereinafter referred to as a PC) is widely used as a device for performing a predetermined output control (sequence control) according to the various information.
【0003】このPCのプログラミング方法は、従来コ
ンピュータに関してはハードウエア、ソフトウエア共に
疎遠であったユーザにとって、PCがコンピュータであ
ることを意識することなく容易にプログラムを構築でき
るようにするというPC開発当初からの目的に基づい
て、通常は、コンピュータプログラミングとは全く異な
る記述形式を伴う。例えば図5に示すように、一般に
は、PC化以前から現場で用いられていた接点(スイッ
チ)51、52やコイル(リレー)53等のシンボルマ
ークによるリレー回路の展開接続図が用いられる。This PC programming method is a PC development that allows a user, who has conventionally been distant from both hardware and software with respect to a computer, to easily build a program without being aware that the PC is a computer. Based on its original purpose, it usually involves a completely different form of description than computer programming. For example, as shown in FIG. 5, generally, an expanded connection diagram of a relay circuit using symbol marks such as contacts (switches) 51 and 52 and coils (relays) 53 that have been used in the field before the PC was used.
【0004】そして、近年では、シーケンシャル・ファ
ンクション・チャート(以下、SFCと称する)という
PC専用のプログラム記述形式が注目されている。この
記述形式は、PCの制御動作を分かり易く図形表示する
ことを可能にしたプログラム言語であり、例えば図6に
示すように、上記リレー回路図がステップ(A、B又は
C)と呼ばれる記述部と、トランジション(T1又はT
2)と呼ばれる記述部とに交互に配置され、リンク61
で連結されながら記述されるものである。ステップA、
B又はCは制御対象となる各工程の入出力群を表し、ト
ランジションT1又はT2は、次に続くステップの選択
条件を表している。In recent years, a PC-specific program description format called a sequential function chart (hereinafter referred to as SFC) has received attention. This description format is a programming language that makes it possible to graphically display the control operation of the PC in an easy-to-understand manner. For example, as shown in FIG. 6, the above described relay circuit diagram is called a step (A, B or C). And transition (T1 or T
2) are alternately arranged in the description part called as a link 61
It is described while being linked by. Step A,
B or C represents the input / output group of each process to be controlled, and the transition T1 or T2 represents the selection condition of the next subsequent step.
【0005】このSFC記述のステップとトランジショ
ンを構成するリレー回路図形(以下単に、SFC図形と
称する)はSFCプログラミング装置によりプログラム
コードに変換されPCに格納される。その格納されるプ
ログラムコードは、一般にプログラム言語といわれてい
るようなPC内部でそのまま実行できるマシンコードで
はなく、PCが解析しやすいコード(以下、中間コード
と称す)に変換されているだけのものである。A relay circuit figure (hereinafter simply referred to as an SFC figure) that constitutes the steps and transitions of the SFC description is converted into a program code by the SFC programming device and stored in the PC. The stored program code is not machine code that can be executed as it is inside a PC, which is generally called a programming language, but is simply converted into a code that can be easily analyzed by the PC (hereinafter referred to as an intermediate code). Is.
【0006】この中間コードの基本構造は「(F op
1 op2 ・・・ opn)」の形になっている。S
FC図形そのものが作用型(関数型)プログラムである
ことから、これから変換された中間コードの構造もまた
関数型言語である。上記基本構造の「(」は命令の始ま
り、「F」は命令の名称、「)」は命令の終わりであ
る。また、op1、op2等は命令のオペランドであ
り、これらが更に命令となり得るものである。The basic structure of this intermediate code is "(F op
1 op2 ... Opn) ". S
Since the FC figure itself is an action type (function type) program, the structure of the intermediate code converted from this is also a function type language. In the above basic structure, “(” is the start of an instruction, “F” is the name of the instruction, and “)” is the end of the instruction. Also, op1, op2, etc. are operands of the instruction, and these can be further instructions.
【0007】図7(a),(b) は、上記PCに格納される中
間コードの一例である。同図(a) に3ページに分割され
て格納されている中間コードS71、S72及びS73
を示し、同図(b) に上記1ページ目の中間コードS71
の2行目のみを示す。同図の「(TRAS」はトランジ
ション命令の始まりを表し、第1オペランド「T1」は
遷移条件を、第2オペランド「(_ A)」は入力ステ
ップ群を、第3オペランド「(_ B)」は出力ステッ
プ群をそれぞれ表し、最後の「)」はトランジション命
令の終りを表す。上記トランジション命令は、第1オペ
ランドの遷移条件がオンであるときは、第2オペランド
の入力ステップがオンで且つ第3オペランドの出力ステ
ップがオフである場合に入力ステップをオフとし出力ス
テップをオンにする。即ちこのとき次に続くステップが
選択される。このように、SFC図形で記述されるプロ
グラムは、トランジション命令によって、次に続くステ
ップの選択/非選択が決定されながら進行する。FIGS. 7A and 7B are examples of intermediate codes stored in the PC. The intermediate codes S71, S72, and S73 stored in the same figure as (3) are divided into three pages.
The intermediate code S71 of the first page is shown in FIG.
Only the second line of is shown. In the figure, “(TRAS) represents the beginning of a transition instruction, the first operand“ T1 ”represents a transition condition, the second operand“ (_A) ”represents an input step group, and the third operand“ (_B) ”. Represents the output step group, and the final ")" represents the end of the transition instruction. The transition instruction turns the input step off and the output step on when the transition condition of the first operand is on and when the input step of the second operand is on and the output step of the third operand is off. To do. That is, at this time, the next subsequent step is selected. In this way, the program described by the SFC graphic proceeds while the selection / non-selection of the next subsequent step is determined by the transition instruction.
【0008】このような中間コードに変換されて用いら
れるSFC記述のプログラムは、PCのユーザ(オペレ
ータ)が、SFCプログラミング装置によりSFC図形
を作成することにより記述・入力される。The SFC description program used after being converted into such an intermediate code is described and input by a PC user (operator) creating an SFC figure by an SFC programming device.
【0009】上記のプログラミング装置は、通常、例え
ば図8に示すように、命令記憶部81、ページ切換部8
2、図形変換部83、図形記憶部84、表示変換部8
5、表示部86、入力部87及びページ指定部88から
構成される。図形記憶部84は線データ、図形データ等
からなる各種SFC図形情報を予め記憶しているROM
(Read Only Memory)部と入力情報を記憶するワーク領域
を有している。The above-mentioned programming device usually has an instruction storage unit 81 and a page switching unit 8 as shown in FIG.
2, graphic conversion unit 83, graphic storage unit 84, display conversion unit 8
5, a display unit 86, an input unit 87, and a page designation unit 88. The graphic storage unit 84 is a ROM in which various SFC graphic information such as line data and graphic data are stored in advance.
It has a (Read Only Memory) section and a work area for storing input information.
【0010】そして、オペレータがプログラムを作成す
る場合、まず、入力部87からSFC図形情報を1ペー
ジ分キー入力する。記憶部84は、そのキー入力により
指示されたSFC図形情報をROM部から読み出して座
標情報等と共にワーク領域に記憶する。表示変換部85
は、記憶部84に記憶された上記SFC図形情報を読み
出してドットイメージの表示形式すなわちSFC図形に
変換する。表示部86は上記表示形式に変換されたSF
C図形をディスプレイ装置等に表示する(図9のZ91
参照)。このようにしてプログラムが記述される。When the operator creates the program, first, the SFC graphic information for one page is keyed from the input section 87. The storage unit 84 reads the SFC graphic information designated by the key input from the ROM unit and stores it in the work area together with the coordinate information and the like. Display conversion unit 85
Reads the SFC graphic information stored in the storage unit 84 and converts it into a dot image display format, that is, an SFC graphic. The display unit 86 displays the SF converted into the above display format.
Display the C figure on a display device or the like (Z91 in FIG. 9).
reference). The program is written in this way.
【0011】上記表示・記述されたSFC図形の図形記
憶部84に記憶された図形情報は、図形変換部83によ
って読み出されて中間コードに変換される。その変換さ
れた中間コードは、ページ切換部82によりページ命令
「PAGE」を付加されて命令記憶部81に格納され
る。このようにして、記述されたプログラムが入力され
る。The graphic information stored in the graphic storage unit 84 of the displayed and described SFC graphic is read by the graphic conversion unit 83 and converted into an intermediate code. The page code “PAGE” is added to the converted intermediate code by the page switching unit 82 and stored in the command storage unit 81. In this way, the written program is input.
【0012】そして、オペレータは、表示部86により
ディスプレイ装置に表示されたSFC図形Z91、Z9
2、Z93等を確認しながらプログラムを1ページ毎に
順次記述するということを繰り返す(図9参照)。記憶
部81には、上記SFC図形Z91、Z92及びZ93
から変換された中間コードS71、S72及び73が、
ページ命令「PAGE」を付加されて順次格納される
(図8及び図7(a) 参照)。Then, the operator operates the SFC graphics Z91 and Z9 displayed on the display device by the display unit 86.
The program is sequentially described page by page while checking 2, Z93, etc. (see FIG. 9). The storage unit 81 stores the SFC figures Z91, Z92 and Z93.
The intermediate codes S71, S72 and 73 converted from
The page command “PAGE” is added and sequentially stored (see FIGS. 8 and 7 (a)).
【0013】また、オペレータは、上記中間コードの形
で命令記憶部81に格納されたプログラムを、トレース
等のためにディスプレイ装置に表示させようとする場合
は、ページ指定部88から表示したいプログラムのペー
ジ番号を入力する。ページ切換部82により、その入力
されたページ番号に対応する順位の「PAGE」命令を
有する中間コードが命令記憶部81から読み出される。
つぎに、その読み出された中間コードが図形変換部83
により図形情報に変換され、その図形情報が図形記憶部
84に記憶される。そして、プログラム作成の場合と同
様に、表示変換部85がその図形情報を読み出して表示
形式に変換し、その表示形式に変換されたSFC図形を
表示部86がディスプレイ装置に表示する。表示部86
にはプリンタも接続でき、オペレータは、上記ディスプ
レイ装置に表示されたSFC図形を印刷することも可能
である。When the operator wants to display the program stored in the instruction storage unit 81 in the form of the intermediate code on the display device for tracing or the like, the operator of the program to be displayed from the page designating unit 88 is selected. Enter the page number. The page switching unit 82 reads the intermediate code having the “PAGE” command in the order corresponding to the input page number from the command storage unit 81.
Next, the read intermediate code is converted into the graphic conversion unit 83.
Are converted into graphic information, and the graphic information is stored in the graphic storage unit 84. Then, as in the case of creating the program, the display conversion unit 85 reads the graphic information and converts it into a display format, and the display unit 86 displays the SFC graphic converted into the display format on the display device. Display unit 86
A printer can be connected to the printer, and the operator can print the SFC graphic displayed on the display device.
【0014】[0014]
【発明が解決しようとする課題】上述したように、オペ
レータが従来のSFCプログラミング装置で、複数ペー
ジにわたってSFC図形を記述した場合、それから変換
される中間コードによるプログラムでは、ページを構成
する中間コード命令群の先頭にページ命令「PAGE」
が付加されて命令記憶部81に格納される。したがっ
て、オペレータは、一旦入力した上記複数ページにわた
るSFC図形を、確認、変更、修正等のために呼び出し
て、ふたたび表示装置等に表示させる場合、任意のペー
ジを指定して表示させることができる。As described above, when the operator writes an SFC graphic over a plurality of pages with the conventional SFC programming device, the intermediate code command that is converted from the intermediate code instructions that form the page is used in the program. Page command "PAGE" at the top of the group
Is added and stored in the instruction storage unit 81. Therefore, when the operator calls up the SFC graphic over the plurality of pages once input for confirmation, change, correction, etc., and again displays it on the display device or the like, the operator can designate and display an arbitrary page.
【0015】しかしながら、上記従来のSFC図形で
は、例えば図9の2ページ目のSFC図形Z92の最終
出力であるステップFが、3ページ目のSFC図形Z9
3の最初の入力であるステップFになっていて、2ペー
ジ目のSFC図形Z92と3ページ目のSFC図形Z9
3がプログラムとして継続しているにもかかわらず、オ
ペレータが、3ページ目のSFC図形Z93を指定して
表示させ、これを目視しただけでは、その先頭ステップ
が前のページから継続しているシーケンス(SFC図
形)であるか否かの判別が即座にはつかないという欠点
がある。However, in the above-mentioned conventional SFC graphic, for example, the step F, which is the final output of the SFC graphic Z92 on the second page in FIG. 9, is the SFC graphic Z9 on the third page.
It is the first input of step F3, and the SFC figure Z92 of the second page and the SFC figure Z9 of the third page
Even though 3 continues as a program, the operator specifies and displays the SFC figure Z93 on the 3rd page, and if he just looks at it, the sequence in which the first step continues from the previous page There is a drawback that it cannot be immediately discriminated whether or not it is an (SFC figure).
【0016】このようにプログラムの継続性を即座に識
別できないと、オペレータにとっては複数ページにわた
るSFC図形が理解しがたくなり、プログラムの流れが
分かり易い表示であるという理由で用いられるSFC図
形の利点が著しく損なわれ、そのSFC図形を用いて行
われるプログラムの作成、修正、変更等のプログラミン
グ作業の能率もまた著しく低下するという問題があっ
た。If the continuity of the program cannot be immediately identified in this way, it becomes difficult for the operator to understand the SFC graphic over a plurality of pages, and the advantage of the SFC graphic used because the display of the program flow is easy to understand. However, there is a problem in that the efficiency of programming work such as program creation, modification, and change performed using the SFC pattern is also significantly reduced.
【0017】このような問題は、ページの先頭ステップ
がその前のページの最終ステップと継続している場合
に、そのページの継続を表す記述図形がSFC図形に存
在せず、また、SFC図形から変換される中間コードに
も、ページの区切りを表すページ命令「PAGE」は存
在してもページの継続を表す命令語が存在しないことに
起因すると考えられる。Such a problem is that when the first step of the page continues with the last step of the previous page, the descriptive figure representing the continuation of the page does not exist in the SFC figure, and It is considered that the intermediate code to be converted is caused by the fact that the page instruction “PAGE” indicating a page break exists but the instruction word indicating a page continuation does not exist.
【0018】本発明の目的は、ページの先頭ステップが
その前のページの最終ステップと継続している場合にペ
ージの継続性を即座に識別できるようにすることであ
る。It is an object of the present invention to be able to immediately identify the continuity of a page if the first step of the page continues with the last step of the previous page.
【0019】[0019]
【課題を解決するための手段】本発明は、プログラマブ
ルコントーローラ用のプログラムをSFC命令語体系を
用いて作成するSFCプログラミング装置を前提とす
る。SUMMARY OF THE INVENTION The present invention is premised on an SFC programming device for creating a program for a programmable controller using the SFC command system.
【0020】請求項1記載の発明では(図1(a) のブロ
ック図参照)、図形表示手段1は、複数ページにまたが
るプログラムの継続を定義する継続シンボル図形を表示
する。同手段1は、例えば、継続シンボル図形情報を記
憶するメモリ、その継続シンボル図形情報を指定するた
めのキーボード、そのキー指定に基づいて上記継続シン
ボル図形情報による継続シンボル図形を表示する表示装
置等からなり、例えば、請求項3記載のように、継続す
るページの先頭ステップをプログラムの継続を定義する
継続シンボル図形で表示する。According to the first aspect of the invention (see the block diagram of FIG. 1A), the graphic display means 1 displays a continuation symbol graphic that defines continuation of the program over a plurality of pages. The means 1 includes, for example, a memory for storing continuation symbol graphic information, a keyboard for designating the continuation symbol graphic information, a display device for displaying the continuation symbol graphic based on the continuation symbol graphic information based on the key designation, and the like. For example, as described in claim 3, the leading step of the continuing page is displayed by a continuation symbol graphic defining continuation of the program.
【0021】変換手段2は、図形表示手段1により表示
された上記継続シンボル図形をプログラムの継続を定義
するプログラム継続定義命令に変換する。同手段2は、
例えば、継続シンボル図形を判別してその判別した継続
シンボル図形をプログラム継続定義命令コードに変換す
るマイクロプロセッサ等からなり、例えば、請求項4記
載のように、上記変換したプログラム継続定義命令をペ
ージの先頭ステップの命令に付加する。The conversion means 2 converts the continuation symbol graphic displayed by the graphic display means 1 into a program continuation definition command that defines continuation of the program. The means 2 is
For example, it comprises a microprocessor or the like for discriminating a continuation symbol graphic and converting the discriminated continuation symbol graphic into a program continuation definition instruction code. For example, as described in claim 4, the converted program continuation definition instruction is stored in a page. Add to the command of the first step.
【0022】記憶手段3は、変換手段2により変換され
たプログラム継続定義命令を記憶する。同手段3は、例
えば、RAM(Random Access Memory)等からなる。請求
項2記載の発明では(図1(b) のブロック図参照)、請
求項1記載の発明の図形表示手段1、変換手段2及び記
憶手段3に加えて、逆変換手段4は、記憶手段3に記憶
されたプログラム継続定義命令を読み出して継続シンボ
ル図形に逆変換する。同手段4は、例えば、プログラム
継続定義命令コードを判別してその判別したプログラム
継続定義命令コードを継続シンボル図形に逆変換するマ
イクロプロセッサ等からなる。The storage means 3 stores the program continuation definition command converted by the conversion means 2. The means 3 is, for example, a RAM (Random Access Memory) or the like. In the invention described in claim 2 (see the block diagram of FIG. 1B), in addition to the graphic display means 1, the conversion means 2 and the storage means 3 of the invention described in claim 1, the inverse conversion means 4 is a storage means. The program continuation definition command stored in 3 is read out and converted back into a continuation symbol graphic. The means 4 comprises, for example, a microprocessor which discriminates the program continuation definition instruction code and inversely converts the discriminated program continuation definition instruction code into a continuation symbol graphic.
【0023】[0023]
【作用】記述されたプログラムにページの継続がある場
合には、そのプログラム継続を表す継続シンボル図形が
図形表示手段1により表示され、その継続シンボル図形
が変換手段2によりプログラムの継続を定義するプログ
ラム継続定義命令に変換されてページの先頭ステップの
命令に付加される。そのプログラム継続定義命令が付加
されたページの先頭ステップの命令が記憶手段3により
記憶される。When the described program has a page continuation, the continuation symbol graphic representing the continuation of the program is displayed by the graphic display means 1, and the continuation symbol graphic is defined by the conversion means 2 for the continuation of the program. It is converted to a continuation definition command and added to the command at the first step of the page. The instruction of the first step of the page to which the program continuation definition instruction is added is stored in the storage means 3.
【0024】上記記憶手段3に記憶されたページの先頭
ステップの命令に付加されたプログラム継続定義命令
は、逆変換手段4により読出され、継続するページの先
頭ステップが継続シンボル図形で表示される。The program continuation definition command added to the command of the top step of the page stored in the storage means 3 is read by the inverse conversion means 4, and the top step of the continuing page is displayed in a continuation symbol graphic.
【0025】これにより、ページの先頭ステップがその
前のページの最終ステップと継続している場合にページ
の継続性を即座に識別できるようにすることができる。This makes it possible to immediately identify the continuity of a page when the first step of the page continues with the last step of the previous page.
【0026】[0026]
【実施例】以下、図面を参照しながら本発明の実施例に
ついて詳細に述べる。本発明では、新たに創製したシン
ボル図形(ページの継続を示す継続ステップ図形)をS
FC記述に付加し、これを中間コードに変換するのは勿
論のこと中間コードからふたたびSFC図形に容易に変
換できるように体系付けたところに大きな特徴がある。Embodiments of the present invention will now be described in detail with reference to the drawings. In the present invention, the newly created symbol figure (continuation step figure indicating continuation of page) is S
A major feature of this system is that it is added to the FC description and converted into an intermediate code, and the intermediate code is systematically converted into an SFC graphic again.
【0027】図2は本発明に係わる実施例のSFCプロ
グラミング装置の構成を示すブロック図である。同図に
おいて、SFCプログラミング装置は、入力部11、図
形記憶部12、表示変換部13、表示部14、図形変換
部15、ページ切換部16、そのページ切換部16に切
り換えるページを指示するページ指定部17、及び命令
記憶部18から構成される。FIG. 2 is a block diagram showing the configuration of an SFC programming device according to an embodiment of the present invention. In the figure, the SFC programming device includes an input unit 11, a graphic storage unit 12, a display conversion unit 13, a display unit 14, a graphic conversion unit 15, a page switching unit 16, and a page designation for instructing a page to be switched to the page switching unit 16. It is composed of a unit 17 and a command storage unit 18.
【0028】入力部11は、プログラミングのための各
種の入力キーを備えており、そのキー入力により従来よ
り用いられている各種のSFC図形データを指定する。
また、入力部11は、継続ステップ図形入力部11aを
別に有しており、その継続ステップ図形入力部11aに
備えられている入力キーにより、ページの継続を示す新
たなシンボル図形である継続ステップ図形を指定する。
そして、入力部11は、入力キーにより指定するSFC
図形情報に表示位置を示す位置情報を付加して図形記憶
部12に通知する。The input unit 11 is provided with various input keys for programming, and various SFC graphic data conventionally used are designated by the key input.
Further, the input section 11 has a continuation step figure input section 11a separately, and a continuation step figure which is a new symbol figure showing continuation of a page is input by an input key provided in the continuation step figure input section 11a. Is specified.
Then, the input unit 11 uses the input key to specify the SFC.
Position information indicating the display position is added to the graphic information and the graphic storage unit 12 is notified.
【0029】図形記憶部12は、線データ、図形データ
等からなる従来より用いられている各種のSFC図形デ
ータを予め記憶しているROM(Read Only Memory)、及
び上記入力部11からの通知に基づいてROMから読み
出されたSFC図形データを上記通知された座標データ
と共に一時的に記憶するRAM(Random Access Memory)
を有している。また、図形記憶部12は、継続ステップ
図形記憶部12aを別に有している。継続ステップ図形
記憶部12aは、継続ステップ図形データを予め記憶す
るROM部と、上記入力部11の継続ステップ図形入力
部11aのキー入力により指定されて通知される継続ス
テップ図形データを上記ROMから読み出して一時的に
記憶するRAM部とからなる。The graphic storage unit 12 is a ROM (Read Only Memory) in which various conventionally used SFC graphic data such as line data and graphic data are stored in advance, and a notification from the input unit 11. RAM (Random Access Memory) for temporarily storing the SFC graphic data read from the ROM together with the notified coordinate data based on the above
have. The graphic storage unit 12 also has a continuous step graphic storage unit 12a separately. The continuation step figure storage unit 12a reads out from the ROM the ROM section for storing the continuation step figure data in advance and the continuation step figure data designated and notified by the key input of the continuation step figure input section 11a of the input section 11. And a RAM unit for temporarily storing the data.
【0030】表示変換部13は、従来のSFC図形デー
タを表示形式に変換する表示変換部とは別に継続ステッ
プ図形データを表示形式に変換する継続ステップ表示変
換部13aを有しており、上記図形記憶部12は又はそ
の継続ステップ図形記憶部12aから、従来のSFC図
形データ又は継続ステップ図形データと座標情報を読み
出して、表示形式に変換し、その表示形式に変換した表
示データを表示部14に出力する。The display conversion unit 13 has a continuous step display conversion unit 13a for converting continuous step graphic data into a display format in addition to a conventional display conversion unit for converting SFC graphic data into a display format. The storage unit 12 or the continuous step graphic storage unit 12a reads the conventional SFC graphic data or the continuous step graphic data and the coordinate information, converts them into a display format, and displays the display data converted into the display format on the display unit 14. Output.
【0031】表示部14は、上記表示変換部13又はそ
の継続ステップ表示変換部13aから入力される表示デ
ータに基づいて従来のSFC図形又は継続ステップ図形
をディスプレイ装置に表示する。The display unit 14 displays a conventional SFC graphic or continuous step graphic on the display device based on the display data input from the display conversion unit 13 or its continuous step display conversion unit 13a.
【0032】図形変換部15は、別に継続ステップ図形
変換部15aを有しており、図形変換部15は上記図形
記憶部12に記憶された従来のSFC図形を読み出して
従来の中間コードに変換し、継続ステップ図形変換部1
5aは継続ステップ図形記憶部12aに記憶された継続
ステップ図形を読み出して継続ステップを定義する中間
コードに変換する。The graphic conversion unit 15 has a continuous step graphic conversion unit 15a separately. The graphic conversion unit 15 reads out the conventional SFC graphic stored in the graphic storage unit 12 and converts it into a conventional intermediate code. , Continuation step figure converter 1
5a reads the continuous step graphic stored in the continuous step graphic storage unit 12a and converts it into an intermediate code defining the continuous step.
【0033】ページ切換部16は、図形変換部15又は
継続図形変換部15aにより変換された中間コードに、
ページ指定部17からのページ指定に基づいてページ命
令「PAGE」を付加し、そのページ命令「PAGE」
を付加した中間コードを命令記憶部18の上記ページ指
定部17から指定されたページ記憶領域に格納する。The page switching unit 16 converts the intermediate code converted by the graphic conversion unit 15 or the continuous graphic conversion unit 15a into
A page command "PAGE" is added based on the page specification from the page specification unit 17, and the page command "PAGE" is added.
The intermediate code added with is stored in the page storage area designated by the page designation section 17 of the instruction storage section 18.
【0034】上記ページ切換部16は、上記命令記憶部
18に記憶された中間コードを読み出して図形変換部1
5又はその継続ステップ図形変換部15aに出力する逆
方向の入出力を行うこともできる。The page switching unit 16 reads out the intermediate code stored in the instruction storage unit 18 to read the figure conversion unit 1.
5 or its continuous step graphic conversion unit 15a can also be input / output in the reverse direction.
【0035】すなわち、ページ切換部16は、プログラ
ムのトレース等の際にはページ指定部17からのページ
番号入力により、その入力されたページ番号に対応する
順位の「PAGE」命令を有する中間コードを命令記憶
部18から読み出して図形変換部15又はその継続ステ
ップ図形変換部15aに出力する。That is, the page switching unit 16 inputs the page number from the page designating unit 17 at the time of tracing the program, and outputs the intermediate code having the "PAGE" instruction of the order corresponding to the input page number. It is read from the instruction storage unit 18 and output to the graphic conversion unit 15 or its continuous step graphic conversion unit 15a.
【0036】図形変換部15は従来の中間コードを従来
のSFC図形データに変換して図形記憶部12に記憶さ
せ、継続ステップ図形変換部15aは継続ステップを定
義する中間コードを継続ステップ図形データに変換して
継続ステップ図形記憶部12aに記憶させる。The graphic conversion unit 15 converts the conventional intermediate code into conventional SFC graphic data and stores it in the graphic storage unit 12. The continuous step graphic conversion unit 15a converts the intermediate code defining the continuous step into continuous step graphic data. It is converted and stored in the continuous step graphic storage unit 12a.
【0037】表示変換部13又は継続ステップ表示変換
部13aは、プログラム作成時の場合と同様に、図形デ
ータを読み出して表示形式に変換し、表示部14は、そ
の表示形式に変換されたSFC図形をディスプレイ装置
に表示し、あるいは、接続されたプリンタ等により、上
記表示されたSFC図形を印刷する。The display conversion unit 13 or the continuous step display conversion unit 13a reads out graphic data and converts it into a display format, as in the case of creating a program, and the display unit 14 displays the SFC graphic converted into the display format. Is displayed on the display device, or the displayed SFC graphic is printed by a connected printer or the like.
【0038】図3(a) に、上記継続ステップ図形を示
し、同図(b) に、その継続ステップ図形から変換される
中間コードの継続ステップ定義命令を示す。同図(a) に
示すように継続ステップ図形は、野球のホームベースと
同形状の五角形をなしており、同図(b) 示すように継続
ステップ定義命令は[CSTEP]で表される。FIG. 3 (a) shows the continuation step graphic, and FIG. 3 (b) shows the continuation step definition command of the intermediate code converted from the continuation step graphic. As shown in FIG. 7A, the continuous step graphic has a pentagonal shape which is the same shape as the baseball home base, and as shown in FIG. 6B, the continuous step definition command is represented by [CSTEP].
【0039】図2の記憶部12の継続ステップ図形記憶
部12aのROMには、図3(a) の五角形の継続ステッ
プ図形データが予め記憶されており、継続ステップ図形
記憶部12aは、入力部11の継続ステップ図形入力部
11aのキー入力により、その五角形の継続ステップ図
形データをROMから読み出してRAMに一時的に記憶
する。その一時的にRAMに記憶された五角形の継続ス
テップ図形データが、表示変換部13により読み出され
て、その継続ステップ表示変換部13aにより表示形式
に変換され、さらに表示部14によりディスプレイ装置
に表示される。あるいは、図形変換部15により読み出
されて、その継続ステップ図形変換部15aにより、図
3(b) に示す継続ステップ定義命令[CSTEP]に変
換され、さらに命令記憶部18に記憶される。The pentagonal continuous step graphic data of FIG. 3 (a) is previously stored in the ROM of the continuous step graphic storage section 12a of the storage section 12 of FIG. 2, and the continuous step graphic storage section 12a includes an input section. The pentagonal continuous step graphic data is read from the ROM and temporarily stored in the RAM by the key input of the continuous step graphic input unit 11a. The pentagonal continuous step graphic data temporarily stored in the RAM is read by the display conversion unit 13, converted into a display format by the continuous step display conversion unit 13a, and further displayed on the display device by the display unit 14. To be done. Alternatively, it is read by the graphic conversion unit 15, converted into the continuous step definition command [CSTEP] shown in FIG. 3B by the continuous step graphic conversion unit 15a, and further stored in the command storage unit 18.
【0040】また、継続ステップ図形変換部15aは、
ページ切換部16により上記継続ステップ定義命令[C
STEP]が命令記憶部18から読み出されて図形変換
部15に入力されたとき、その継続ステップ定義命令
[CSTEP]を、五角形の継続ステップ図形データに
逆変換して図形記憶部12の継続ステップ図形記憶部1
2aに出力する。Further, the continuation step figure conversion unit 15a
The page switching unit 16 causes the continuation step definition command [C
[STEP] is read from the command storage unit 18 and input to the graphic conversion unit 15, the continuous step definition command [CSTEP] is reversely converted into pentagonal continuous step graphic data and the continuous step of the graphic storage unit 12 is executed. Figure memory 1
2a.
【0041】上記構成の本実施例の動作を、さらに図4
を用いて説明する。同図は、SFC図形と中間コードに
おけるページ継続を示す継続ステップ図形とその定義命
令の相互変換の流れを説明する図である。The operation of this embodiment having the above configuration will be further described with reference to FIG.
Will be explained. This figure is a diagram for explaining a mutual conversion flow of an SFC graphic, a continuation step graphic showing page continuation in an intermediate code, and its definition command.
【0042】まず、プログラムを作成する場合は、オペ
レータにより、入力部11からキー入力によりSFC図
形が1ページ分順次指定されて入力されると、入力部1
1は、その1ページ分入力されたSFC図形を、図形記
憶部12、表示変換部13及び表示部14を介してディ
スプレイ装置に表示する(同図のPAGE1(Z21)
参照)。First, in the case of creating a program, when the operator sequentially designates and inputs one page of SFC graphics by key input from the input unit 11, the input unit 1
1 displays the SFC graphic input for one page on the display device via the graphic storage unit 12, the display conversion unit 13, and the display unit 14 (PAGE1 (Z21) in the same figure).
reference).
【0043】この表示に対して、オペレータにより確認
のキー入力がなされると、図形変換部15が、その表示
中のSFC図形に対応する図形データを図形記憶部12
から読み出し、ページ命令[PAGE]を付与して中間
コードに変換する(同図のS21参照)。When the operator inputs a confirmation key to this display, the graphic conversion unit 15 stores the graphic data corresponding to the SFC graphic being displayed in the graphic storage unit 12.
Read from the page, add a page command [PAGE], and convert into an intermediate code (see S21 in the figure).
【0044】オペレータによりページ指定部17からキ
ー入力により1ページの指定がなされると、ページ切換
部17は、上記図形変換部15により変換された1ペー
ジ分の中間コードを、記憶部18の1ページ記憶領域に
格納する(同図のP21参照)。これにより、従来同様
のSFC図形は従来と同様に中間コードに変換され、ペ
ージ指定に基づいて記憶部18の所定領域に格納され
る。When the operator designates one page by key input from the page designating section 17, the page switching section 17 stores the intermediate code for one page converted by the figure converting section 15 in the storage section 18-1. It is stored in the page storage area (see P21 in the same figure). As a result, the SFC graphic similar to the conventional one is converted into the intermediate code as in the conventional one and stored in the predetermined area of the storage unit 18 based on the page designation.
【0045】このようにして、SFC図形から中間コー
ドへの変換及び記憶の処理がページ毎に、同図のPAG
E1(Z21)、S21、P21、及びPAGE2(Z
22)、S22、P22に示すように順次実行される。In this way, the conversion from the SFC graphic to the intermediate code and the storage processing are performed for each page by the PAG shown in FIG.
E1 (Z21), S21, P21, and PAGE2 (Z
22), S22, and P22 are sequentially executed.
【0046】次に、プログラム(SFC図形)が継続し
ており、ページが切り換えられたSFC図形の先頭ステ
ップが、前のページの末尾ステップに継続している場合
について説明する。Next, the case where the program (SFC figure) is continuing and the leading step of the SFC figure whose page has been switched continues to the ending step of the previous page will be described.
【0047】オペレータは、プログラムを継続しながら
次のページに切り換えるときは、その場合、入力部11
の継続ステップ図形入力部11aからキー入力により図
3(a) に示す五角形の継続ステップ図形を指定すること
ができる。When the operator switches to the next page while continuing the program, in this case, the input unit 11
The pentagonal continuous step graphic shown in FIG. 3 (a) can be designated by a key input from the continuous step graphic input section 11a.
【0048】そして、オペレータにより、キー入力によ
り五角形の継続ステップ図形が指定されると、継続ステ
ップ図形入力部11aは、継続ステップ図形記憶部12
a、継続ステップ表示変換部13a、及び表示部14を
介してディスプレイ装置に、先頭に五角形の継続ステッ
プ図形を伴ったSFC図形を表示する(同図のPAGE
3(Z23)参照)。When the operator designates a pentagonal continuous step graphic by key input, the continuous step graphic input section 11a causes the continuous step graphic storage section 12 to operate.
a, an SFC graphic with a pentagonal continuous step graphic at the beginning is displayed on the display device through the a, continuous step display conversion unit 13a, and display unit 14 (PAGE in FIG.
3 (Z23)).
【0049】そして、オペレータにより確認のキー入力
がなされると、図形変換部15は、その表示中のSFC
図形に対応する図形データを図形記憶部12及び継続ス
テップ図形記憶部12aから読み出す。そして、継続ス
テップ図形記憶部12aから読み出した五角形の継続ス
テップ図形データの変換を継続ステップ図形変換部15
aに依頼する。When the operator inputs a confirmation key, the figure conversion unit 15 causes the SFC being displayed to be displayed.
The graphic data corresponding to the graphic is read from the graphic storage unit 12 and the continuous step graphic storage unit 12a. Then, the conversion of the pentagonal continuous step graphic data read from the continuous step graphic storage unit 12a is performed by the continuous step graphic conversion unit 15
ask a.
【0050】継続ステップ図形変換部15aは、上記依
頼により五角形の継続ステップ図形データを継続ステッ
プ定義命令[CSTEP]に変換して図形変換部15に
引き渡す。The continuous step graphic conversion unit 15a converts the pentagonal continuous step graphic data into a continuous step definition command [CSTEP] and delivers it to the graphic conversion unit 15.
【0051】図形変換部15は、図形記憶部12から読
み出した先頭ステップの内容F並びに従来の図形データ
T5、G、T6、及びHを中間コードに変換し、上記継
続ステップ図形変換部15aにより変換された継続ステ
ップ定義命令[CSTEP]を上記中間コードに変換し
たページの先頭命令の入力オペランド「(_ F)」に
付与してトランジション命令「(TRAS T5 (_
[CSTEP]F)(_ G))」を作成する(同図
のS23参照)。The figure converting section 15 converts the contents F of the first step read from the figure storing section 12 and the conventional figure data T5, G, T6, and H into intermediate codes, and the continuous step figure converting section 15a converts them. The continuous step definition instruction [CSTEP] is converted to the intermediate code and added to the input operand "(_ F)" of the head instruction of the page, and the transition instruction "(TRAS T5 (_
[CSTEP] F) (_ G)) "(see S23 in the figure).
【0052】このようにして図形変換部15により変換
された継続ステップ定義命令[CSTEP]を先頭命令
に付与された1ページ分の中間コードを、ページ切換部
17は、オペレータによりページ指定部17からキー入
力によりページ指定(この例の場合は3ページ)がなさ
れることにより、上述した他のページの場合と同様に、
記憶部18の3ページ記憶領域に格納する(同図のP2
3参照)。これにより、ページの継続(SFC図形の継
続)を示す中間コードが記憶される。In this way, the page switching unit 17 causes the page designating unit 17 to send the intermediate code for one page, which has the continuous step definition command [CSTEP] converted by the graphic converting unit 15 added to the head command. By specifying the page (three pages in this example) by key input, as in the case of the other pages described above,
Stored in the 3-page storage area of the storage unit 18 (P2 in FIG.
3). As a result, the intermediate code indicating the continuation of the page (continuation of the SFC graphic) is stored.
【0053】続いて、上述したように中間コードとして
記憶部18に記憶されたプログラムを、トレース等のた
めに読み出してふたたびSFC図形としてディスプレイ
装置に表示させる場合の動作について、図4を用いて説
明する。Next, the operation when the program stored in the storage unit 18 as the intermediate code as described above is read out for tracing or the like and again displayed on the display device as an SFC figure will be described with reference to FIG. To do.
【0054】同図の記憶部18に記憶されている1ペー
ジおよび2ページ目の中間コードは、従来同様の構成の
中間コードである。これらの中間コードは、ページ指定
部17からの指定により、ページ切換部16が記憶部1
8から読み出し、図形変換部15がSFC図形データに
逆変換し、図形記憶部12がそのSFC図形データを一
時的に記憶し、表示変換部13がそのSFC図形データ
を表示形式に変換し、表示部14がその表示形式のSF
C図形データをディスプレイ装置に表示する。The intermediate codes of the first page and the second page stored in the storage section 18 in the figure are intermediate codes having the same structure as conventional ones. These intermediate codes are stored in the storage unit 1 by the page switching unit 16 according to the designation from the page designating unit 17.
8, the figure conversion unit 15 inversely converts the SFC figure data into the SFC figure data, the figure storage unit 12 temporarily stores the SFC figure data, and the display conversion unit 13 converts the SFC figure data into a display format and displays it. Part 14 is the SF of the display format
The C graphic data is displayed on the display device.
【0055】次に、記憶部18に記憶されている3ペー
ジ目の中間コードのように、継続ステップ定義命令[C
STEP]を先頭命令に付与されている場合について説
明する。Next, as in the intermediate code of the third page stored in the storage unit 18, the continuation step definition command [C
The case where [STEP] is added to the first instruction will be described.
【0056】この場合も、ページ指定部17からの指定
により、ページ切換部16が記憶部18から3ページ目
を読み出す。その中間コードを、図形変換部15はSF
C図形データに逆変換するが、先頭命令の入力オペラン
ドに付与されている継続ステップ定義命令[CSTE
P]を認識すると、その継続ステップ定義命令の逆変換
を継続ステップ図形変換部15aに依頼する。Also in this case, the page switching unit 16 reads the third page from the storage unit 18 according to the designation from the page designating unit 17. The intermediate code is converted into SF by the graphic conversion unit 15.
Although it is converted back to C graphic data, the continuation step definition command [CSTE] added to the input operand of the first command
When P] is recognized, the continuous step definition conversion unit 15a is requested to perform reverse conversion of the continuous step definition command.
【0057】継続ステップ図形変換部15aは、上記依
頼により継続ステップ定義命令[CSTEP]を五角形
の継続ステップ図形データに変換して図形変換部15に
引き渡す。The continuous step graphic conversion unit 15a converts the continuous step definition command [CSTEP] into pentagonal continuous step graphic data according to the above request and delivers it to the graphic conversion unit 15.
【0058】図形変換部15は、ページ切換部16を介
して読み出した上記中間コード「(TRAS T5
(_ [CSTEP]F)(_ G))」を解析し、先
頭ステップF並びにSFC図形データT5、G、T6、
及びHに変換し、上記継続ステップ図形変換部15aに
より変換された五角形の継続ステップ図形データを上記
SFC図形データに変換したページの先頭ステップ図形
Fとして、図形記憶部12に出力する。The figure conversion unit 15 reads the above intermediate code "(TRAS T5
(_ [CSTEP] F) (_ G)) "is analyzed and the first step F and SFC graphic data T5, G, T6,
And H, and the pentagonal continuous step graphic data converted by the continuous step graphic conversion unit 15a is output to the graphic storage unit 12 as the first step graphic F of the page converted into the SFC graphic data.
【0059】図形記憶部12は、従来のSFC図形デー
タを従来のSFC図形データ一時記憶領域に記憶し、五
角形の継続ステップ図形データを継続ステップ図形記憶
部12aに記憶する。The graphic storage unit 12 stores the conventional SFC graphic data in the conventional SFC graphic data temporary storage area, and stores the pentagonal continuous step graphic data in the continuous step graphic storage unit 12a.
【0060】表示変換部13及び継続ステップ表示変換
部13aは、プログラム作成時における場合と同様に、
上記従来のSFC図形データ及び五角形の継続ステップ
図形データを表示形式に変換し、表示部14のディスプ
レイ装置に表示させる(図4のPAGE3(Z23)参
照)。The display conversion unit 13 and the continuous step display conversion unit 13a are the same as in the case of program creation.
The conventional SFC graphic data and pentagonal continuous step graphic data are converted into a display format and displayed on the display device of the display unit 14 (see PAGE3 (Z23) in FIG. 4).
【0061】なお、上記実施例においては、継続ステッ
プ図形を五角形としているが、五角形に限ることなく、
他の図形と混同しない任意の図形を用いてよい。また、
継続ステップ定義命令を「[CSTEP]」で表してい
るが、他の命令と混同しない任意の表現を用いてよい。Although the continuous step graphic is a pentagon in the above embodiment, it is not limited to a pentagon.
Any figure that is not confused with other figures may be used. Also,
Although the continuation step definition command is represented by "[CSTEP]", any expression that is not confused with other commands may be used.
【0062】[0062]
【発明の効果】本発明によれば、SFC図形にページの
継続を表す記述図形を用いることができ、また、SFC
図形から変換される中間コードにも、ページの区切りを
表すページ命令のみでなく、ページの継続を表す命令語
も付加することができるので、ページの先頭ステップが
その前のページの最終ステップと継続している場合にペ
ージが継続していることを即座に識別できるようにな
り、したがって、ページが継続していてもSFC図形の
理解が容易となり、プログラムの流れが分かり易くな
り、このため、SFC図形を用いたプログラムの作成、
修正、変更等のプログラミング作業の能率が向上する。According to the present invention, a descriptive graphic representing a continuation of a page can be used for the SFC graphic, and the SFC graphic can be used.
Not only the page command that indicates a page break but also the command word that indicates continuation of a page can be added to the intermediate code converted from a figure, so that the first step of a page is the same as the last step of the previous page. In this case, it is possible to immediately recognize that the page is continuing, and thus it is easy to understand the SFC graphic even if the page is continuing, and the flow of the program is easy to understand. Creating programs using figures,
The efficiency of programming work such as corrections and changes is improved.
【図1】(a),(b) は本発明のブロック図である。1A and 1B are block diagrams of the present invention.
【図2】本発明に係わる実施例のSFCプログラミング
装置の構成を示すブロック図である。FIG. 2 is a block diagram showing a configuration of an SFC programming device according to an embodiment of the present invention.
【図3】(a) は継続ステップ図形を示す図、(b) は継続
ステップ図形から変換される継続ステップ定義命令を示
す図である。FIG. 3A is a diagram showing a continuous step graphic, and FIG. 3B is a diagram showing a continuous step definition command converted from the continuous step graphic.
【図4】本発明のSFC図形と中間コードにおけるペー
ジ継続を示す図形とその定義命令の変換の流れを説明す
る図である。FIG. 4 is a diagram illustrating a flow of conversion of an SFC graphic, a graphic showing page continuation in an intermediate code, and a definition command thereof according to the present invention.
【図5】リレー回路の展開接続図である。FIG. 5 is a developed connection diagram of a relay circuit.
【図6】SFC記述を説明する図である。FIG. 6 is a diagram illustrating an SFC description.
【図7】(a),(b) はPCに格納される従来の中間コード
の一例を示す図である。7A and 7B are diagrams showing an example of a conventional intermediate code stored in a PC.
【図8】従来のプログラミング装置を説明する図であ
る。FIG. 8 is a diagram illustrating a conventional programming device.
【図9】従来のプログラミング装置のSFC図形とペー
ジ切換の関係を説明する図である。FIG. 9 is a diagram illustrating a relationship between an SFC figure and page switching of a conventional programming device.
1 図形表示手段 2 変換手段 3 記憶手段 4 逆変換手段 1 graphic display means 2 conversion means 3 storage means 4 inverse conversion means
Claims (4)
グラムを、シーケンシャル・ファンクション・チャート
(以下、SFCと称する)命令語体系を用いて作成する
SFCプログラミング装置において、 複数ページにまたがるプログラムの継続を表す継続シン
ボル図形を表示する図形表示手段(1)と、 該図形表示手段(1)により表示された前記継続シンボ
ル図形をプログラムの継続を定義するプログラム継続定
義命令に変換する変換手段(2)と、 該変換手段(2)により変換された前記プログラム継続
定義命令を記憶する記憶手段(3)と、 を有することを特徴とするSFCプログラミング装置。1. An SFC programming device for creating a program for a programmable controller using a sequential function chart (hereinafter, referred to as SFC) command system, and a continuation symbol representing continuation of the program over a plurality of pages. Graphic display means (1) for displaying a graphic, conversion means (2) for converting the continuation symbol graphic displayed by the graphic display means (1) into a program continuation definition command for defining continuation of a program, and the conversion An SFC programming device comprising: a storage unit (3) for storing the program continuation definition command converted by the unit (2).
ラム継続定義命令を読み出して前記プログラムの継続を
定義する継続シンボル図形に逆変換する逆変換手段
(4)をさらに有することを特徴とする請求項1記載の
SFCプログラミング装置。2. An inverse conversion means (4) for reading the program continuation definition command stored in the storage means (3) and inversely converting it into a continuation symbol graphic defining continuation of the program. The SFC programming device according to claim 1.
る前記継続シンボル図形は、ページの先頭ステップを表
すことを特徴とする請求項1又は2記載のSFCプログ
ラミング装置。3. The SFC programming device according to claim 1, wherein the continuation symbol graphic displayed by the graphic display means (1) represents a top step of a page.
ログラム継続定義命令はページの先頭ステップの命令に
付加されることを特徴とする請求項1、2又は3記載の
SFCプログラミング装置。4. The SFC programming device according to claim 1, wherein the program continuation definition command converted by the conversion means (2) is added to the command at the top step of the page.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18128692A JP2971251B2 (en) | 1992-07-08 | 1992-07-08 | SFC programming device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP18128692A JP2971251B2 (en) | 1992-07-08 | 1992-07-08 | SFC programming device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0628014A true JPH0628014A (en) | 1994-02-04 |
JP2971251B2 JP2971251B2 (en) | 1999-11-02 |
Family
ID=16098038
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP18128692A Expired - Fee Related JP2971251B2 (en) | 1992-07-08 | 1992-07-08 | SFC programming device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2971251B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010266915A (en) * | 2009-05-12 | 2010-11-25 | Yamatake Corp | Control program configuration display device and connection diagram generation method |
-
1992
- 1992-07-08 JP JP18128692A patent/JP2971251B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010266915A (en) * | 2009-05-12 | 2010-11-25 | Yamatake Corp | Control program configuration display device and connection diagram generation method |
Also Published As
Publication number | Publication date |
---|---|
JP2971251B2 (en) | 1999-11-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR950012071B1 (en) | Data processing system | |
JP2666538B2 (en) | Panning control system | |
JP2971251B2 (en) | SFC programming device | |
JPH06324668A (en) | Screen display method and display device | |
JPH04370806A (en) | Programmable control and its display method, display method, and programming device | |
JP2875135B2 (en) | Program device for programmable controller | |
JPH0580814A (en) | Programming device for programmable controller | |
JP2520934B2 (en) | Data processing device | |
JPH04290119A (en) | Character processor | |
JPH0679245B2 (en) | Programmable controller sequence program execution method | |
JP3002052B2 (en) | Programmable controller programming method | |
JP2590281B2 (en) | Procedure Definition Screen Display Processing Method in Interactive Program Creation System | |
JPS6126087B2 (en) | ||
JP2671907B2 (en) | Method and device for displaying and reporting input characters | |
JP3416171B2 (en) | Graph processing apparatus and method | |
JP3424215B2 (en) | Robot controller | |
JPH04314091A (en) | Method for displaying operation display panel | |
JPH05173832A (en) | Trace control mechanism | |
JPH058435B2 (en) | ||
JPH03163604A (en) | Numerical controller | |
JPH04165469A (en) | Circuit diagram display device | |
JPH0270129A (en) | Controller for display screen | |
JPH05135051A (en) | Document processor | |
JPH08328619A (en) | Processor | |
JPH05216973A (en) | Shape designation system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19990817 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070827 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080827 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080827 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090827 Year of fee payment: 10 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090827 Year of fee payment: 10 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090827 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100827 Year of fee payment: 11 |
|
LAPS | Cancellation because of no payment of annual fees |