JPH05250011A - Inverse compile method for programmable controller - Google Patents

Inverse compile method for programmable controller

Info

Publication number
JPH05250011A
JPH05250011A JP4679592A JP4679592A JPH05250011A JP H05250011 A JPH05250011 A JP H05250011A JP 4679592 A JP4679592 A JP 4679592A JP 4679592 A JP4679592 A JP 4679592A JP H05250011 A JPH05250011 A JP H05250011A
Authority
JP
Japan
Prior art keywords
coordinate
physical
logical
coordinates
stored
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
JP4679592A
Other languages
Japanese (ja)
Other versions
JP3021926B2 (en
Inventor
Masayoshi Matsumoto
雅好 松本
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
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 Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP4046795A priority Critical patent/JP3021926B2/en
Publication of JPH05250011A publication Critical patent/JPH05250011A/en
Application granted granted Critical
Publication of JP3021926B2 publication Critical patent/JP3021926B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To attain high speed execution with minimum work memory space by transforming the X coordinate of a physical coordinate system expressed by X and Y coordinates which stipulate the storage region to a logical X coordinate. CONSTITUTION:The commands of main flow such as A, t31, B, t32, D..., etc., are stored at the position of physical S coordinate 0 of a picture element information memory 40 for display. The branched commands such as t41, C, t39, E, t37, G, etc., are written at the position of physical X coordinate 1, 2, 3 in order of branching along with the extension paths of commands branched previously such as 40-1, 40-2, etc. At this time, the logical X coordinate corresponding to the physical X coordinate is reloaded from (1), (FF), (FF), to (2), (1), (FF) and further to (3), (2), (1). When the picture element information which completed the inverse compile is read out of the memory 40, it is read and screen displayed with the physical X coordinate for the Y coordinate and the logical X coordinate in order of (0), (1), (2), (3), that is, the physical X coordinate is order of 0, 3, 2, 1, for the X coordinate.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、プログラマブルコント
ローラの逆コンパイル方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a decompile method for a programmable controller.

【0002】[0002]

【従来の技術】従来より、現場における様々な物量的情
報或いは論理的情報に応じて所定の出力制御(シーケン
ス制御)を行うものとしてプログラマブルコントローラ
(以下、PCと記載する)が広く用いられている。
2. Description of the Related Art Conventionally, a programmable controller (hereinafter referred to as a PC) has been widely used as a device for performing a predetermined output control (sequence control) according to various physical quantity information or logical information in the field. ..

【0003】このPCのプログラミングの方法は、従来
コンピュータに関してはハードウエア、ソフトウエア共
に疎遠であったユーザにとって、PCがコンピュータで
あることを意識することなく容易にプログラムを構築で
きるようにするというPC開発当初からの目的に基づい
て、通常は、コンピュータプログラミングとは全く異な
る記述形式を伴う。一般には、PC化以前から現場で用
いられていた例えば図7(a) に示す接点(スイッチ)6
1、62やコイル(リレー)63等のシンボルマークに
よるリレー回路の展開接続図が用いられる。
This PC programming method allows a user, who has conventionally been distant from both hardware and software with respect to a computer, to easily construct a program without being aware that the PC is a computer. Based on the purpose from the beginning of development, it usually involves a completely different description format from computer programming. Generally, contacts (switches) 6 shown in Fig. 7 (a), which were used in the field before the PC was used
A developed connection diagram of a relay circuit by symbol marks such as 1, 62 and a coil (relay) 63 is used.

【0004】近年、PCのプログラミングには、SFC
(Sequencial Functiont Chart)というPC専用の国際
規格のプログラム記述形式が用いられることが多くなっ
ている。これは、例えば図7(b) に示すように、ステッ
プ64(ステップA′64−1、B′64−2又はC′
64−3)と呼ばれる記述部と、トランジション65
(t1又はt2)と呼ばれる記述部とが交互に配置され
る形式をとる。上記ステップ64は制御対象となる各工
程を表し、その工程で行うべき仕事の内容、即ち一連の
制御が記述される。また、トランジション65は、次に
続くステップの選択条件を表し、そこに記述されたプロ
グラムの論理演算の結果の出力値がオンであれば次に続
くステップを選択し、オフであれば非選択とする。上記
ステップ64及びトランジション65の記述は、概ね上
述した図7(a) に示すリレー回路図と同様のものであ
る。
In recent years, SFC has been used for programming PCs.
A PC-specific international standard program description format called (Sequencial Function Chart) is often used. This is done by step 64 (steps A'64-1, B'64-2 or C'as shown in FIG. 7B).
64-3) and a transition part 65
The description part called (t1 or t2) is arranged alternately. The step 64 represents each process to be controlled, and the content of work to be performed in the process, that is, a series of controls is described. Further, the transition 65 represents the selection condition of the next subsequent step. If the output value of the result of the logical operation of the program described therein is ON, the next subsequent step is selected, and if it is OFF, it is not selected. To do. The description of the step 64 and the transition 65 is almost the same as the above-mentioned relay circuit diagram shown in FIG.

【0005】そして、ユーザは、SFCプログラミング
装置(プログラムローダ)を用い、接点やコイルを記号
表記した入力キーにより、上記リレー回路図からなる図
形情報の組み合わせを上記ステップ及びトランジション
毎に入力することにより、例えば図8(a) に示すような
SFC記述のプログラム図形(SFCプログラム)を作
成する。この作成されたSFCプログラムは、PCがコ
ンピュータとして動作するための機械語(マシンコー
ド)と上記SFCプログラムとを結ぶ中間コードで形成
されたPC実行ファイルに変換(コンパイル)される。
Then, the user uses the SFC programming device (program loader) and inputs the combination of the graphic information consisting of the relay circuit diagram for each of the steps and transitions by the input keys symbolically representing the contacts and the coils. For example, a program figure (SFC program) having an SFC description as shown in FIG. 8A is created. The created SFC program is converted (compiled) into a PC execution file formed by an intermediate code connecting a machine language (machine code) for the PC to operate as a computer and the SFC program.

【0006】ところで、一般に、作業現場の工程の進行
状況、作業手順等の態様は流動的なものであるため、シ
ーケンス制御の手順(プログラミングの記述、すなわ
ち、SFCプログラム等)については変更がしばしば発
生する。このような場合、変更されたシーケンス制御が
所定通り動作するかどうかを確認するために、PCを試
運転しながら処理中のSFCプログラムを表示させるこ
とによりPCに対するモニタを行う。また、SFCプロ
グラムのデバッグ(不良個所の検索と修正)を行う場合
も、同様にPC実行ファイルを逆変換(逆コンパイル)
して図8(a) のSFCプログラムを表示装置に表示させ
ている。
[0006] By the way, in general, since the mode of progress of a process at a work site, work procedure, and the like are fluid, a sequence control procedure (a description of programming, that is, an SFC program) often changes. To do. In such a case, in order to confirm whether or not the changed sequence control operates as prescribed, the PC is monitored by displaying the SFC program being processed while the PC is performing a test operation. Also, when debugging an SFC program (searching for and correcting a defective part), the PC execution file is similarly converted (decompiled).
Then, the SFC program of FIG. 8 (a) is displayed on the display device.

【0007】さらに、PCが実際に稼動中のときにも、
現場の状況を監視、把握するために、上記同様に処理中
のSFCプログラムを表示させて、シーケンス回路の動
作状態をモニタする。このようなPCに対するダイナミ
ックモニタ(実際に稼動中のモニタ)は極めて重要なも
のでありリアルタイムの表示速度が要求される。
Further, even when the PC is actually in operation,
In order to monitor and grasp the situation at the site, the SFC program being processed is displayed in the same manner as above, and the operating state of the sequence circuit is monitored. The dynamic monitor (actual monitor in operation) for such a PC is extremely important and real-time display speed is required.

【0008】この場合、PC実行ファイルから逆コンパ
イルされたSFCプログラムは、図8(b) に示すよう
に、RAM(Random Access Memory)からなる表示用画素
ファイル上にドットイメージで作成された後、表示装置
の画面上に呼び出されて表示される。同図(b) の点線で
示す仕切り枠は、表示用画素ファイル上のX座標、Y座
標で表される画素格納領域を示したものである。例えば
ステップA′の表示画素情報は座標(0、0)(X座標
が0、Y座標が0)の領域に格納されており、トランジ
ションt1の画素情報は座標(0、1)(X座標が0、
Y座標が1)の領域に格納されている。
In this case, the SFC program decompiled from the PC execution file is created as a dot image on a display pixel file composed of a RAM (Random Access Memory), as shown in FIG. It is called and displayed on the screen of the display device. The partition frame shown by the dotted line in FIG. 9B shows the pixel storage area represented by the X and Y coordinates on the display pixel file. For example, the display pixel information of step A ′ is stored in the area of coordinates (0, 0) (X coordinate is 0, Y coordinate is 0), and the pixel information of the transition t1 is coordinates (0, 1) (X coordinate is 0,
The Y coordinate is stored in the area 1).

【0009】従来、上記PC実行ファイルから逆コンパ
イルしたSFCプログラムを、表示用データ(画素情
報)としてメモリ(表示用画素ファイル)上に作成して
いく過程において、一旦作成した画素情報のメモリ上に
おける物理的な移動が頻繁に発生していた。
Conventionally, in the process of creating an SFC program decompiled from the PC execution file as display data (pixel information) in a memory (display pixel file), the pixel information once created in the memory is created. Physical movements were frequent.

【0010】例えば、図8(b) に示すメモリ上のSFC
プログラムの画素情報は、図9(a)に示すように、先ず
初めは、ステップA′、B′、及びC′の画素情報がそ
れぞれ座標(0、0)、(0、2)、及び(1、2)の
領域に格納され、それらのステップに係わる2個のトラ
ンジション画素情報が座標(0、1)及び(1、1)に
格納される(トランジションについては以後説明を省略
する)。
For example, the SFC on the memory shown in FIG. 8 (b)
As for the pixel information of the program, as shown in FIG. 9A, first, the pixel information of the steps A ′, B ′, and C ′ respectively has coordinates (0, 0), (0, 2), and ( 1 and 2), and two pieces of transition pixel information related to those steps are stored at coordinates (0, 1) and (1, 1) (the description of the transition will be omitted hereafter).

【0011】次に、PC実行ファイルによりステップ
B′から後の分岐が読み出されると、先にメインフロー
から分岐しているステップC′の表示用データ(画素情
報)を座標(1、2)の領域から同図(b) に示すように
座標(2、2)の領域に移動させる。それから、同図
(c) に示すようにステップB′から分岐するステップ
D′を座標(0、4)の領域に格納すると共に、同じく
ステップB′から分岐するステップE′を座標(1、
4)の領域に格納する。
Next, when the subsequent branch from step B'is read by the PC execution file, the display data (pixel information) of step C'which is branched from the main flow first is displayed at the coordinates (1, 2). The area is moved to the area of coordinates (2, 2) as shown in FIG. Then, the same figure
As shown in (c), step D'which branches from step B'is stored in the area of coordinates (0, 4), and step E'which branches from step B'is also stored at coordinates (1,
Store in area 4).

【0012】次に、ステップD′から後の分岐が読み出
されると、この場合も、先に分岐したステップC′及び
ステップE′の画素情報が、座標(2、2)及び(1、
4)から、図10(a) に示すように、それぞれ、座標
(3、2)及び(2、4)の領域へと、ふたたび移動さ
れる。
Next, when the branch after the step D'is read out, the pixel information of the step C'and the step E'branched in the previous step is also converted into the coordinates (2, 2) and (1,
4), again as shown in FIG. 10A, to the regions of coordinates (3, 2) and (2, 4), respectively.

【0013】そして、同図(b) に示すようにステップ
D′から分岐するステップF′及びステップG′を座標
(0、6)及び(1、6)の領域へそれぞれ格納する。
同図(b) に続いて、同図(c) に示すようにステップ
H′、I′、及びJ′が座標(0、8)、(0、1
0)、及び(0、12)の領域へそれぞれ格納されると
共に、分岐した各ステップの分岐終了が読み出され、順
次メインステップに合流することを示す画素情報が、座
標(0、7)、(1、7)、(2、5)〜(2、9)、
(0、9)、(1、9)、(3、3)〜(3、11)、
及び(0、11)〜(2、11))へそれぞれ格納され
る。
Then, as shown in FIG. 3B, step F'and step G'which branch from step D'are stored in the areas of coordinates (0, 6) and (1, 6), respectively.
Following FIG. 2B, steps H ′, I ′, and J ′ are coordinates (0, 8), (0, 1) as shown in FIG.
0) and (0, 12) are stored in the respective regions, and the branch end of each branched step is read out, and pixel information indicating that they are sequentially merged with the main step is coordinate (0, 7), (1,7), (2,5) to (2,9),
(0, 9), (1, 9), (3, 3) to (3, 11),
And (0, 11) to (2, 11)).

【0014】このように、SFCプログラムの逆コンパ
イルにおいては、ステップの分岐が読み出される都度、
上記図9(b) 及び図10(a) に示すメモリ上における画
素情報の移動が逐次行なわれて、図8(b) に示す表示用
SFCプログラムの画素情報がメモリ上に完成する。そ
して、これが画面に表示される。
Thus, in decompiling an SFC program, every time a step branch is read,
The pixel information in the memory shown in FIGS. 9 (b) and 10 (a) is sequentially moved to complete the pixel information of the display SFC program shown in FIG. 8 (b) on the memory. This is then displayed on the screen.

【0015】[0015]

【発明が解決しようとする課題】しかしながら、上記従
来の方式においては、画素情報の頻繁な移動によって時
間的ロスが発生し、プログラム・デバッグに時間がかか
り過ぎ、デバッグの効率が低下するという問題があっ
た。
However, in the above-mentioned conventional method, there is a problem that the frequent movement of the pixel information causes a time loss, the program / debug takes too much time, and the debug efficiency decreases. there were.

【0016】また、逆コンパイル速度に高速性が要求さ
れる試運転あるいは実際の稼動中におけるダイナミック
モニタにおいては、PCの稼動速度にモニタ表示が追随
できない恐れがあった。
Further, in a test run or a dynamic monitor during actual operation, which requires a high decompilation speed, there is a risk that the monitor display may not follow the PC operating speed.

【0017】また、移動させる画素情報を一時退避させ
るためのワークメモリ空間が、最大時においては表示用
の全データと同等分のメモリ空間を必要とする場合があ
り、メモリ空間に制限のあるプログラムローダの場合等
では対応できないという問題も有していた。
In addition, the work memory space for temporarily saving the pixel information to be moved may require a memory space equivalent to all the data for display at the maximum, and thus a program with a limited memory space. There was also a problem that it could not be handled in the case of a loader.

【0018】本発明は、上記従来の実情に鑑みてなされ
たものであり、その目的とするところは、高速で、且つ
最小限のワークメモリ空間を使用して実行出来るプログ
ラマブルコントローラの逆コンパイル方法を実現するこ
とにある。
The present invention has been made in view of the above conventional circumstances, and an object thereof is to provide a decompile method for a programmable controller which can be executed at high speed and using a minimum work memory space. It is to be realized.

【0019】[0019]

【課題を解決するための手段】本発明の手段は次の通り
である(図1の本発明の原理ブロック図参照)。記憶手
段1は、プログラマブルコントローラの命令ファイルか
ら読み出した命令情報をSFCプログラム図形情報に変
換して記憶する。
The means of the present invention are as follows (see the principle block diagram of the present invention in FIG. 1). The storage means 1 converts the command information read from the command file of the programmable controller into SFC program graphic information and stores it.

【0020】変換手段2は、記憶手段1の記憶領域を規
定するX座標及びY座標で表わされる物理的座標系のX
座標を論理的X座標に変換する。同手段による変換は、
例えば請求項2記載のように、記憶手段1の記憶領域の
物理的座標系を所定の領域毎にブロック化し、該ブロッ
ク毎に物理的X座標を論理的X座標に変換する。
The conversion means 2 is an X-axis of a physical coordinate system represented by X-coordinates and Y-coordinates defining the storage area of the storage means 1.
Convert coordinates to logical X coordinates. Conversion by the same means
For example, as described in claim 2, the physical coordinate system of the storage area of the storage means 1 is divided into blocks for each predetermined area, and the physical X coordinate is converted into the logical X coordinate for each block.

【0021】表示手段3は、記憶手段1の記憶領域から
前記SFCプログラム図形情報をX座標及びY座標の値
に基づいて線順次に読み出して画面表示する。制御手段
4は、表示手段3が記憶手段1の記憶領域から線順次に
読み出すSFCプログラム図形情報のX座標を、変換手
段2により変換された論理的X座標に基づい順次読み出
すよう制御する。
The display means 3 reads the SFC program graphic information from the storage area of the storage means 1 line-sequentially based on the values of the X and Y coordinates and displays it on the screen. The control unit 4 controls the display unit 3 to sequentially read the X-coordinates of the SFC program graphic information read line-sequentially from the storage area of the storage unit 1 based on the logical X-coordinates converted by the conversion unit 2.

【0022】[0022]

【作用】本発明の手段の作用は次の通りである。プログ
ラマブルコントローラの命令ファイルから読み出された
命令情報がSFCプログラム図形情報に変換されて記憶
手段1に記憶される際、その記憶領域を規定するX座標
及びY座標で表わされる物理的座標系が、変換手段2に
より、例えば所定の領域毎にブロック化され、そのブロ
ック毎に物理的X座標が論理的X座標に変換される。上
記SFCプログラム図形情報が表示手段3によりX座標
及びY座標の値に基づいて線順次に読み出されて画面表
示される際、制御手段4により、上記変換された論理的
X座標に基づい順次読み出されるように制御される。
The operation of the means of the present invention is as follows. When the command information read from the command file of the programmable controller is converted into SFC program graphic information and stored in the storage means 1, the physical coordinate system defined by the X coordinate and the Y coordinate defining the storage area is The conversion unit 2 forms, for example, a predetermined area into blocks, and the physical X coordinates are converted into logical X coordinates for each block. When the display means 3 reads the SFC program graphic information line-sequentially based on the values of the X coordinate and the Y coordinate and displays it on the screen, the control means 4 sequentially reads it based on the converted logical X coordinates. Is controlled as follows.

【0023】これにより、高速で、且つ最小限のワーク
メモリ空間を使用して実行出来るプログラマブルコント
ローラの逆コンパイル方法を実現することができる。
This makes it possible to realize a decompile method for a programmable controller which can be executed at high speed using a minimum work memory space.

【0024】[0024]

【実施例】以下、本発明の実施例について、図面を参照
しながら説明する。図2(a),(b) は、メモリ上の物理的
X座標系を、演算により算出した論理的X座標系に対応
させて管理する配列バッファ20のデータ構成の例を示
す図である。
Embodiments of the present invention will be described below with reference to the drawings. FIGS. 2A and 2B are diagrams showing an example of the data configuration of the array buffer 20 that manages the physical X coordinate system on the memory in association with the logical X coordinate system calculated by calculation.

【0025】同図(a),(b) において、配列バッファ20
は、4つの配列データ部20−0、20−1、20−2
及び20−3からなる。各配列データ部20−i(i=
0、1、2又は3)は、物理座標部20−aと論理座標
部20−bとを有する。
In FIGS. 2A and 2B, the array buffer 20
Are four array data parts 20-0, 20-1, 20-2.
And 20-3. Each array data section 20-i (i =
0, 1, 2 or 3) has a physical coordinate part 20-a and a logical coordinate part 20-b.

【0026】物理座標部20−aには、物理的X座標領
域の代表値が格納される。本実施例では、配列データ部
20−0、20−1、20−2及び20−3の物理座標
部20−aには、それぞれ座標領域を表す代表値として
「0」、「1」、「2」及び「3」が格納される。
A representative value of the physical X coordinate area is stored in the physical coordinate section 20-a. In the present embodiment, the physical coordinate parts 20-a of the array data parts 20-0, 20-1, 20-2 and 20-3 respectively have representative values "0", "1", ""2" and "3" are stored.

【0027】また、論理座標部20−bには、物理的X
座標領域に対応する論理的X座標領域の代表値が随時格
納される。同図(a) は初期設定時の状態を示しており、
配列データ部20−0の論理座標部20−bには、物理
座標部20−aの物理的X座標領域の代表値「0」に対
応して、論理的X座標領域の代表値「0」が格納され、
他の配列データ部20−1、20−2及び20−3の論
理座標部20−bには、未使用を示す例えば「FF」が
格納される。
In the logical coordinate section 20-b, the physical X
The representative value of the logical X coordinate area corresponding to the coordinate area is stored at any time. Figure (a) shows the state at the time of initial setting.
In the logical coordinate section 20-b of the array data section 20-0, the representative value "0" of the logical X coordinate area corresponds to the representative value "0" of the physical X coordinate area of the physical coordinate section 20-a. Is stored,
In the logical coordinate parts 20-b of the other array data parts 20-1, 20-2, and 20-3, for example, "FF" indicating unused is stored.

【0028】上記それぞれの代表値で表される座標領域
は、連続する複数の座標値からなる領域であり、後述す
るY座標領域についてもこれに準じる。以下、上述した
物理的X座標領域の代表値及び論理的X座標領域の代表
値を、それぞれ単に物理X座標、及び論理X座標と記載
する。
The coordinate area represented by each of the above representative values is an area made up of a plurality of continuous coordinate values, and the Y coordinate area described later also conforms to this. Hereinafter, the representative value of the physical X coordinate area and the representative value of the logical X coordinate area described above are simply referred to as the physical X coordinate and the logical X coordinate, respectively.

【0029】同図(b) は、メモリ上における物理X座標
「1」の表示用データ(画素情報)を物理X座標「2」
に移動する必要が生じた場合、画素情報のメモリ上にお
ける実際の物理的な移動を行わずに、代りに、物理X座
標「1」が格納されている配列データ部20−1の論理
座標部20−bに、論理X座標「2」が格納された状態
を示している。そして、本来は上記画素情報を物理X座
標「2」に移動した後、移動によって画素情報が空白と
なった物理X座標「1」に格納するはずの新たな画素情
報がメモリ上の次の物理X座標「2」に格納され、その
物理X座標「2」が格納されている物理座標部20−a
に対応する配列データ部20−2の論理座標部20−b
に、論理X座標「1」が格納された状態を示している。
In the same figure (b), the display data (pixel information) of the physical X coordinate "1" on the memory is converted into the physical X coordinate "2".
When it is necessary to move the pixel information to the memory, the actual physical movement of the pixel information in the memory is not performed, but instead, the physical coordinate portion of the array data portion 20-1 in which the physical X coordinate “1” is stored is stored. 20-b shows a state in which the logical X coordinate "2" is stored. Then, after the pixel information is originally moved to the physical X coordinate “2”, new pixel information that should be stored in the physical X coordinate “1” where the pixel information becomes blank due to the movement is the next physical information in the memory. A physical coordinate unit 20-a stored in the X coordinate "2" and in which the physical X coordinate "2" is stored.
Logical coordinate part 20-b of the array data part 20-2 corresponding to
Shows a state in which the logical X coordinate "1" is stored.

【0030】ここで、上述したSFCプログラムとPC
実行ファイル(プログラムの中間コード命令ファイル)
について説明する。図3(a) に、SFCプログラムの一
例を示し、同図(b) に、同図(a) のSFCプログラムか
ら変換(コンパイル)されたPC実行ファイルを示す。
Here, the above-mentioned SFC program and PC
Execution file (intermediate code instruction file of program)
Will be described. FIG. 3 (a) shows an example of the SFC program, and FIG. 3 (b) shows a PC executable file converted (compiled) from the SFC program shown in FIG. 3 (a).

【0031】図(b) においては、PC実行ファイルのア
ドレスFA00〜FA41に、コンパイルされた中間コ
ードによる命令が宣言されている。即ち、同図(a) に示
すSFCプログラムの先頭ステップAから後が分岐して
いるので、同図(b) に示すPC実行ファイルの先頭アド
レスであるFA00では、「分岐開始ブロック」が宣言
されている。続いてアドレスFA01では、上記分岐が
ステップAからの分岐であることを示す「Aから」が宣
言され、次のアドレスFA02で、分岐の一方の経路が
トランジションt31を経由することを示す「t31を
経由して」が宣言されている。そして次のアドレスFA
03では、上記トランジションt31の次にはステップ
Bがくることを示す「Bへ」が宣言されている。さらに
次のアドレスFA04では、分岐の他方の経路がトラン
ジションt41を経由することを示す「t41を経由し
て」が宣言され、続くアドレスFA05で、上記トラン
ジションt41の次にステップCがくることを示す「C
へ」が宣言され、次のアドレスFA06で、上記分岐開
始ブロックの宣言が終了することを示す「ブロック終
了」が宣言されている。
In FIG. 6B, the instructions of the compiled intermediate code are declared at the addresses FA00 to FA41 of the PC execution file. That is, since the beginning step A of the SFC program shown in FIG. 9A is branched, FA00, which is the beginning address of the PC executable file shown in FIG. 7B, declares a "branch start block". ing. Subsequently, at address FA01, "from A" indicating that the branch is a branch from step A is declared, and at the next address FA02, "t31" indicating that one route of the branch passes through transition t31. Via'is declared. And the next address FA
In 03, "to B" indicating that step B comes after the transition t31 is declared. Further, at the next address FA04, "via t41" indicating that the other branching route goes through the transition t41 is declared, and at the subsequent address FA05, it is shown that step C comes after the above transition t41. "C
“To” is declared, and at the next address FA06, “block end” indicating that the declaration of the branch start block is finished is declared.

【0032】同図(a) のSFCプログラムの、次のメイ
ンステップBから、ステップD及びステップEへの分岐
においても、PC実行ファイルのアドレスFA07〜F
A13で上述同様に宣言されている。さらに次のステッ
プDから、ステップF及びステップGへの分岐に対して
も、アドレスFA14〜FA20で同様に宣言されてい
る。
Even in the branch from the main step B to the step D and the step E of the SFC program shown in FIG.
It is declared in A13 as above. Further, for the branch from the next step D to step F and step G, the addresses FA14 to FA20 are similarly declared.

【0033】SFCプログラムのステップFからステッ
プHへの流れにはステップGが合流して、ステップGの
分岐が終了している。これについては、PC実行ファイ
ルのアドレスFA21において、分岐の終了したステッ
プが合流することを示す「分岐終了ブロック」が宣言さ
れている。そして次のアドレスFA22では、合流する
一方のステップがステップFであることを示す「Fか
ら」が宣言され、次のアドレスFA23で、上記ステッ
プFからの合流がトランジションt34を経由すること
を示す「t34を経由して」が宣言されている。さらに
次のアドレスFA24において、合流する他方のステッ
プがステップGであることを示す「Gから」が宣言さ
れ、次のアドレスFA25では、ステップGがトランジ
ションt38を経由して合流することを示す「t38を
経由して」が宣言されている。そして、次のアドレスF
A26で、上記2つのステップの合流先がステップHで
あることを示す「Hへ」が宣言され、続くアドレスFA
27で、上記分岐終了ブロックの宣言が終了したことを
示す「ブロック終了」が宣言されている。
Step G merges into the flow from step F to step H of the SFC program, and the branch of step G is completed. For this, at the address FA21 of the PC execution file, a "branch end block" is declared, which indicates that the steps whose branches have ended merge. Then, at the next address FA22, "from F" indicating that one of the joining steps is the step F is declared, and at the next address FA23, it is shown that the joining from the above step F goes through the transition t34. via t34 ”is declared. Further, at the next address FA24, "from G" indicating that the other merging step is the step G is declared, and at the next address FA25, "t38" indicating that the step G merges via the transition t38. Via "is declared. And the next address F
At A26, "to H" indicating that the merge destination of the above two steps is step H is declared, and the following address FA
At "27", "block end" indicating that the branch end block has been declared is declared.

【0034】SFCプログラムの次のステップHと、先
に分岐したステップEによる、ステップIへの合流につ
いても、同様にPC実行ファイルのアドレスFA28〜
FA34で宣言され、また、続くステップIと、先に分
岐したステップCによる、ステップJへの合流について
も、同様にアドレスFA35〜FA41で宣言されてい
る。
Similarly, regarding the merging to the step I by the step H following the SFC program and the step E previously branched, the address FA28-
FA34 is also declared, and the subsequent step I and the merging to step J by the previously branched step C are similarly declared at the addresses FA35 to FA41.

【0035】次に、上記構成の本実施例において、図2
(a),(b) に示す配列バッファ20を用いて図3(b) に示
すPC実行ファイルから同図(a) に示すSFCプログラ
ムに逆変換する逆コンパイルの動作を、図4(a),(b) 及
び図5(a),(b) を用いて説明する。
Next, referring to FIG.
FIG. 4 (a) shows an operation of decompilation in which the PC execution file shown in FIG. 3 (b) is inversely converted into the SFC program shown in FIG. 3 (a) by using the array buffer 20 shown in FIGS. 4 (a) and 4 (a). , (b) and FIGS. 5 (a) and 5 (b).

【0036】なお、この処理においては、表示用データ
メモリ40が使用される。この表示用データメモリ40
は、メモリ上の物理的な位置を、横方向がX座標「0」
〜「3」、縦方向がY座標「0」〜「12」で表される
4×13のXY座標領域(以下、単に座標と記載する)
で構成される画素情報格納領域を有している。
The display data memory 40 is used in this process. This display data memory 40
Is the physical position on the memory, the horizontal direction is the X coordinate "0"
~ "3", 4x13 XY coordinate area (hereinafter simply referred to as coordinates) represented by Y coordinates "0" to "12" in the vertical direction.
Has a pixel information storage area.

【0037】図4(a) において、先ず、PC実行ファイ
ルのアドレスFA「00」〜「06」の命令(図3(b)
参照)が解析され、その解析の結果として、逆変換(逆
コンパイアル)されたSFCプログラムのステップAが
座標(0、0)に格納され、トランジションt31と分
岐経路40−1の一部が座標(0、1)に格納され、ト
ランジションt41と上記分岐経路40−1の残部が座
標(1、1)に格納され、そしてステップB及びCがそ
れぞれ座標(0、2)及び(1、2)に格納される(い
ずれも斜線で示す部分)。
In FIG. 4 (a), first, the instruction of the addresses FA "00" to "06" of the PC execution file (FIG. 3 (b)).
Is analyzed, and as a result of the analysis, the step A of the inversely transformed (inverse compiling) SFC program is stored in the coordinate (0, 0), and the transition t31 and a part of the branch route 40-1 are coordinate ( 0, 1), the transition t41 and the rest of the branch path 40-1 are stored at coordinates (1, 1), and steps B and C are set at coordinates (0, 2) and (1, 2), respectively. It is stored (all are shown with diagonal lines).

【0038】このように、メインステップA及びBが物
理X座標「0」の位置に格納され、メインステップから
分岐するステップCが、物理X座標「0」の右に隣接す
る物理X座標「1」の位置に格納される。
As described above, the main steps A and B are stored at the position of the physical X coordinate "0", and the step C branched from the main step is the physical X coordinate "1" adjacent to the right of the physical X coordinate "0". Is stored in the position.

【0039】上記の処理では、画素情報の移動がないの
で、この間、配列バッファ20の論理座標部20−bの
上記画素情報が格納された物理X座標「0」及び「1」
に対応する論理X座標値には、同じく「0」及び「1」
(図4(a) では論理X座標を括弧付きで示す、以下の図
面についても同様とする)が設定される。
In the above process, since the pixel information is not moved, the physical X coordinates "0" and "1" in which the pixel information of the logical coordinate part 20-b of the array buffer 20 is stored during this period.
The logical X coordinate values corresponding to are also "0" and "1".
(In FIG. 4 (a), the logical X coordinate is shown in parentheses. The same applies to the following drawings).

【0040】続いて、PC実行ファイルのアドレスFA
「07」〜「13」の命令が解析され、メインステップ
Bからの分岐が判別されると、本来は、その分岐するス
テップの画素情報を物理X座標「1」の位置に格納する
ためには、先に分岐したステップCの分岐が終了してい
ないため、そのステップC及びトランジションt41と
分岐経路40−1の残部の画素情報を、それぞれメモリ
上の物理座標(1、2)及び(1、1)から、右隣の物
理座標(2、2)及び(2、1)に移動させて、物理X
座標「1」の位置をクリアする必要が生ずる。
Next, the address FA of the PC execution file
When the instructions of "07" to "13" are analyzed and the branch from the main step B is determined, originally, in order to store the pixel information of the branching step in the position of the physical X coordinate "1". , The branch of the previously branched step C is not completed, and the pixel information of the step C and the transition t41 and the remaining portion of the branch path 40-1 are stored as physical coordinates (1, 2) and (1, From 1), move to the physical coordinates (2,2) and (2,1) on the right side, and move to physical X
It becomes necessary to clear the position of the coordinate "1".

【0041】このとき、同図(b) に示すように、ステッ
プC及びトランジションt41と分岐経路40−1の残
部の画素情報をメモリ上では移動せず、代りに、その物
理座標(1、2)及び(1、1)の物理X座標「1」に
対応する論理X座標を「2」に設定する。つぎに、画素
情報が未格納となっている物理座標(2、0)〜(2、
12)の物理X座標「2」に対応する論理X座標を
「1」に設定する。そして、ステップBから分岐するメ
インステップD及びトランジションt32と分岐経路4
0−2の一部を、それぞれ物理座標(0、4)及び
(0、3)に格納すると共に、同じくステップBから分
岐するステップE及びトランジションt39と分岐経路
40−2の残部を、それぞれ上記画素情報が未格納とな
っていた物理座標(2、4)及び(2、3)に格納し、
さらに、前述のステップCの分岐経路40−1の延長部
を物理座標(2、1)に格納する(いずれも斜線で示す
部分)。
At this time, as shown in FIG. 7B, the pixel information of the step C and the transition t41 and the remaining part of the branch path 40-1 is not moved on the memory, but instead its physical coordinates (1, 2) are used. ) And (1, 1), the logical X coordinate corresponding to the physical X coordinate "1" is set to "2". Next, the physical coordinates (2, 0) to (2,
The logical X coordinate corresponding to the physical X coordinate “2” of 12) is set to “1”. The main step D branched from step B, the transition t32, and the branch path 4
A part of 0-2 is stored in the physical coordinates (0, 4) and (0, 3), respectively, and the step E and the transition t39 branching from the step B and the rest of the branching route 40-2 are respectively described above. The pixel information is stored in the physical coordinates (2, 4) and (2, 3) which have not been stored,
Further, the extension of the branch route 40-1 of step C described above is stored in the physical coordinates (2, 1) (both are shaded).

【0042】このように、この時点において本来は、物
理X座標「1」の位置に格納されるべきステップE及び
トランジションt39等が、画素情報の未格納な物理X
座標「2」の位置に格納され、対応する論理X座標が
「1」に設定される。また、すでに格納されている画素
情報については、関係する配列バッファ20の論理X座
標が設定し直されるのみであり、画素情報が実際にメモ
リ上で移動されることはない。
As described above, at this point, the step E, the transition t39, etc. which should be originally stored at the position of the physical X coordinate "1" are the physical X for which the pixel information is not stored.
It is stored at the position of the coordinate “2” and the corresponding logical X coordinate is set to “1”. Further, regarding the pixel information already stored, only the logical X coordinate of the related array buffer 20 is reset, and the pixel information is not actually moved in the memory.

【0043】続いて、次のPC実行ファイルのアドレス
FA「14」〜「20」の命令が解析され、ふたたびメ
インステップDからの分岐が判別されると、この場合も
本来は、その分岐するステップの画素情報を物理X座標
「1」の位置に格納するためには、先に分岐したステッ
プC及びステップEの分岐が終了していないため、それ
らのステップC及びE、トランジションt41及びt3
9、分岐経路40−1の残部及び40−2の残部等の画
素情報を、それらが格納されている物理座標から右隣の
物理座標に移動させて、物理X座標「1」の位置をクリ
アする必要が生ずる。
Subsequently, when the instruction of the addresses FA "14" to "20" of the next PC execution file is analyzed and the branch from the main step D is discriminated again, in this case also, the step that originally branches is executed. In order to store the pixel information of step C at the position of the physical X coordinate "1", the branch of step C and step E that have branched previously has not been completed, so those steps C and E, transitions t41 and t3.
9. Move the pixel information of the remaining part of the branch path 40-1 and the remaining part of 40-2, etc. from the physical coordinates in which they are stored to the physical coordinate on the right, and clear the position of the physical X coordinate “1”. The need arises.

【0044】この場合も、図5(a) に示すように、ステ
ップC及びE、トランジションt41及びt39、分岐
経路40−1の残部及び40−2の残部等の画素情報を
メモリ上では移動せず、代りに、それらの画素情報が格
納されている物理X座標「1」及び「2」に対応する論
理X座標「2」及び「1」(図4(b) 参照)を、「1」
インクリメントして「3」及び「2」とする。これによ
り、論理X座標上において画素情報の移動が完了する。
Also in this case, as shown in FIG. 5 (a), pixel information such as steps C and E, transitions t41 and t39, the remaining part of the branch path 40-1 and the remaining part of 40-2, etc. is moved in the memory. Instead, the logical X coordinates "2" and "1" (see FIG. 4 (b)) corresponding to the physical X coordinates "1" and "2" where the pixel information is stored are changed to "1".
Increment to "3" and "2". This completes the movement of the pixel information on the logical X coordinate.

【0045】つぎに、画素情報が未格納となっている物
理座標(3、0)〜(3、12)の物理X座標「3」に
対応する論理X座標を「1」に設定する。そして、ステ
ップDから分岐するメインステップF及びトランジショ
ンt34と分岐経路40−3の一部を、それぞれ物理座
標(0、6)及び(0、5)に格納すると共に、同じく
ステップDから分岐するステップG及びトランジション
t37と分岐経路40−3の残部を、それぞれ上記画素
情報が未格納となっていた物理座標(3、6)及び
(3、5)に格納し、さらに、前述のステップCの分岐
経路40−1の新たな延長部を物理座標(3、1)に、
ステップEの分岐経路40−2の延長部を物理座標
(3、3)に格納する(いずれも斜線で示す部分)。
Next, the logical X coordinate corresponding to the physical X coordinate "3" of the physical coordinates (3,0) to (3,12) in which the pixel information is not stored is set to "1". Then, the main step F branched from step D, the transition t34, and a part of the branch path 40-3 are stored in the physical coordinates (0, 6) and (0, 5), respectively, and the step branched from step D is also performed. G, the transition t37, and the rest of the branch path 40-3 are stored in the physical coordinates (3, 6) and (3, 5) in which the pixel information has not been stored, respectively, and further, the branch of step C described above. The new extension of path 40-1 is at physical coordinates (3, 1),
The extension of the branch route 40-2 of step E is stored in the physical coordinates (3, 3) (all are shown by hatching).

【0046】このように、本来は、物理X座標「1」の
位置に格納されるべきステップG及びトランジションt
37等が、画素情報の未格納な物理X座標「3」の位置
に格納され、対応する論理X座標が「1」に設定され
る。そして、すでに格納されている画素情報について
は、関係する配列バッファ20の論理X座標が「1」イ
ンクリメントされて設定し直されるのみであり、画素情
報がメモリ上で実際に移動されることはない。
As described above, the step G and the transition t which should originally be stored at the position of the physical X coordinate "1".
37 and the like are stored in the position of the physical X coordinate "3" in which pixel information is not stored, and the corresponding logical X coordinate is set to "1". Then, for the pixel information already stored, the logical X coordinate of the related array buffer 20 is only incremented by "1" and reset, and the pixel information is not actually moved in the memory. ..

【0047】この後さらに、PC実行ファイルのアドレ
スFA「21」〜「41」の命令が解析され、図5(b)
に示すように、メインステップH、I、及びJが物理座
標(0、8)、(0、10)、及び(0、12)に格納
され、それらのトランジション及び分岐合流経路が物理
座標(0、7)、(0、9)、及び(0、11)に格納
されると共に、分岐した各ステップの分岐終了経路、合
流経路等が物理座標(1、3)〜(1、11)、(2、
5)〜(2、9)、(2、11)、(3、7)、(3、
9)、及び(3、11)へそれぞれ格納される(いずれ
も斜線で示す部分)。
After that, the instructions of the addresses FA "21" to "41" of the PC execution file are further analyzed, and the result is shown in FIG. 5 (b).
As shown in, the main steps H, I, and J are stored in the physical coordinates (0, 8), (0, 10), and (0, 12), and their transitions and branch / merging paths are stored in the physical coordinates (0. , 7), (0, 9), and (0, 11) are stored in the physical coordinates (1, 3) to (1, 11) ( 2,
5) to (2, 9), (2, 11), (3, 7), (3,
9) and (3, 11), respectively (indicated by diagonal lines).

【0048】図6(a) に、上記メモリ上に完成された画
素情報を斜線表示を取り除いて再掲する。このように、
物理X座標「0」、「1」、「2」及び「3」に対応す
る論理X座標には「0」、「3」、「2」及び「1」が
設定されている。
In FIG. 6A, the pixel information completed on the memory is reproduced again with the hatched display removed. in this way,
"0", "3", "2" and "1" are set in the logical X coordinates corresponding to the physical X coordinates "0", "1", "2" and "3".

【0049】この画素情報が、画面表示のためにメモリ
から読み出されるときは、同図(b)に示すように、Y座
標については、そのまま物理Y座標で読み出されるが、
X座標については、論理X座標に基づいて「0」、
「1」、「2」及び「3」と順次読み出される。したが
って、メモリ上の画素情報は、それらの論理X座標に対
応する物理X座標「0」、「3」、「2」及び「1」の
順に読み出されて画面表示される。
When this pixel information is read from the memory for screen display, the Y coordinate is read as it is as the physical Y coordinate, as shown in FIG.
Regarding the X coordinate, "0" based on the logical X coordinate,
“1”, “2”, and “3” are sequentially read. Therefore, the pixel information on the memory is read out in the order of physical X coordinates "0", "3", "2" and "1" corresponding to the logical X coordinates and displayed on the screen.

【0050】このように、本実施例においては、表示用
データメモリ40に画素情報を格納していく過程におい
て、先に格納した画素情報を移動することなく、単に配
列バッファ20の論理X座標の値を変更するのみで、新
たな分岐情報を新たなメモリ領域に格納し、あたかもメ
モリ上で画素情報を移動した場合と全く同一の画面表示
をすることができる。
As described above, in the present embodiment, in the process of storing the pixel information in the display data memory 40, the previously stored pixel information is not moved and the logical X coordinate of the array buffer 20 is simply set. Only by changing the value, new branch information can be stored in a new memory area, and the same screen display as if the pixel information was moved on the memory can be displayed.

【0051】[0051]

【発明の効果】上述したように、本発明によれば、画素
情報のメモリ上の物理的移動を排除して高速に且つ最小
限のワークメモリ空間を使用して逆コンパイルを行うこ
とが出来るので、画素情報の頻繁な移動による時間的ロ
スがなくなるためプログラム・デバッグの効率が向上す
る。また、高速な逆コンパイルによりPCの稼動速度に
追随するモニタ表示が行えるためPCの試運転あるいは
実際の稼動中におけるリアルタイムのダイナミックモニ
タが可能となり作業管理業務の効率が向上する。また、
移動させる画素情報を一時退避させるためのワークメモ
リ空間が不用となるためメモリ空間に制限のあるプログ
ラムローダでも対応できるのでコストパフォーマンスが
向上する。
As described above, according to the present invention, the physical movement of pixel information on the memory can be eliminated, and decompilation can be performed at high speed and using the minimum work memory space. Since the time loss due to the frequent movement of pixel information is eliminated, the efficiency of program / debug is improved. Further, since the monitor display that follows the operating speed of the PC can be performed by high-speed decompilation, real-time dynamic monitoring can be performed during the trial run or actual operation of the PC, and the efficiency of work management work is improved. Also,
Since the work memory space for temporarily saving the pixel information to be moved is unnecessary, a program loader having a limited memory space can also be used, so that cost performance is improved.

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

【図1】本発明の原理ブロック図である。FIG. 1 is a principle block diagram of the present invention.

【図2】(a),(b) は配列バッファのデータ構成の例を示
す図である。
2A and 2B are diagrams showing an example of a data configuration of an array buffer.

【図3】(a) はSFCプログラムの一例を示す図、(b)
はSFCプログラムからコンパイルされたPC実行ファ
イルを示す図である。
FIG. 3A is a diagram showing an example of an SFC program, and FIG.
FIG. 6 is a diagram showing a PC execution file compiled from an SFC program.

【図4】(a),(b) はPC実行ファイルからSFCプログ
ラムに逆コンパイルする動作を説明する図である。
4A and 4B are diagrams illustrating an operation of decompiling a PC executable file into an SFC program.

【図5】(a),(b) はPC実行ファイルからSFCプログ
ラムに逆コンパイルする動作を説明する図である。
5A and 5B are diagrams illustrating an operation of decompiling a PC executable file into an SFC program.

【図6】(a) はメモリ上に完成された画素情報を示す
図、(b) はメモリ上の画素情報が表示画面に読み出され
る状態を説明する図である。
6A is a diagram showing pixel information completed on a memory, and FIG. 6B is a diagram explaining a state in which the pixel information on the memory is read out to a display screen.

【図7】(a) はシンボルマークによるリレー回路の展開
接続図、(b) はSFCプログラム記述形式を説明する図
である。
7A is a developed connection diagram of a relay circuit by a symbol mark, and FIG. 7B is a diagram illustrating an SFC program description format.

【図8】(a) は従来のSFCプログラムの画面表示例を
示す図、(b) は従来のメモリ上の表示用データの構成を
示す図である。
8A is a diagram showing a screen display example of a conventional SFC program, and FIG. 8B is a diagram showing a configuration of display data on a conventional memory.

【図9】(a),(b),(c) は従来のメモリ上の画素情報に対
して行われる移動について説明する図である。
9A, 9B, and 9C are diagrams for explaining movement performed on pixel information on a conventional memory.

【図10】(a),(b),(c) は従来のメモリ上の画素情報に
対して行われる移動について説明する図である。
FIGS. 10A, 10B, and 10C are diagrams for explaining movement performed for pixel information on a conventional memory.

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

20 配列バッファ 20−0〜20−3 配列データ部 20−a 物理X座標部 20−b 論理X座標部 A〜J ステップ t31〜t42 トランジション 20 array buffer 20-0 to 20-3 array data part 20-a physical X coordinate part 20-b logical X coordinate part A to J steps t31 to t42 transition

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 プログラマブルコントローラの命令ファ
イルから読み出した命令情報をSFCプログラム図形情
報に変換して記憶する記憶手段(1) と、 該記憶手段(1) の記憶領域を規定するX座標及びY座標
で表わされる物理的座標系のX座標を論理的X座標に変
換する変換手段(2) と、 前記記憶手段(1) の記憶領域から前記SFCプログラム
図形情報をX座標及びY座標の値に基づいて線順次に読
み出して画面表示する表示手段(3) と、 該表示手段(3) が前記記憶手段(1) の記憶領域から線順
次に読み出すSFCプログラム図形情報のX座標を、前
記変換手段(2) により変換された論理的X座標に基づい
順次読み出すよう制御する制御手段(4) と、 を有することを特徴とするプログラマブルコントローラ
の逆コンパイル方法。
1. A storage means (1) for converting command information read from a command file of a programmable controller into SFC program graphic information and storing the same, and X-coordinates and Y-coordinates defining a storage area of the storage means (1). A conversion means (2) for converting the X coordinate of the physical coordinate system represented by to a logical X coordinate, and the SFC program graphic information from the storage area of the storage means (1) based on the values of the X coordinate and the Y coordinate. Display means (3) for line-sequentially reading and displaying on the screen, and the X-coordinate of the SFC program graphic information which the display means (3) reads line-sequentially from the storage area of the storage means (1) by the conversion means ( 2. A decompilation method for a programmable controller, comprising: a control means (4) for controlling the sequential reading based on the logical X coordinate converted by 2).
【請求項2】 前記変換手段(2) は、前記記憶手段(1)
の記憶領域の物理的座標系を所定の領域毎にブロック化
し、該ブロック毎に物理的X座標を論理的X座標に変換
することを特徴とする請求項1記載のプログラマブルコ
ントローラの逆コンパイル方法。
2. The conversion means (2) includes the storage means (1).
2. The decompile method for a programmable controller according to claim 1, wherein the physical coordinate system of the storage area is divided into blocks for each predetermined area, and the physical X coordinate is converted into a logical X coordinate for each block.
JP4046795A 1992-03-04 1992-03-04 Decompiler and decompile method for programmable controller Expired - Fee Related JP3021926B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4046795A JP3021926B2 (en) 1992-03-04 1992-03-04 Decompiler and decompile method for programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4046795A JP3021926B2 (en) 1992-03-04 1992-03-04 Decompiler and decompile method for programmable controller

Publications (2)

Publication Number Publication Date
JPH05250011A true JPH05250011A (en) 1993-09-28
JP3021926B2 JP3021926B2 (en) 2000-03-15

Family

ID=12757273

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4046795A Expired - Fee Related JP3021926B2 (en) 1992-03-04 1992-03-04 Decompiler and decompile method for programmable controller

Country Status (1)

Country Link
JP (1) JP3021926B2 (en)

Also Published As

Publication number Publication date
JP3021926B2 (en) 2000-03-15

Similar Documents

Publication Publication Date Title
EP1310844B1 (en) Simulation device
US6981226B2 (en) Flowchart programming for industrial controllers, in particular motion controllers
JPH05274011A (en) Programmable controller and its control method
JP2019036014A (en) Information processing apparatus, information processing method and program
US10761513B2 (en) Information processing device, information processing method, and non-transitory computer-readable recording medium
KR20060120539A (en) Graphical programing device and programmable indicator
CN110275451B (en) Development support device, development support method, and recording medium
US20060085783A1 (en) Multi-process display method in debugger system
JPS62229343A (en) Program counter display system
KR102198204B1 (en) Simulation device
JP5849592B2 (en) Programmable controller system, programming device thereof, programmable controller, program, and debugging method
JPH10143221A (en) System and method for supporting development of equipment control program
JP2020201635A (en) Support device and support program
JP3021926B2 (en) Decompiler and decompile method for programmable controller
JP2875135B2 (en) Program device for programmable controller
JPH10247142A (en) System and method for programming process control program
JP2003044277A (en) Program development support device, program development support program and recording medium having the same program recorded thereon
JP3464417B2 (en) Test display method of screen data for control device
JP2003288113A (en) Simulation method of equipment and simulation program of equipment
JP3002052B2 (en) Programmable controller programming method
JPH08194634A (en) Test execution system
JP3129889B2 (en) Numerical control unit
JP2002073120A (en) Device and method for programming of programmable controller
JP2003223204A (en) Programming method of programmable controller, system thereof and recording medium thereof
JP2000214921A (en) Display device

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: 19991214

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: 20080114

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090114

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100114

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110114

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees