JPS63187302A - Tracking system - Google Patents

Tracking system

Info

Publication number
JPS63187302A
JPS63187302A JP1842587A JP1842587A JPS63187302A JP S63187302 A JPS63187302 A JP S63187302A JP 1842587 A JP1842587 A JP 1842587A JP 1842587 A JP1842587 A JP 1842587A JP S63187302 A JPS63187302 A JP S63187302A
Authority
JP
Japan
Prior art keywords
program
tracking
processing
equipment
individual processing
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.)
Pending
Application number
JP1842587A
Other languages
Japanese (ja)
Inventor
Shinji Hori
堀 眞司
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP1842587A priority Critical patent/JPS63187302A/en
Publication of JPS63187302A publication Critical patent/JPS63187302A/en
Pending legal-status Critical Current

Links

Landscapes

  • Control By Computers (AREA)

Abstract

PURPOSE:To cope with a change of a tracking table, by only changing a tracking program and its related individual processing program, even if said change is generated, by executing the data delivery of the tracking program and the individual processing program, as an inter-program message communication. CONSTITUTION:A computer 120 for control inputs a material existence signal from plural sensors 100 installed on a working inspection line, executes tracking of a material position, and executes necessary setting to an external apparatus 170. The material existence signal of the sensor 100 is received by a processing input/output device 110, and a tracking program 130 in the computer 120 for control is started. The tracking program manages the material position, on a tracking table, and sends a material No. in the tracking table to an individual processing program 160 by an inter-program message communication 150 in accordance with necessity. The individual program 160 performs a necessary processing by the received material No., and executes a set output and an actual result collection to the external apparatus 170 by the process input/output device 110.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、軟調圧延精整ライン制御計算機システムやF
Aシステムの加工検査ラインの材料トラッキング方式に
関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention is applicable to a soft rolling finishing line control computer system and F
This relates to the material tracking method of the processing inspection line of the A system.

〔従来の技術〕[Conventional technology]

従来の加工検査ラインにおける制御計算機では材料の位
置を認識するトラッキングプログラムはライン上のセン
サや各設備からの材有り信号や設備動作状態信号により
、加工検査ラインを区切り。
In conventional control computers on machining inspection lines, the tracking program that recognizes the position of materials separates machining inspection lines based on material presence signals and equipment operating status signals from sensors on the line and each piece of equipment.

その区切りを個別のトラッキングゾーンとし、各材料が
どのトラッキングゾーンに存在しているかを管理し、材
料がトラッキングゾーンに進入すると、材料が進入した
トラッキングゾーンに所属する加工設備や検査設備への
指令や実績収集を行う環プログラムは、トラッキングプ
ログラムがあらかじめゾーン別に材料Nα等を格納済の
トラッキングテーブルを参照し、自己の必要とするゾー
ンをサーチし材料Nα等をとり出し、処理を行う。
These boundaries are defined as individual tracking zones, and it is possible to manage which tracking zone each material exists in. When a material enters a tracking zone, it issues commands to processing equipment and inspection equipment belonging to the tracking zone into which the material entered. The ring program that collects results refers to a tracking table in which the tracking program has previously stored material Nα, etc. for each zone, searches for the zone it needs, takes out the material Nα, etc., and processes it.

〔発明が解決しようとする問題点1 以上の様にトラッキングプログラムと個別処理プログラ
ムとのデータ受渡しがファイル渡しとなっているため以
下の問題があった。
[Problem 1 to be solved by the invention As described above, data is transferred between the tracking program and the individual processing program by file transfer, which causes the following problems.

(1)システム設計中や設備変更等によるトラッキング
ゾーンの変更が発生すると、トラッキングテーブルの変
更が必要となり、トラッキングテーブルを参照している
全ての個別処理プログラムの見直し変更が必要となる。
(1) When the tracking zone is changed during system design or due to equipment changes, the tracking table needs to be changed, and all individual processing programs that refer to the tracking table need to be reviewed and changed.

(2)個別処理プログラムがトラッキングテーブルを参
照する方法が個別処理プログラム内に個別に記述される
ため、システム全体としての統一性の欠け、参照方法不
良によるソフト不具合を誘発しやすい6 (3)個別処理プログラムの単体のテストを行う場合、
テスト環境としてトラッキングテーブル上にテストデー
タを整える必要があり、個別処理プログラムのテストが
簡単には行えない。
(2) Since the method by which the individual processing program refers to the tracking table is described individually within the individual processing program, there is a lack of uniformity in the system as a whole, and software problems are likely to occur due to poor reference methods.6 (3) Individual When testing a unit of a processing program,
Test data must be prepared on a tracking table as a test environment, making it difficult to test individual processing programs.

(4)個別処理プログラムの設計作成がトラッキングテ
ーブル設計完了後となり、並行作業が困難である。
(4) The individual processing program is designed and created after the tracking table design is completed, making parallel work difficult.

本発明の目的は以上の問題を解決し、保守性、拡張性の
高いトラッキングシステムを提供することにある。
An object of the present invention is to solve the above problems and provide a tracking system with high maintainability and expandability.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的を達成するため、トラッキングプログラムと個
別処理プログラムのデータ受渡しの方式を変更し、トラ
ッキングプログラムより個別処理プログラムの必要とす
る材料Naをメツセージとして送信し、個別処理プログ
ラム側ではメツセージ受信するプログラム間メツセージ
通信方式とする。
In order to achieve the above purpose, we changed the method of data exchange between the tracking program and the individual processing program, so that the tracking program sends the material Na required by the individual processing program as a message, and the individual processing program receives the message between programs. The message communication method will be used.

プログラム間メツセージ通信方式は、受信プログラムに
て、送信データの内容種別を示すFC(ファンクション
コード)と送信データを準備し、送信マクロ命令を実行
することにより、あらかじめFCと対応付けられた複数
の受信プログラムが起動され、受信プログラム側で受信
マクロ命令を実行することにより、FCと送信されたデ
ータをプログラム内の作業エリアに取込む事ができるプ
ログラム間のデータ受渡し方式である。FCと受信プロ
グラムの対応付けは送信プログラムや受信プログラムと
は独立に変更ができる。
In the program-to-program message communication method, the reception program prepares an FC (function code) indicating the content type of the transmission data and the transmission data, and executes a transmission macro command to send multiple reception signals that are associated with the FC in advance. This is a data transfer method between programs in which the program is started and the receiving program side executes a receiving macro instruction, thereby importing the FC and the transmitted data into the work area within the program. The correspondence between the FC and the receiving program can be changed independently of the sending program and the receiving program.

〔作用〕[Effect]

トラッキングプログラムと個別処理プログラムのデータ
受渡しをプログラム間メツセージ通信とする事により (1)トラッキングテーブルの変更が発生しても、トラ
ッキングプログラム及び関連する個別処理プログラムの
変更のみを行うことで対応できる。
By using inter-program message communication for data exchange between the tracking program and the individual processing program, (1) Even if a change in the tracking table occurs, it can be handled by only changing the tracking program and the related individual processing program.

トラッキングプログラムと他の個別処理プログラムのプ
ログラム間メツセージ通信のFCとデータの変更が不要
であれば個別処理プログラムの見直し変更は不要であり
、保守性、拡張性を改善することができる。
If there is no need to change the FC and data of inter-program message communication between the tracking program and other individual processing programs, there is no need to review or change the individual processing programs, and maintainability and expandability can be improved.

(2)個別処理プログラムはトラッキングテーブルの参
照が不要であり、プログラム間メツセージ通信の受信マ
クロで容易にデータ入力が可能となり、ソフト不具合の
発生を減少させることができる。
(2) Individual processing programs do not need to refer to a tracking table, and data can be easily input using a reception macro for inter-program message communication, thereby reducing the occurrence of software defects.

(3)個別処理プログラムの単体テストを行う場合は、
テスト環境として、個別プログラムが必要とするメツセ
ージのみを用意すれば良く、テストが容易となる。
(3) When performing unit tests of individual processing programs,
As a test environment, it is sufficient to prepare only the messages required by individual programs, making testing easier.

(4)トラッキングテーブル全体の設計が完全に完了し
ていない段階で1個別処理プログラムの並行作業が可能
となる。
(4) Parallel work of one individual processing program is possible even when the design of the entire tracking table is not completely completed.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図により説明する。 An embodiment of the present invention will be described below with reference to FIG.

制御用計算機120は加工検査ライン上に設置された複
数のセンサ100から材有り信号を取り込み、材位置を
トラッキングし、必要な設定を外部機器170に行うシ
ステムである。
The control computer 120 is a system that receives material presence signals from a plurality of sensors 100 installed on the processing inspection line, tracks the material position, and makes necessary settings to the external device 170.

センサ100の材有り信号をプロセス入出力装置110
で受け、制御用計算120内のトラッキングプログラム
130が起動される。トラッキングプログラムはトラッ
キングテーブル上にて、材料位置を管理し、必要に応じ
て個別処理プログラム160ヘプログラム間メツセージ
通信150によりトラッキングテーブル内の材料Nαを
送信する。
The material presence signal from the sensor 100 is transferred to the process input/output device 110.
The tracking program 130 in the control calculation 120 is started. The tracking program manages the material position on the tracking table, and transmits the material Nα in the tracking table to the individual processing program 160 by inter-program message communication 150 as necessary.

個別プログラム160は受信した材料Nαにより必要な
処理を実施し、プロセス入出力袋[110により外部機
器170に設定出力や実績収集を行う。
The individual program 160 performs necessary processing using the received material Nα, and outputs settings and collects results to the external device 170 using the process input/output bag [110].

トラッキングテーブル内の材料Noの持ち方や、個別処
理を起動する方式の詳細を第2図により説明する。
The details of how to hold the material numbers in the tracking table and the method of starting individual processing will be explained with reference to FIG.

第2図は加工検査ラインを3ゾーンとし、ゾーン1には
材料5本、ゾーン2には材料3本、ゾーン3には材料が
4本人るものとした時のトラッキングテーブルとFCテ
ーブルの例である。
Figure 2 shows an example of the tracking table and FC table when the processing inspection line has 3 zones, with 5 materials in zone 1, 3 materials in zone 2, and 4 materials in zone 3. be.

トラッキングテーブル内の数値10〜14は材料Nαを
示すものとし、各ゾーンに存在する材料Nαは各ゾーン
内で先づめに格納する。第2図の例ではゾーン3に先頭
から材料No、 10と材料Nα11の材が存在し、ゾ
ーン2には材料Nα12の材が1本のみあることを示し
ている。
Numerical values 10 to 14 in the tracking table indicate materials Nα, and the materials Nα existing in each zone are stored first in each zone. In the example shown in FIG. 2, there are materials No. 10 and Nα11 from the beginning in zone 3, and only one material Nα12 exists in zone 2.

トラッキングプログラムはゾーン1の入口のセンサの信
号により材料がゾーン1に進入した事を認識し、ゾーン
1に先づめで進入した材の材料Nαを格納する。材料H
aは進入類にあらかじめオペレータより入力済とする。
The tracking program recognizes that the material has entered zone 1 based on the signal from the sensor at the entrance of zone 1, and stores the material Nα of the material that entered zone 1 first. Material H
It is assumed that a has been entered in advance by the operator in the entry category.

次にゾーン1とゾーン2の境界のセンサ信号により、ゾ
ーン1の先頭材をゾーン2の最後尾に移動する。この様
に材料のトラッキングを行い、最後にゾーン3出側に設
置されたセンサ信号により、ゾーン3の先頭材がトラッ
キング完了となり消去され、ゾーン3は前づめとする。
Next, based on the sensor signal at the boundary between zone 1 and zone 2, the leading material in zone 1 is moved to the tail end in zone 2. Tracking of the material is performed in this manner, and finally, based on the sensor signal installed on the exit side of zone 3, tracking of the leading material of zone 3 is completed and the material is erased, and zone 3 is brought to the front.

トラッキングプログラムから個別処理プログラムへのメ
ツセージ通信は第2図のFCテーブルにより管理される
。トラッキングは新らしい材料がゾーン1に進入した場
合はFCテーブルの先頭に格納されているFCIIをF
Cとして、進入した材料Nαを送信データとしてメツセ
ージ送信を行う。
Message communication from the tracking program to the individual processing program is managed by the FC table shown in FIG. For tracking, if a new material enters zone 1, the FCII stored at the beginning of the FC table is F
As C, a message is transmitted using the entered material Nα as transmission data.

個別処理プログラムで、ゾーン1に進入した材料の処理
を分担するプログラムはあらかじめFCllで起動され
る様に登録しておくことにより、自動的に起動され、受
信マクロにより、進入した材料Nαを容易に取込むこと
ができる。
The individual processing program that is responsible for processing the material that has entered Zone 1 can be automatically started by registering it to be started in FCll in advance, and the receiving macro can easily handle the material Nα that has entered Zone 1. can be imported.

以上の様に材料がゾーン移動した時点でトラッキングプ
ログラムはFCテーブルにより指定されているFCで、
メツセージ送信を行う事により個別プログラム側は受信
マクロで材料Nαを容易に取込み個別の処理を開始する
事ができる。
As mentioned above, when the material moves into the zone, the tracking program uses the FC specified by the FC table,
By sending the message, the individual program side can easily take in the material Nα using the receiving macro and start individual processing.

〔発明の効果〕〔Effect of the invention〕

本発明のよれば、保守性拡張性に優れたトラッキングシ
ステムを提供することが可能となり、個別プログラムの
作成テストも容易となり、プログラムの品質の向上が可
能である。
According to the present invention, it is possible to provide a tracking system with excellent maintainability and extensibility, and it is also possible to easily create and test individual programs, thereby improving the quality of the programs.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示す構成図、第2図はトラ
ッキングテーブル、FCテーブルの例を示す図である。 100・・・センサ、110・・・プロセス入出力装置
、120・・・制御計算機、130・・・トラッキング
プログラム、140・・・トラッキングテーブル、15
0・・・メツセージ通信、160・・・個別処理プログ
ラム、170・・・外部機器。
FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a diagram showing an example of a tracking table and an FC table. 100... Sensor, 110... Process input/output device, 120... Control computer, 130... Tracking program, 140... Tracking table, 15
0...Message communication, 160...Individual processing program, 170...External device.

Claims (1)

【特許請求の範囲】[Claims] 1、加工材料を搬送する搬送設備と、搬送設備上に設置
された材料加工設備や検査設備から成る加工検査ライン
の加工設備や検査設備への指令や実績収集を自動的に行
う制御計算機において、ライン上のセンサや各設備から
の材有り信号や設備の動作状態信号から材料の位置を認
識するトラッキングプログラムと、トラッキングプログ
ラムから起動されて加工設備や検査設備への指令や実績
収集を行う個別処理プログラムとのデータ受渡しを、ト
ラッキングプログラムから個別処理プログラムの処理す
べき材料情報を送信し、個別処理プログラム側で材料情
報を受信し処理する様にすることを特徴とするトラッキ
ング方式。
1. In a control computer that automatically issues commands and collects results to the processing and inspection equipment of the processing and inspection line, which consists of transport equipment that transports processed materials, and material processing equipment and inspection equipment installed on the transport equipment. A tracking program that recognizes the location of the material from the material presence signals and equipment operating status signals from sensors on the line and each equipment, and individual processing that is started from the tracking program to issue commands to processing equipment and inspection equipment and collect results. A tracking method characterized in that data exchange with the program is such that the tracking program transmits material information to be processed by the individual processing program, and the individual processing program receives and processes the material information.
JP1842587A 1987-01-30 1987-01-30 Tracking system Pending JPS63187302A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1842587A JPS63187302A (en) 1987-01-30 1987-01-30 Tracking system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1842587A JPS63187302A (en) 1987-01-30 1987-01-30 Tracking system

Publications (1)

Publication Number Publication Date
JPS63187302A true JPS63187302A (en) 1988-08-02

Family

ID=11971295

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1842587A Pending JPS63187302A (en) 1987-01-30 1987-01-30 Tracking system

Country Status (1)

Country Link
JP (1) JPS63187302A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940958A (en) * 1995-05-10 1999-08-24 Littlefuse, Inc. Method of manufacturing a PTC circuit protection device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5940958A (en) * 1995-05-10 1999-08-24 Littlefuse, Inc. Method of manufacturing a PTC circuit protection device

Similar Documents

Publication Publication Date Title
US6502294B2 (en) Transfer line workpiece inspection apparatus and method
US10866577B2 (en) Numerical controller
JPS63187302A (en) Tracking system
JP3710534B2 (en) Process control method
JPS59184958A (en) Process progress control system
JPS6161752A (en) Simulation operation, analysis and display devices for manufacturing plant
JPH08249038A (en) Controller for numerically controlled machine tool
JPH06138932A (en) Machining result control system
JPH03276203A (en) Parallel controller for plural pcs
JPH067880Y2 (en) Transport control device
JP3668375B2 (en) Inline measurement system
JP2746331B2 (en) Plant monitoring system
JPH0695896A (en) Task processing system and inter-task communication control method
JPS61297067A (en) Controller for working line
JPH03228161A (en) Interface control system for computer system
JPH01297762A (en) Man-machine information processing system
JPH0686019B2 (en) Welding management device
JPH06143104A (en) Rework controller in fms
JPS5938806A (en) Automatic operation system of system equipment and device
JPS6017543A (en) Automatic test data processing system
JPS63196903A (en) Programmable controller
JPS63102858A (en) Direct numerical control system for numerically controlled machine tool
JPS63300343A (en) Usable/unusable control system for work station
JPS62285147A (en) Tracer control system
JPH05334456A (en) Method for processing measuring data