資源簡介
1. 運(yùn)行概要:
在沒有配置文件(第一次運(yùn)行)或者正確的配置文件(配置文件被錯(cuò)誤修改)的條件下,若想正常運(yùn)行本程序,需要先將正確的配置文件放入本程序的運(yùn)行程序所處的文件夾中,若無正確的配置文件,則可以先運(yùn)行程序,然后在設(shè)置頁面將設(shè)置正確的基本信息(注意:MES_IP就是本程序的服務(wù)器的IP,IP地址必須跟程序所處的電腦的IP一致,部分信息如:資源代號(hào)、設(shè)備工站等只能通過切換PLC的基本信息頁面來獲取,),然后點(diǎn)擊保存,之后重新運(yùn)行程序即可代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.xml;
using?System.IO;
namespace?MES
{
????public?partial?class?Cmd_Window?:?Form
????{
????????public?Cmd_Window()
????????{
????????????InitializeComponent();
????????}
????????//private?Dictionary>?m_CMD_Dic;
????????private?bool?Init_Param()
????????{
????????????//m_CMD_Dic?=?new?Dictionary>();
????????????
????????????string?strRet?=?““;
????????????string[]?strDVID?=?new?string[1];
????????????ConfigMrg?Cfg_Opt?=?ConfigMrg.GetInstance();
????????????FileOpt?F_Opt?=?FileOpt.GetInstance();
??????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-04-07?10:15??MES\
?????目錄???????????0??2019-12-24?13:52??MES\.vs\
?????目錄???????????0??2019-12-24?13:52??MES\.vs\MES\
?????目錄???????????0??2019-12-24?13:52??MES\.vs\MES\v14\
?????文件???????95744??2020-04-08?17:31??MES\.vs\MES\v14\.suo
?????目錄???????????0??2020-02-25?14:14??MES\ExeXSL\
?????目錄???????????0??2020-02-25?18:36??MES\ExeXSL\Config\
?????文件????????3782??2020-02-25?12:08??MES\ExeXSL\Config\CMDCfg.csv
?????文件?????????647??2020-02-24?16:59??MES\ExeXSL\Config\ParamCfg.xm
?????文件?????????132??2020-02-24?16:47??MES\ExeXSL\Config\ParamName.txt
?????文件?????????835??2020-02-25?18:34??MES\ExeXSL\Config\SystemConfig.xm
?????文件???????37888??2019-12-23?15:04??MES\ExeXSL\mes.exe
?????文件???????69120??2019-12-23?15:04??MES\ExeXSL\MES.pdb
?????目錄???????????0??2020-04-07?08:55??MES\MES\
?????文件?????????976??2019-12-12?08:46??MES\MES.sln
?????文件?????????189??2019-12-12?08:46??MES\MES\App.config
?????目錄???????????0??2019-12-24?13:52??MES\MES\bin\
?????目錄???????????0??2020-02-21?16:01??MES\MES\bin\Debug\
?????文件????????4286??2019-06-01?09:04??MES\MES\bin\Debug\LOGO32.ico
?????文件???????37888??2019-12-23?15:04??MES\MES\bin\Debug\mes.exe
?????文件???????69120??2019-12-23?15:04??MES\MES\bin\Debug\MES.pdb
?????文件???????22696??2020-02-21?09:23??MES\MES\bin\Debug\MES.vshost.exe
?????文件?????????189??2019-12-12?08:46??MES\MES\bin\Debug\MES.vshost.exe.config
?????文件?????????490??2015-10-22?09:54??MES\MES\bin\Debug\MES.vshost.exe.manifest
?????目錄???????????0??2020-04-03?17:32??MES\MES\bin\Release\
?????文件????????6523??2020-02-24?17:20??MES\MES\Cmd_Window.cs
?????文件????????2564??2020-02-24?17:20??MES\MES\Cmd_Window.Designer.cs
?????文件????????5817??2020-02-24?17:20??MES\MES\Cmd_Window.resx
?????文件???????27918??2020-03-06?17:07??MES\MES\ConfigMrg.cs
?????文件????????6691??2020-03-02?17:33??MES\MES\DataMrg.cs
?????文件???????31478??2020-03-24?14:08??MES\MES\Deal_Data.cs
............此處省略73個(gè)文件信息
評(píng)論
共有 條評(píng)論