




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、負(fù)公差軋制稱重重量監(jiān)視控制系統(tǒng)目錄一、負(fù)公差軋制簡介:二、負(fù)公差軋制的意義:三、目前負(fù)公差軋制存在的問題:四、技術(shù)關(guān)鍵五軟件的研發(fā)六、效果分析:一、負(fù)公差軋制簡介: 為了滿足生產(chǎn)使用要求,并根據(jù)軋制水平,在產(chǎn)品標(biāo)準(zhǔn)中規(guī)定鋼材尺寸的波動范圍,允許鋼材的實(shí)際尺寸與公稱尺寸之間有一定的偏差,這個偏差一般稱公差,公差分正、負(fù)公差,鋼材按負(fù)公差軋制時,叫負(fù)公差軋制,安鋼按照國家GB1499-1998標(biāo)準(zhǔn)要求實(shí)施生產(chǎn),在客戶無特殊要求情況下一般按負(fù)差軋制交貨。二、負(fù)公差軋制的意義:1. 我公司第一軋鋼廠生產(chǎn)的螺紋鋼是按理論重量銷售,因此穩(wěn)定的高負(fù)差產(chǎn)品極具市場競爭力。負(fù)差率即實(shí)際重量與理論重量的差值,除以
2、理論重量,乘100%。以螺紋12為例,不按負(fù)差生產(chǎn),在坯重2450kg的情況下,可生產(chǎn)12m定尺螺紋鋼約230根。如果按負(fù)差生產(chǎn),可生產(chǎn)237根240根左右。這多生產(chǎn)出的710根,就成了產(chǎn)品的“賣點(diǎn)”。 2. 因螺紋鋼銷售實(shí)行理論重量交貨,負(fù)差率產(chǎn)品的穩(wěn)定率直接影響公司聲譽(yù)和效益。為此,一軋廠與公司相關(guān)部門配合,負(fù)差率取得良好效果。產(chǎn)品深受客戶青睞,提高了公司產(chǎn)品聲譽(yù),增強(qiáng)了市場競爭力和創(chuàng)效能力。三、目前負(fù)公差軋制存在的問題:1、受自動化控制程度限制,一些工藝流程的操作還是依靠工人經(jīng)驗(yàn)來完成,由于個人工作技能水平限制,尺寸控制極不穩(wěn)定,因此控制臺就需要及時準(zhǔn)確的了解成品鋼的尺寸及重量?,F(xiàn)在信息
3、的溝通主要依靠電話。取樣戶每次取樣稱重后,將數(shù)據(jù)報給控制臺,控制臺根據(jù)實(shí)時情況,打電話詢問260秤房秤臺上鋼的重量,這樣,又費(fèi)時,又不能及時、全面的掌握成品鋼的情況。2、生產(chǎn)過程中,軋機(jī)構(gòu)因料型變化,造成負(fù)差變化,在精整稱重后,才能準(zhǔn)確地反映出來,但目前缺少該信息的反饋方式,靠人工傳遞不僅不及時,而且不能連續(xù)不斷地傳遞,而且容易出現(xiàn)數(shù)據(jù)傳遞誤差。如果增加一套稱重重量監(jiān)視系統(tǒng),可使每一捆的重量能及時反饋到軋機(jī)機(jī)構(gòu),可方便指導(dǎo)對料型進(jìn)行調(diào)整,使指標(biāo)得以提升。四、技術(shù)關(guān)鍵1為進(jìn)一步提高車間的負(fù)差均衡率,在車間的前區(qū)增加一套稱重重量監(jiān)視系統(tǒng),便于軋機(jī)區(qū)及時根據(jù)捆重調(diào)整控制負(fù)差均衡率。2開發(fā)研制稱重數(shù)據(jù)
4、輸出控制、大屏幕顯示軟件,實(shí)現(xiàn)實(shí)時數(shù)據(jù)顯示功能3增設(shè)測定負(fù)差率的電子天平,確保負(fù)差穩(wěn)定性實(shí)時數(shù)據(jù)的準(zhǔn)確率五軟件的研發(fā)1軟件簡介: 該軟件是利用2工藝流程圖3網(wǎng)絡(luò)流程圖4軟件流程圖5軟件研發(fā)程序private void createimage() int height =350, width = 1000; Bitmap image = new Bitmap(width,height); Graphics g = Graphics.FromImage(image); try #region/畫軸 g.Clear(Color.White); Font font = new System.Drawi
5、ng.Font(Arial,9,FontStyle.Regular); Font font1 = new System.Drawing.Font(宋體,20,FontStyle.Regular); Font font2 = new System.Drawing.Font(Arial,8,FontStyle.Regular); LinearGradientBrush brush = new LinearGradientBrush(new Rectangle(0,0,image.Width,image.Height),Color.Blue,Color.Blue,1.2f,true); g.Fill
6、Rectangle(Brushes.AliceBlue,0,0,width,height); Brush brush1 = new SolidBrush(Color.Red); Brush brush2 = new SolidBrush(Color.Green); Brush brush3 = new SolidBrush(Color.Purple); g.DrawString(螺紋12三線切分折線圖, font1, brush1, new PointF(360, 320); g.DrawRectangle(new Pen(Color.Blue),0,0,image.Width-1,image
7、.Height-1); Pen mypen = new Pen(brush,1); Pen mypen2 = new Pen(Color.Red,2); Pen mypen3 = new Pen(Color.Green,2); Pen mypen4 = new Pen(Color.Purple,2); /畫縱向線條 int x = 60; for (int i = 0; i 20; i+) g.DrawLine(mypen, x, 10, x, 310); x = x + 40; Pen mypen1 = new Pen(Color.Blue,3); x = 60; g.DrawLine(my
8、pen1,x,0,x,310); /繪制橫向線條 int y = 10; for (int i = 0; i 3; i+) g.DrawLine(mypen,60,y,860,y); y = y + 100; y = 310; g.DrawString(16, font, Brushes.Blue, 653, 310); /畫箭頭 g.DrawLine(mypen, 853, 303, 860, 310); g.DrawLine(mypen, 853, 317, 860, 310); g.DrawLine(mypen, 53, 7, 60, 0); g.DrawLine(mypen, 67,
9、7, 60, 0); / SqlConnection con = new SqlConnection(server=.;database=xxfc;uid=sa;pwd=sa); SqlConnection con = wjj.createconnection(); con.Open(); SqlCommand cmd0 = new SqlCommand(select count(*) from xxx where xh=螺紋12三線切分南線, con); int count = Convert.ToInt32(cmd0.ExecuteScalar(); SqlCommand cmd5 = n
10、ew SqlCommand(select count(*) from xxx where xh=螺紋12三線切分中線, con); int countz = Convert.ToInt32(cmd5.ExecuteScalar(); SqlCommand cmd6 = new SqlCommand(select count(*) from xxx where xh=螺紋12三線切分北線, con); int countb = Convert.ToInt32(cmd6.ExecuteScalar(); if (count 2 | countb 2 | countz = 20) if (count
11、 countb | count 80) count1i = 80; if (count1i 50) count1i = 50; i+; dr.Close(); Font font3 = new System.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Red); Point points1 = new Point19; int a = 780; for (int b = 0; b 80) count1i = 80; if (count1i 50) count1i = 50;
12、 i+; dr.Close(); Font font3 = new System.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Red); Point points1 = new Point20; int a = 820; for (int b = 0; b 0 & count 80) count1i = 80; if (count1i 50) count1i = 50; i+; /計(jì)算負(fù)差率對應(yīng)的Y軸坐標(biāo); dr.Close(); Font font3 = new Syst
13、em.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Red); Point points1 = new Pointcount; int a = 60 + (count - 1) * 40; for (int b = 0; b = 20) if (countz countb | countz 80) count2i = 80; if (count2i 50) count2i = 50; i+; dr1.Close(); Font font3 = new System.Drawi
14、ng.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Green); Point points2 = new Point19; int a = 780; for (int b = 0; b 80) count2i = 80; if (count2i 50) count2i = 50; i+; dr1.Close(); Font font3 = new System.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new
15、 SolidBrush(Color.Green); Point points2 = new Point20; int a = 820; for (int b = 0; b 0 & countz 80) count2i = 80; if (count2i 50) count2i = 50; i+; /計(jì)算負(fù)差率對應(yīng)的Y軸坐標(biāo); dr1.Close(); Font font3 = new System.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Green); Point points2 = new Pointcountz; int a = 60 + (countz - 1) * 40; for (int b = 0; b = 20) if (countb countz | countb 80) count3i = 80; if (count3i 50) count3i = 50; i+; dr2.Close(); Font font3 = new System.Drawing.Font(Arial, 10, FontStyle.Bold); SolidBrush mybrush = new SolidBrush(Color.Purple); Point
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 胃竇部幽門螺桿菌活檢檢測情況的臨床分析
- 《似是故人來》訪談節(jié)目漢英交替?zhèn)髯g實(shí)踐報告
- 2024年江西景德鎮(zhèn)陶瓷大學(xué)招聘筆試真題
- 二零二五年度大數(shù)據(jù)分析與應(yīng)用合伙投資協(xié)議書合同
- 2025年度校園兼職煮飯人員健康安全協(xié)議
- 2025年度餐飲行業(yè)廚師與餐飲集團(tuán)老板聯(lián)營合同
- 二零二五年度電商平臺收益共享合同
- 2025年度特色餐飲店員工勞動聘請合同
- 2025年度電商平臺合同封面圖片設(shè)計(jì)及用戶體驗(yàn)提升合同
- 2025年度特色酒吧轉(zhuǎn)讓及經(jīng)營管理合同
- 《民航安全檢查(安檢技能實(shí)操)》課件-第七章 人身檢查
- GB/T 44768-2024配電網(wǎng)線損理論計(jì)算導(dǎo)則
- 危險品車輛安全運(yùn)輸安全生產(chǎn)值班制度(3篇)
- 模塊一 銀河麒麟桌面操作系統(tǒng)
- 灼口綜合征中醫(yī)治療
- 光伏發(fā)電站項(xiàng)目安全技術(shù)交底資料
- DB11∕693-2017 建設(shè)工程臨建房屋技術(shù)標(biāo)準(zhǔn)
- GB/T 15822.2-2024無損檢測磁粉檢測第2部分:檢測介質(zhì)
- 一次性社保補(bǔ)償協(xié)議書范本
- 制造業(yè)中試平臺建設(shè)指引(2024版)
- 2024-2025學(xué)年全國中學(xué)生天文知識競賽考試題庫(含答案)
評論
0/150
提交評論