JP3126848B2 - calculator - Google Patents

calculator

Info

Publication number
JP3126848B2
JP3126848B2 JP05119495A JP11949593A JP3126848B2 JP 3126848 B2 JP3126848 B2 JP 3126848B2 JP 05119495 A JP05119495 A JP 05119495A JP 11949593 A JP11949593 A JP 11949593A JP 3126848 B2 JP3126848 B2 JP 3126848B2
Authority
JP
Japan
Prior art keywords
communication
computer
program
source
source code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP05119495A
Other languages
Japanese (ja)
Other versions
JPH06332823A (en
Inventor
淳一 金子
Original Assignee
株式会社エフ・エフ・シー
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社エフ・エフ・シー filed Critical 株式会社エフ・エフ・シー
Priority to JP05119495A priority Critical patent/JP3126848B2/en
Publication of JPH06332823A publication Critical patent/JPH06332823A/en
Application granted granted Critical
Publication of JP3126848B2 publication Critical patent/JP3126848B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、計算機に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer.

【0002】ネットワークを介し計算機間で通信を行な
って工場ラインを監視し制御する分散システムにおいて
は、各計算機に最適な機種が選定され、したがって多く
の場合、異なるCPUを搭載した計算機がネットワーク
内に混在する。
In a distributed system that monitors and controls a factory line by communicating between computers via a network, an optimal model is selected for each computer, and therefore, in many cases, computers equipped with different CPUs are installed in the network. Mix.

【0003】このため、ネットワーク通信の部分を含む
監視制御用のアプリケーションプログラムがそれらの機
種毎に作成される。
For this reason, an application program for monitoring and control including a part of network communication is created for each of these models.

【0004】[0004]

【従来の技術】図2では工場ラインの監視制御を行なう
分散システムの構成が説明されており、同図において、
複数の計算機10(A,B,C,D,E,Fの6台)が
ネットワーク12で結ばれ、各計算機10のアプリケー
ションプログラム200により計算機10間のネットワ
ーク通信が行なわれる。
2. Description of the Related Art FIG. 2 illustrates the configuration of a distributed system for monitoring and controlling a factory line.
A plurality of computers 10 (six computers A, B, C, D, E, and F) are connected by a network 12, and network communication between the computers 10 is performed by an application program 200 of each computer 10.

【0005】[0005]

【発明が解決しようとする課題】[Problems to be solved by the invention]

【0006】そのシステムにはCPUの異なる計算機1
0が混在することから、計算機10間のネットワーク通
信を行なうプログラム部分の開発は各計算機間の種々の
定義を考慮して開発する必要があり、高度な技術,ノウ
ハウ,経験が必要となる。
The computer has a computer 1 with a different CPU.
Since 0s coexist, it is necessary to develop a program portion for performing network communication between the computers 10 in consideration of various definitions between the computers, which requires advanced technology, know-how, and experience.

【0007】このため、CPUが異なる計算機10間で
あってもネットワーク通信のプログラム部分を極めて容
易に開発できるツールが使用され、そのプログラム部分
が計算機毎に効率良く作成される。
For this reason, a tool is used that can develop a network communication program part very easily even between computers 10 with different CPUs, and the program part is efficiently created for each computer.

【0008】計算機10の台数が増加し、ネットワーク
通信の経路が複雑化すると、通信条件や通信相手を取り
違える単純なプログラムミスが発生する。また、ネット
ワーク通信のプログラム部分が計算機毎に作成されるの
で、それらの管理に労力が費やされる。
When the number of computers 10 increases and the path of network communication becomes complicated, a simple program error occurs in which communication conditions and communication partners are confused. In addition, since the network communication program portion is created for each computer, labor is required for managing them.

【0009】本発明は上記従来の事情に鑑みてなされた
ものであり、その目的は、単純なプログラムミスを確実
に回避でき、しかも、プログラムの管理が極めて容易と
なる通信プログラムを作成する計算機を提供することに
ある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned circumstances, and has as its object to provide a computer for creating a communication program capable of reliably avoiding a simple program error and also making program management extremely easy. To provide.

【0010】[0010]

【課題を解決するための手段】図1(A)には分散シス
テムの構成が示されており(図2参照)、複数の計算機
10がネットワーク12で結ばれ、計算機10間でネッ
トワーク通信が行なわれる。
FIG. 1A shows the configuration of a distributed system (see FIG. 2). A plurality of computers 10 are connected via a network 12, and network communication is performed between the computers 10. It is.

【0011】そして図1(B)において、第1発明に係
る計算機10では、通信プログラムを作成するいずれか
の計算機10において、通信元と通信先のプログラム間
の各通信処理内容を定義する定義手段100と、当該定
義手段100により定義された内容に基づいて、前記通
信元、通信先プログラム間の通信部分のソースコードを
生成する生成手段102と、生成したソースコードのう
ち該当するソースコードを、前記通信元、通信先プログ
ラムのある各計算機10に対して、配布する配布手段1
04と、を有することを特徴とする。
In FIG. 1B, in the computer 10 according to the first invention, in any one of the computers 10 for creating a communication program, a definition means for defining each communication processing content between a communication source program and a communication destination program. 100, generating means 102 for generating a source code of a communication part between the communication source and the communication destination program based on the contents defined by the definition means 100, and a source code corresponding to the generated source code. Distribution means 1 for distributing to each computer 10 having the communication source and communication destination programs
04.

【0012】また、第2発明に係る計算機10では、第
1発明に係る計算機10において、通信元と通信先のプ
ログラム間の各通信処理内容を定義する定義手段100
では、予め定義された通信元、通信先を、マウスにより
選択させて行うことを特徴とする。
Further, in the computer 10 according to the second invention, in the computer 10 according to the first invention, a definition means 100 for defining each communication processing content between a program of a communication source and a program of a communication destination.
Is characterized in that a communication source and a communication destination defined in advance are selected by using a mouse.

【0013】[0013]

【作用】いずれかの計算機10がユーザと会話して通信
条件,通信相手などを定義し、その定義内容から生成し
たソースコードを他の計算機10に配布する(他の計算
機10がこのソースコードの送信を要求して取得しても
良い)。
A computer 10 communicates with a user to define a communication condition, a communication partner, and the like, and distributes a source code generated from the definition contents to another computer 10 (the other computer 10 transmits the source code of the source code). It may be obtained by requesting transmission).

【0014】[0014]

【実施例】以下、図面に基づいて本発明にかかる通信プ
ログラム作成方法の好適な実施例を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A preferred embodiment of a communication program creating method according to the present invention will be described below with reference to the drawings.

【0015】図12,図13,図14では実施例の作用
がフローチャートを用いて説明されており、ユーザはネ
ットワーク通信が行なわれるアプリケーションプログラ
ム200(図2,図11参照)を論理的な機能グループ
(オブジェクト)に分けて設計する(ステップ120
0)。
FIGS. 12, 13 and 14 illustrate the operation of the embodiment with reference to flowcharts. The user can set an application program 200 (see FIGS. 2 and 11) for performing network communication in a logical function group. (Object) and design (Step 120)
0).

【0016】次に、通信定義サーバ(ユーザと会話して
通信条件,通信相手などを定義し、この定義内容から生
成したソースコードを他の計算機10に配布する)の計
算機10を選定し(例えば図11のように計算機Bを選
定する)、同計算機10にログインする(ステップ12
02)。
Next, the computer 10 of the communication definition server (which defines the communication conditions, the communication partner, etc. in conversation with the user, and distributes the source code generated from the definition contents to other computers 10) is selected (for example, the computer 10). The computer B is selected as shown in FIG. 11), and the user logs in to the computer 10 (step 12).
02).

【0017】さらに、通信定義サーバの計算機10にソ
ースコードジェネレータ(ユーザと会話して通信条件,
通信相手などを定義し、その定義内容から生成したソー
スコードを他の計算機10に配布する内容のプログラ
ム)をインストールし(ステップ1204)、起動する
(ステップ1206)。
Further, the computer 10 of the communication definition server is provided with a source code generator (communication with the user, communication conditions,
A communication partner and the like are defined, and a program (contents of distributing a source code generated from the defined contents) to another computer 10 is installed (step 1204) and activated (step 1206).

【0018】ソースコードジェネレータが起動される
と、最初に、アプリケーションプログラム200の本体
部分をプログラミングする(ステップ1208:このと
きには、ソースコードジェネレータのインストール時に
指定されたツールが利用される)。
When the source code generator is started, first, the main body of the application program 200 is programmed (step 1208: at this time, a tool specified at the time of installing the source code generator is used).

【0019】そして、ネットワーク12内に存在する計
算機10のホスト名(計算機名),ドメイン名(オブジ
ェクトが属するグループ名)を図3,図4の画面上で各
々設定し(ステップ1210,1212)、オブジェク
トが配置されるホスト名,ドメイン名を図5の画面上で
設定する(ステップ1214,1216)。
Then, the host name (computer name) and domain name (group name to which the object belongs) of the computer 10 existing in the network 12 are set on the screens of FIGS. 3 and 4 (steps 1210 and 1212), respectively. The host name and domain name where the object is arranged are set on the screen of FIG. 5 (steps 1214 and 1216).

【0020】また、各オブジェクトの内容を図6,図
7,図8の画面上で全て設定し(ステップ1300,1
302)、図9または図10(数が多い場合には図9の
画面が、少ない場合には図10の画面が選択される)の
画面を表示させて通信元と通信先のオブジェクトを指定
する(ステップ1304,1306,1308)。
The contents of each object are all set on the screens of FIGS. 6, 7 and 8 (steps 1300, 1300).
302), the screen of FIG. 9 or FIG. 10 (the screen of FIG. 9 is selected when the number is large, and the screen of FIG. 10 is selected when the number is small), and the communication source and the communication destination objects are designated. (Steps 1304, 1306, 1308).

【0021】このようにしてオブジェクト配置,通信処
理の内容,通信元及び通信先が定義されると、通信定義
サーバの計算機10はその定義内容を参照して通信部分
のソースコードを生成する(ステップ1308)。
When the object arrangement, the contents of the communication processing, the communication source and the communication destination are defined in this way, the computer 10 of the communication definition server generates the source code of the communication part with reference to the definition contents (step S10). 1308).

【0022】さらに、定義内容で示される全ての計算機
10へ順にログインしてそれらの該当のソースコードを
図11のように配布する(ステップ1400,140
2,1404,1406,1408,1410,141
2,1414,1416:図11においては、計算機B
が計算機Aと計算機Dと計算機Fにソースコードを配布
している)。
Further, the user sequentially logs in to all the computers 10 indicated by the definition contents and distributes the corresponding source codes as shown in FIG. 11 (steps 1400 and 140).
2, 1404, 1406, 1408, 1410, 141
2, 1414, 1416: In FIG. 11, computer B
Distributes the source code to the computer A, the computer D, and the computer F).

【0023】最後に、これらソースコードのコンパイ
ル,リンクが配布先の計算機10で行なわれてアプリケ
ーションプログラム200の実行ファイルが生成され
(ステップ1418,1420)、全てのアプリケーシ
ョンプログラム200が立ち上げられる(ステップ14
22)。
Finally, the source code is compiled and linked in the distribution destination computer 10 to generate an executable file of the application program 200 (steps 1418 and 1420), and all the application programs 200 are started (step 1418). 14
22).

【0024】以上説明したように本実施例によれば、オ
ブジェクト配置,通信処理の内容,通信元及び通信先が
ビジュアルな画面を用いたユーザとの会話により定義さ
れることから、これらに関する単純なプログラムミスの
発生を確実に回避することが可能となる。
As described above, according to the present embodiment, since the object arrangement, the contents of the communication processing, the communication source and the communication destination are defined by the conversation with the user using the visual screen, the simple arrangement relating to these is defined. It is possible to reliably avoid the occurrence of a program error.

【0025】また、全てのソースコードが通信定義サー
バの計算機10のみで生成され、これらのソースコード
が該当の計算機10へ自動的に配布されるので、プログ
ラム(200)の管理が極めて容易となる。なお、本実
施例においては通信定義が全て完了してからソースコー
ドが生成されているが、通信定義を部分的に行なう毎に
ソースコードを生成しても良い。
Further, since all the source codes are generated only by the computer 10 of the communication definition server and these source codes are automatically distributed to the corresponding computer 10, the management of the program (200) becomes extremely easy. . In this embodiment, the source code is generated after all the communication definitions are completed. However, the source code may be generated every time the communication definition is partially performed.

【0026】[0026]

【発明の効果】以上説明したように本発明によれば、い
ずれかの計算機がユーザと会話して通信条件,通信相手
などを定義し、その定義内容から生成したソースコード
を他の計算機10へ引き渡すので、単純なプログラムミ
スを確実に回避でき、しかも、プログラムの管理が極め
て容易となる。
As described above, according to the present invention, one of the computers communicates with the user to define the communication conditions, the communication partner, and the like, and transmits the source code generated from the definition contents to another computer 10. Since the delivery, simple program mistakes can be avoided with certainty, and the management of the program becomes extremely easy.

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

【図1】発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】分散システムの構成説明図である。FIG. 2 is an explanatory diagram of a configuration of a distributed system.

【図3】通信定義の編集画面説明図である。FIG. 3 is an explanatory view of a communication definition editing screen.

【図4】通信定義の編集画面説明図である。FIG. 4 is an explanatory diagram of a communication definition editing screen.

【図5】通信定義の編集画面説明図である。FIG. 5 is an explanatory diagram of a communication definition editing screen.

【図6】通信定義の編集画面説明図である。FIG. 6 is an explanatory view of a communication definition editing screen.

【図7】通信定義の編集画面説明図である。FIG. 7 is an explanatory diagram of a communication definition editing screen.

【図8】通信定義の編集画面説明図である。FIG. 8 is an explanatory diagram of a communication definition editing screen.

【図9】通信定義の編集画面説明図である。FIG. 9 is an explanatory view of a communication definition editing screen.

【図10】通信定義の編集画面説明図である。FIG. 10 is an explanatory diagram of a communication definition editing screen.

【図11】ソースコード引き渡しの作用説明図である。FIG. 11 is an explanatory diagram of an operation of source code delivery.

【図12】実施例の作用を説明するフローチャートであ
る。
FIG. 12 is a flowchart illustrating the operation of the embodiment.

【図13】実施例の作用を説明するフローチャートであ
る。
FIG. 13 is a flowchart illustrating the operation of the embodiment.

【図14】実施例の作用を説明するフローチャートであ
る。
FIG. 14 is a flowchart illustrating the operation of the embodiment.

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

10 計算機 12 ネットワーク 200 ネットワーク通信が行なわれるアプリケーショ
ンプログラム
DESCRIPTION OF SYMBOLS 10 Computer 12 Network 200 Application program for performing network communication

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 通信プログラムを作成する計算機におい
て、 通信元と通信先のプログラム間の各通信処理内容を定義
する定義手段と、 当該定義手段により定義された内容に基づいて、前記通
信元、通信先プログラム間の通信部分のソースコードを
生成する生成手段と、 生成したソースコードのうち該当するソースコードを、
前記通信元、通信先プログラムのある各計算機に対し
て、配布する配布手段と、 を有することを特徴とする計算機。
1. A computer for creating a communication program, comprising: definition means for defining each communication process between a communication source program and a communication destination program; and a communication source and a communication based on the content defined by the definition means. Generating means for generating a source code of a communication portion between the destination programs; and generating a source code corresponding to the generated source code.
And a distribution means for distributing to each computer having the communication source and destination programs.
【請求項2】 前記定義手段では、予め定義された通信
元、通信先を、マウスにより選択させて行うことを特徴
とする請求項1の計算機。
2. The computer according to claim 1, wherein said definition means selects a communication source and a communication destination defined in advance by using a mouse.
JP05119495A 1993-05-21 1993-05-21 calculator Expired - Fee Related JP3126848B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP05119495A JP3126848B2 (en) 1993-05-21 1993-05-21 calculator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP05119495A JP3126848B2 (en) 1993-05-21 1993-05-21 calculator

Publications (2)

Publication Number Publication Date
JPH06332823A JPH06332823A (en) 1994-12-02
JP3126848B2 true JP3126848B2 (en) 2001-01-22

Family

ID=14762685

Family Applications (1)

Application Number Title Priority Date Filing Date
JP05119495A Expired - Fee Related JP3126848B2 (en) 1993-05-21 1993-05-21 calculator

Country Status (1)

Country Link
JP (1) JP3126848B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19549376A1 (en) * 1995-03-07 1996-09-26 Francotyp Postalia Gmbh System for thermotransfer printing procedure
JP6398456B2 (en) * 2014-08-13 2018-10-03 富士電機株式会社 Software generator
JP7233521B2 (en) * 2019-03-29 2023-03-06 Musashi AI株式会社 Inspection system and inspection method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01129337A (en) * 1987-11-13 1989-05-22 Matsushita Electric Ind Co Ltd Automatic generating system for communication control software
JP3332239B2 (en) * 1991-09-20 2002-10-07 富士通株式会社 Remote installation management system and terminal system

Also Published As

Publication number Publication date
JPH06332823A (en) 1994-12-02

Similar Documents

Publication Publication Date Title
EP0490624B1 (en) Graphical configuration of data processing networks
US7123991B2 (en) Method for the exchange of data between controls of machines, particularly robots
US20040015959A1 (en) Software installing method for setting printing environment in a computer on an individual computer basis
JPH09185538A (en) Method and device for front end navigator and network architecture
US5522073A (en) Method and apparatus for automating and controlling execution of software tools and tool sets via when/then relationships
EP0614554A1 (en) Method and arrangement for reducing the amount of information necessary for software installation.
US20040068342A1 (en) Method of designing and manufacturing rubber process tooling using an interface to a CAD/CAM software program
JP4233635B2 (en) Apparatus and method for providing persistence to an application interface
US6065116A (en) Method and apparatus for configuring a distributed application program
US7917891B2 (en) Engineering system with automatic generation of entity templates
US7194530B2 (en) System for managing a network
JP3126848B2 (en) calculator
JPH0727498B2 (en) Document management method in data processing system
KR19980045020A (en) Application sharing event controller and control method using the same
JP2007018122A (en) Web service customization system
US20040117782A1 (en) Construction method of external links for software execution environment
JP3494545B2 (en) Distributed computer system, computer and distributed processing method
US20070288884A1 (en) Managing non-essential formatting elements peculiar to individual program developers in source code in a system for shared computer program development
JP3185343B2 (en) Information processing system
US20080071787A1 (en) Computer Controlled Display System For Coordinating Many Users Participating In Long Running Processes For Producing Products
JPH0243640A (en) File control system using inter-program communication
JP2000207473A (en) Device and method for workflow processing
CN116302169A (en) Open source hosting software configuration method, electronic equipment and medium
CN116339581A (en) Service request processing method and device, electronic equipment and storage medium
JPH11353181A (en) Application lapping method

Legal Events

Date Code Title Description
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: 20081102

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20091102

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20091102

Year of fee payment: 9

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

Year of fee payment: 9

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees