CN101256643A - Method for automatic generation of steel tube number - Google Patents

Method for automatic generation of steel tube number Download PDF

Info

Publication number
CN101256643A
CN101256643A CNA2008100032914A CN200810003291A CN101256643A CN 101256643 A CN101256643 A CN 101256643A CN A2008100032914 A CNA2008100032914 A CN A2008100032914A CN 200810003291 A CN200810003291 A CN 200810003291A CN 101256643 A CN101256643 A CN 101256643A
Authority
CN
China
Prior art keywords
steel pipe
pipe
automatically
information
signal
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
CNA2008100032914A
Other languages
Chinese (zh)
Inventor
李春林
杨顺利
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CNA2008100032914A priority Critical patent/CN101256643A/en
Publication of CN101256643A publication Critical patent/CN101256643A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • General Factory Administration (AREA)

Abstract

A method to generate automatically the steel pipe number, uses a steel pipe cut-off signal and a signal for whether to joint the steel pipes, combined with a computer program and an appropriate hardware interface to generate automatically the steel pipe number in a computer system and attach an identifiable logo generated by the steel pipe number to the steel pipe; simultaneously relates strip information of producing the steel pipe, other needed production information and specification information with the pipe number in the computer system. The invention is used chiefly in application of high standards of real time computer tracking performed by the steel pipe information of the steel pipe production enterprise according to the pipe number.

Description

A kind of method of automatic generation steel tube number
One, technical field
Application of the present invention and Productive Physical Distribution of Enterprise field, the computer real-time that is applied to steel tube number is especially followed the trail of
Two, background technology
When a tame Steel tube Co., Ltd is devoted to the subject matter that the production of high-quality steel pipe faced be exactly, pipe number omnidistance real-time follow-up, it is to adopt Hand writing or with the automatic jet pipe of ink jet numbering machine number that pipe number is followed the tracks of tradition, hand-coding steel pipe number so often, efficient is low on the one hand but do like this, nor can satisfy the requirement of computer system management.The track of the whole process that realizes steel pipe with computing machine at first will produce a number to steel pipe in system, generally all be to produce a coding in some automatic system by coding methods such as specifications, but the shortcoming of doing like this is not exactly not and other information in the system such as the plate reel number of this steel pipe, the plate reel number is mapped, thereby can't track front or other procedure informations of steel pipe.
Three, summary of the invention
The present invention is the method for design a kind of automatic generation pipe number, causes pipe number can't track to produce the pairing strip of this steel pipe to overcome traditional additive method.
The present invention is achieved in that at first, with the pairing plate reel number of uncoiling material loading input database system in order; Pulse signal that steel pipe is cut off and junction block get pulse signal and introduce computer by interface hardware and software then; Computer program at first produces a steel tube number by detecting the steel pipe shutoff signal by set pipe encoding law, gives this steel pipe with first plate reel number of front strip volatile data base then, represents that this steel pipe is to be produced by the strip of this plate reel number; Several of back also are like this.When this strip cuts, have a joint in the middle of two strips, the computer expert has had a joint signal (this signal can keep by the computer program logic) before crossing the detection shutoff signal, judges that then this pipe is a junction block (simultaneously the junction block signal being resetted).System this moment first strip is labeled as the state that has used up, the pipe of this pipe back is labeled as another strip.And the like.System can append on this root steel pipe according to unique discernible sign of this pipe number making after generating pipe number automatically.But form of identification can be bar code, RFID and be sprayed onto computer identification moral information on the steel pipe etc. with spraying equipment.Thereby thereby make back road production or inspection process should manage number realization pipe track of the whole process in the computerized information system identification.
Characteristics of the present invention: the first, first moment in that steel pipe produces, just formed unique identification number, convenient later tracking of information in infosystem; The second, by with the cooperating of joint signal, realize the switching of strip, combine thereby make the steel pipe of generation and produce contract information institute with the raw material information of front end.
Four, embodiment
The shutoff signal of steel pipe is generally drawn by stapling machine, and stapling machine is generally by smart machine control, when steel pipe length reaches setting value or other reasons and sends shutoff signal, draws a pair of dry contact to computer interface equipment by relay in the middle of it; Joint signal has several producing methods, and the post for there is the people in monitoring always can connect a button to the computer interface plate, when its discovery will cut off be a mouth piece time, thereby promptly click button to junction block signal of computer; Another kind of mode can adopt the length computation mode, the method that computer produces automatically, this method require to know for sure the length of strip, it comes the length of accumulative total steel pipe by the long coding of accurate survey then, thereby can calculate the position of joint automatically and send the junction block signal; Thereby can also detect a junction block pulse signal by the method for other checkout equipments such as image or electromagnetism and inform computer program.The interface hardware of computer has multiple mode, the simplyst realizes by computer interface cark exactly, as grinds the PCI1753 card of China.This card not only has perfect functions such as high speed acquisition, and perfect testing and diagnosing program and free driving and interface example procedure also are provided, and can realize the system integration easily.
Can be for programming language according to language such as the C/C++ that information system adopted, Delphi, VB etc., background data base can also can adopt popular SQL Server 2000, Access etc. according to the database of system of units.
Provide one below and realize example:
Hardware: one in computer, windows2000 operating system; One of facing-up China PCI1753 interface card, the band interface module; Programming language is DELPHI6; Database adopts SQLServer2000
Definition:
PT_DioReadBit=Record
port:Smallint;
bit:Smallint;
state:^Smallint;
End;
lp,lp1,:pt_dioreadbit;
b,zh,b1,d,jtg,c:smallint;
Device initialize:
ErrCde:=DRV_DeviceOpen (000, DriverHandle); // open pci1753
If(ErrCde<>0)Then
begin
DRV_GetErrorMessage(ErrCde,pszErrMsg);
Response:=Application.MessageBox(pszErrMsg,’Error!!’,MB_OK);
Exit;
end;
// port 0 shutoff signal; Initial signal value is 1, is 0 during cut-out
lp.port:=0;
lp.state:=@b;
lp.bit:=0;
First joint signal of // port one, joint signal are first and become 0 by initial 1
lp1.port:=1;
lp1.state:=@b1;
lp1.bit:=1;
Initial value during // no signal
b:=1;
b1:=1;
jtg:=1;
Read to cut off or connector status
ErrCde:=DRV_DioReadbit(DriverHandle,lp);
If(ErrCde<>0)Then
begin
DRV_GetErrorMessage(ErrCde,pszErrMsg);
Response:=Application.MessageBox(pszErrMsg,’Error!!’,MB_OK);
Exit;
end;
ErrCde:=DRV_Dioreadbit(DriverHandle,lp1);
If(ErrCde<>0)Then
begin
DRV_GetErrorMessage(ErrCde,pszErrMsg);
Response:=Application.MessageBox(pszErrMsg,’Error!!’,MB_OK);
Exit;
end;
Qualified pipe
if(jtg<>0)then
begin
ProcDMFrm.LoginADOQuery.Close;
ProcDMFrm.LoginADOQuery.SQL.Clear;
ProcDMFrm.LoginADOQuery.SQL.Text:=’select?max(pipeno)as?no?from?process’;
ProcDMFrm.LoginADOQuery.Open;
if?ProcDMFrm.LoginADOQuery.Eof?then
begin
PipeNo:=’8’+’a00000’;
end
else
begin
PipeNo:=Copy(ProcDMFrm.LoginADOQuery.FieldValues[’no’],2,7);
end;
NewNo:=' G '+PipeNOReturn (PipeNo); // the function rule produces new pipe number in accordance with regulations
try
ProcDMFrm.LoginADOQuery.SQL.Clear;
ProcDMFrm.LoginADOQuery.SQL.Add(’BEGIN?TRANSACTION?insert?into?process(pipeNo,pipestate,CutShift,orderNO,WeekPlanNo,HeatNo,Criterion,CutWorker,CoilNO,BandNO,CutTime,productclassify,dia,length,thickness,wastepipe,result,grade)values
(' ' '+NewNo+ ' ' ', 1, ' ' '+MainFrFrm.ShiftCmbBx.Text+ ' ' ', ' ' '+OrderCmbBx.Text+ ' ' ', ' ' '+WeekPlCmbBx.Text+ ' ' ', ' ' '+HeatEdt.Text+ ' ' ', ' ' '+CriterionEdt.Text+ ' ' ', ' ' '+MainFrFrm.UserEdt.Text+ ' ' ', ' ' '+CoilEdt.Text+ ' ' ', ' ' '+BandEdt.Text+ ' ' ', ' ' '+trim (mainfrfrm.time1.Text)+' ' ', ' ' '+typeedt.Text+ ' ' ', ' ' '+DiaEdt.Text+ ' ' ', ' ' '+LenEdt.Text+ ' ' ', ' ' '+ThickEdt.Text+ ' ' ', ' ' '+wastepipe+ ' ' ', ' ' '+result+ ' ' ', ' ' '+GJEDT.Text+ ' ' ') '); // add the pipe that produces number and production information to database together
ProcDMFrm.LoginADOQuery.ExecSQL;
ProcDMFrm.LoginADOQuery.SQL.Clear;
except
begin
ProcDMFrm.ADOQuery1.SQL.Clear;
ProcDMFrm.ADOQuery1.SQL.Add(’rollback?transaction’);
ProcDMFrm.ADOQuery?1.ExecSQL;
timer1.Enabled:=false;
Mistake appears in showmessage (' database, can not add record, please check.’);
end;
end;
end
else?if(jtg=0)then
begin
// joint
{ produce pipe number and respective panels tape program }
ProcDMFrm.LoginADOQuery.SQL.Clear;
ProcDMFrm.LoginADOQuery.SQL.Text:=’delete?from?BandUp?where
BandNo=’’’+trim(BandEdt.Text)+’’’commit?transaction’;
ProcDMFrm.LoginADOQuery.ExecSQL; // the strip that used up of deletion from the material loading table

Claims (4)

1. method that automatically generates steel tube number the invention is characterized in: the cut-out electric signal of utilizing the steel pipe cutting machine system to be produced to generate automatically pipe number in the computerized information system.
2. the method for generation steel pipe according to claim 1 is characterized by: thus utilize manually or the joint signal that produces automatically realizes that the replacing of plate reel number makes the steel tube number that is generated be associated with the plate reel number of this steel pipe of production and records database.
3. the method for generation steel pipe according to claim 1, it is characterized by: the pipe that system automatically generates number, produce a unique sign that can be identified and append on the steel pipe that has cut off, so that can typing automatically in computer system in the production testing process afterwards with specific method.
4. the method for generation steel pipe according to claim 1 is characterized by: automatically the pipe that generates number can realize as required with the more production relevant information of cutting off at that time associated, as specification and length information, contract information etc.
CNA2008100032914A 2008-01-26 2008-01-26 Method for automatic generation of steel tube number Pending CN101256643A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008100032914A CN101256643A (en) 2008-01-26 2008-01-26 Method for automatic generation of steel tube number

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008100032914A CN101256643A (en) 2008-01-26 2008-01-26 Method for automatic generation of steel tube number

Publications (1)

Publication Number Publication Date
CN101256643A true CN101256643A (en) 2008-09-03

Family

ID=39891446

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008100032914A Pending CN101256643A (en) 2008-01-26 2008-01-26 Method for automatic generation of steel tube number

Country Status (1)

Country Link
CN (1) CN101256643A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663536A (en) * 2012-03-13 2012-09-12 杭州浙大精益机电技术工程有限公司 Method for on-line automatic information tracking of steel tubes
CN103366207A (en) * 2012-03-26 2013-10-23 北海恒久天成技术开发有限公司 Method for automatically generating identification of steel pipe
CN108537310A (en) * 2018-04-26 2018-09-14 芜湖新兴铸管有限责任公司 Cast iron pipe production system and its pipe number mark and method for tracking and managing
CN109760428A (en) * 2019-03-15 2019-05-17 深圳市君派伟业有限公司 Can automatic identification print data spool marking machine

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663536A (en) * 2012-03-13 2012-09-12 杭州浙大精益机电技术工程有限公司 Method for on-line automatic information tracking of steel tubes
CN103366207A (en) * 2012-03-26 2013-10-23 北海恒久天成技术开发有限公司 Method for automatically generating identification of steel pipe
CN108537310A (en) * 2018-04-26 2018-09-14 芜湖新兴铸管有限责任公司 Cast iron pipe production system and its pipe number mark and method for tracking and managing
CN108537310B (en) * 2018-04-26 2023-09-26 芜湖新兴铸管有限责任公司 Cast iron pipe production system and pipe number marking and tracking management method thereof
CN109760428A (en) * 2019-03-15 2019-05-17 深圳市君派伟业有限公司 Can automatic identification print data spool marking machine

Similar Documents

Publication Publication Date Title
CN108520464B (en) Real-time automatic supervision reporting system based on traditional block chain
CN108055135B (en) Intelligent terminal authentication management method
WO2019101226A3 (en) System and method for generating digital marks
MXPA02000185A (en) Method and system for searching classified advertising.
CN207267409U (en) Internet of Things intelligence seal system
DE60131098D1 (en) METHOD AND SYSTEM FOR ONLINE PURCHASE
CN101256643A (en) Method for automatic generation of steel tube number
CN103632388A (en) Semantic annotation method, device and client for image
CN113420850A (en) Tool management system and method based on RFID (radio frequency identification) label
CN110009302A (en) Automatic cross rate method, system and storage medium based on BIM and database
WO2022213533A1 (en) Instrument asset positioning supervision system and method based on internet of things remote terminal monitoring
WO2002008979A1 (en) Assets management system, terminal for assets management, and assets management device
CN202838463U (en) Outdoor advertising media inspection tool
CN103366207A (en) Method for automatically generating identification of steel pipe
CN102902494B (en) Control method for valuable document printing of banks or insurances
CN111489177A (en) Cross-border commodity tracing method and device based on block chain system and hardware equipment
CN103258253A (en) Anti-counterfeiting management system of seal of internet of things
ATE376210T1 (en) PROCEDURE AND SYSTEM FOR ONLINE PAYMENTS
CN206039613U (en) Management cabinet is retrieved in intelligence distribution with pronunciation guide and face identification
CN108470283A (en) Enterprise intelligentization sale based on technology of Internet of things and management system
CN110838006B (en) Test system for universal device
CN105955235A (en) Test method, device and system of train network control system
CN103218255A (en) Information management method and system for server assembly
CN203479191U (en) Device for automatically recording test data of calipers
CN105574707A (en) Radio-frequency identification technology based electronic bidding system and electronic bidding method using same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Open date: 20080903