├── .vs ├── Monitor_AGV │ └── v15 │ │ ├── .suo │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ ├── storage.ide │ │ ├── storage.ide-shm │ │ └── storage.ide-wal ├── Monitoring_AGV │ └── v15 │ │ └── .suo └── test1 │ └── v16 │ └── .suo ├── Code_PLC ├── Project4 │ ├── AdditionalFiles │ │ └── PLCM │ │ │ └── plcmArchive.pma15_0 │ ├── IM │ │ ├── SPL │ │ │ └── options │ │ └── SearchIndex │ │ │ ├── _h6.fdt │ │ │ ├── _h6.fdx │ │ │ ├── _h6.fnm │ │ │ ├── _h6.frq │ │ │ ├── _h6.prx │ │ │ ├── _h6.tii │ │ │ ├── _h6.tis │ │ │ ├── _h6.tvd │ │ │ ├── _h6.tvf │ │ │ ├── _h6.tvx │ │ │ ├── _h6_1.del │ │ │ ├── _h7.cfs │ │ │ ├── _h7_1.del │ │ │ ├── _h8.cfs │ │ │ ├── _h8_1.del │ │ │ ├── _h9.cfs │ │ │ ├── _h9_1.del │ │ │ ├── _ha.cfs │ │ │ ├── segments.gen │ │ │ └── segments_c3 │ ├── Logs │ │ ├── ConversionLogFile.xsl │ │ ├── ConversionLog_15.0.0.0_to_16.0.0.0.xml │ │ ├── ICO_PE_InfoActionRequest.png │ │ ├── ICO_PE_InfoDecision.png │ │ ├── ICO_PE_InfoDecisionCritical.png │ │ ├── ICO_PE_InfoError.png │ │ ├── ICO_PE_InfoErrorCritical.png │ │ ├── ICO_PE_InfoInformation.png │ │ ├── ICO_PE_InfoInputRequired.png │ │ ├── ICO_PE_InfoSuccess.png │ │ └── ICO_PE_InfoWarning.png │ ├── Project4.ap15 │ ├── System │ │ ├── PEData.idx │ │ ├── PEData.plf │ │ └── PEData │ │ │ └── Meta │ │ │ ├── ChangeListConsumer │ │ │ ├── HmiBase.xml │ │ │ ├── Iecpl.xml │ │ │ ├── Siemens.Simatic.Lang.IPI.Target.xml │ │ │ ├── Siemens.Simatic.Lang.Online.xml │ │ │ └── Siemens.Simatic.Lang.xml │ │ │ └── ChangeListProvider │ │ │ └── Siemens.Automation.DomainModel.xml │ └── XRef │ │ └── XRef.db ├── Project4_V16.backup │ ├── 2021-07-27.022835.469 │ │ └── 2021-07-27.022835.469.zip │ └── 2021-07-27.022841.893 │ │ └── 2021-07-27.022841.893.zip ├── Project4_V16 │ ├── AdditionalFiles │ │ └── PLCM │ │ │ └── plcmArchive.pma15_0 │ ├── IM │ │ ├── SPL │ │ │ └── options │ │ └── SearchIndex │ │ │ ├── _10.cfs │ │ │ ├── _11.cfs │ │ │ ├── _11_1.del │ │ │ ├── _12.cfs │ │ │ ├── _y.fdt │ │ │ ├── _y.fdx │ │ │ ├── _y.fnm │ │ │ ├── _y.frq │ │ │ ├── _y.prx │ │ │ ├── _y.tii │ │ │ ├── _y.tis │ │ │ ├── _y.tvd │ │ │ ├── _y.tvf │ │ │ ├── _y.tvx │ │ │ ├── _y_2.del │ │ │ ├── _z.cfs │ │ │ ├── segments.gen │ │ │ └── segments_t │ ├── Logs │ │ ├── ConversionLogFile.xsl │ │ ├── ConversionLog_15.0.0.0_to_16.0.0.0.xml │ │ ├── ICO_PE_InfoActionRequest.png │ │ ├── ICO_PE_InfoDecision.png │ │ ├── ICO_PE_InfoDecisionCritical.png │ │ ├── ICO_PE_InfoError.png │ │ ├── ICO_PE_InfoErrorCritical.png │ │ ├── ICO_PE_InfoInformation.png │ │ ├── ICO_PE_InfoInputRequired.png │ │ ├── ICO_PE_InfoSuccess.png │ │ └── ICO_PE_InfoWarning.png │ ├── Project4_V16.ap16 │ ├── System │ │ ├── PEData.idx │ │ ├── PEData.plf │ │ └── PEData │ │ │ └── Meta │ │ │ ├── ChangeListConsumer │ │ │ ├── HmiBase.xml │ │ │ ├── Iecpl.xml │ │ │ ├── Siemens.Simatic.Lang.IPI.Target.xml │ │ │ ├── Siemens.Simatic.Lang.Online.xml │ │ │ └── Siemens.Simatic.Lang.xml │ │ │ └── ChangeListProvider │ │ │ └── Siemens.Automation.DomainModel.xml │ ├── Vci │ │ └── Vci.db │ └── XRef │ │ └── XRef.db └── Project4_V16__1600.0.3102.1_2021-07-27_14_29_09.txt ├── LICENSE.md ├── Monitor_AGV.sln ├── Monitor_AGV ├── App.config ├── ClassDiagram1.cd ├── Communication │ └── ExchangeData.cs ├── Contributions │ ├── MyAGV.cs │ ├── MyLine.cs │ ├── MyShelf.cs │ └── MyStation.cs ├── Entity │ ├── AGV_ErrorHistory.cs │ ├── ClassDiagram1.cd │ ├── DataAgv.Context.cs │ ├── DataAgv.Context.tt │ ├── DataAgv.Designer.cs │ ├── DataAgv.cs │ ├── DataAgv.edmx │ ├── DataAgv.edmx.diagram │ └── DataAgv.tt ├── INotify.cs ├── LoadDatas │ ├── AGV.cs │ ├── Line.cs │ ├── LoadSample.cs │ ├── Shelf.cs │ ├── Station.cs │ └── UpdateAGV.cs ├── Monitor_AGV.csproj ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ ├── Settings.settings │ └── licenses.licx ├── Registry │ └── MyRegistry.cs ├── Resources │ ├── 1.png │ ├── 11.png │ ├── 111.png │ ├── 1111.png │ ├── 1112.png │ ├── 1113.png │ ├── 1114.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 151.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 2.gif │ ├── 2.png │ ├── 21.png │ ├── 22.png │ ├── 221.png │ ├── 222.png │ ├── 23.png │ ├── 24.png │ ├── 25.png │ ├── 26.png │ ├── 27.png │ ├── 28.png │ ├── 2_2.png │ ├── 2_2_1png.png │ ├── 2_2_2.png │ ├── 2_xx.png │ ├── 3.png │ ├── 31.png │ ├── 32.png │ ├── 33.png │ ├── 333.png │ ├── 34.png │ ├── 35.png │ ├── 4.png │ ├── 41.png │ ├── 42.png │ ├── 4_2.png │ ├── 5.png │ ├── 51.png │ ├── 6.png │ ├── 61.png │ ├── 62.png │ ├── Paomedia-Small-N-Flat-Floppy.ico │ ├── Paomedia-Small-N-Flat-Floppy1.ico │ ├── Picture1.png │ ├── Picture2.png │ ├── Picture21.png │ ├── Picture22.png │ ├── Picture3.png │ ├── Picture5.png │ ├── Untitled-1.png │ ├── Untitled-11.png │ ├── Untitled1.gif │ ├── Untitled11.gif │ ├── a.png │ ├── a1.png │ ├── a2.png │ ├── abcd.gif │ ├── agv.png │ ├── agv1.png │ ├── agv_2.png │ ├── agv_21.png │ ├── agv_22.png │ ├── agv_23.png │ ├── agv_24.png │ ├── agv_25.png │ ├── agv_26.png │ ├── agv_27.png │ ├── agv_tang.png │ ├── b.png │ ├── b1.png │ ├── b2.png │ ├── ccc.png │ ├── charging.png │ ├── charging1.png │ ├── charging2.png │ ├── charging3.png │ ├── charging4.png │ ├── charging5.png │ ├── delivery.gif │ ├── delivery1.gif │ ├── delivery2.gif │ ├── export.png │ ├── fff.png │ ├── horizontal_1.png │ ├── horizontal_11.png │ ├── horizontal_2.png │ ├── horizontal_21.png │ ├── import.png │ ├── jjj.png │ ├── maintenance.gif │ ├── maintenance1.gif │ ├── pickup.gif │ ├── pickup_3.gif │ ├── stop_state_3.png │ ├── stop_state_31.png │ ├── yyy.png │ ├── yyy1.png │ ├── yyy2.png │ └── zzz.png ├── bin │ └── Debug │ │ ├── DevExpress.Data.v17.1.dll │ │ ├── DevExpress.Data.v17.1.xml │ │ ├── DevExpress.Images.v17.1.dll │ │ ├── DevExpress.Office.v17.1.Core.dll │ │ ├── DevExpress.Office.v17.1.Core.xml │ │ ├── DevExpress.Pdf.v17.1.Core.dll │ │ ├── DevExpress.Pdf.v17.1.Core.xml │ │ ├── DevExpress.Printing.v17.1.Core.dll │ │ ├── DevExpress.Printing.v17.1.Core.xml │ │ ├── DevExpress.RichEdit.v17.1.Core.dll │ │ ├── DevExpress.RichEdit.v17.1.Core.xml │ │ ├── DevExpress.Sparkline.v17.1.Core.dll │ │ ├── DevExpress.Sparkline.v17.1.Core.xml │ │ ├── DevExpress.Utils.v17.1.dll │ │ ├── DevExpress.Utils.v17.1.xml │ │ ├── DevExpress.XtraBars.v17.1.dll │ │ ├── DevExpress.XtraBars.v17.1.xml │ │ ├── DevExpress.XtraEditors.v17.1.dll │ │ ├── DevExpress.XtraEditors.v17.1.xml │ │ ├── DevExpress.XtraGrid.v17.1.dll │ │ ├── DevExpress.XtraGrid.v17.1.xml │ │ ├── DevExpress.XtraLayout.v17.1.dll │ │ ├── DevExpress.XtraLayout.v17.1.xml │ │ ├── DevExpress.XtraPrinting.v17.1.dll │ │ ├── DevExpress.XtraPrinting.v17.1.xml │ │ ├── DevExpress.XtraTreeList.v17.1.dll │ │ ├── DevExpress.XtraTreeList.v17.1.xml │ │ ├── EntityFramework.SqlServer.dll │ │ ├── EntityFramework.SqlServer.xml │ │ ├── EntityFramework.dll │ │ ├── EntityFramework.xml │ │ ├── Monitor_AGV.exe │ │ ├── Monitor_AGV.exe.config │ │ ├── Monitor_AGV.pdb │ │ ├── Resources │ │ ├── 1.png │ │ ├── 11.png │ │ ├── 2.png │ │ ├── 22.png │ │ ├── 3.png │ │ ├── 33.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── agv.png │ │ ├── agv_doc.png │ │ ├── btnMonitorAGV.ImageOptions.Image.png │ │ ├── btnMonitorAGV.ImageOptions.LargeImage.png │ │ ├── charging.png │ │ ├── charging_agv_doc.gif │ │ ├── charging_agv_ngang.gif │ │ ├── delivery.gif │ │ ├── delivery_doc.gif │ │ ├── error.gif │ │ ├── error_doc.gif │ │ ├── exchange.png │ │ ├── inactive.png │ │ ├── inactive_doc.png │ │ ├── maintenance.gif │ │ ├── maintenance_doc.gif │ │ ├── pickup.gif │ │ └── pickup_doc.gif │ │ ├── S7.Net - Copy (2).dll │ │ ├── S7.Net - Copy (2).xml │ │ ├── S7.Net - Copy.dll │ │ ├── S7.Net - Copy.xml │ │ ├── S7.Net.dll │ │ ├── S7.Net.xml │ │ ├── de │ │ ├── DevExpress.Data.v17.1.resources.dll │ │ ├── DevExpress.Office.v17.1.Core.resources.dll │ │ ├── DevExpress.Pdf.v17.1.Core.resources.dll │ │ ├── DevExpress.Printing.v17.1.Core.resources.dll │ │ ├── DevExpress.RichEdit.v17.1.Core.resources.dll │ │ ├── DevExpress.Sparkline.v17.1.Core.resources.dll │ │ ├── DevExpress.Utils.v17.1.resources.dll │ │ ├── DevExpress.XtraBars.v17.1.resources.dll │ │ ├── DevExpress.XtraEditors.v17.1.resources.dll │ │ ├── DevExpress.XtraGrid.v17.1.resources.dll │ │ ├── DevExpress.XtraLayout.v17.1.resources.dll │ │ ├── DevExpress.XtraPrinting.v17.1.resources.dll │ │ └── DevExpress.XtraTreeList.v17.1.resources.dll │ │ ├── es │ │ ├── DevExpress.Data.v17.1.resources.dll │ │ ├── DevExpress.Office.v17.1.Core.resources.dll │ │ ├── DevExpress.Pdf.v17.1.Core.resources.dll │ │ ├── DevExpress.Printing.v17.1.Core.resources.dll │ │ ├── DevExpress.RichEdit.v17.1.Core.resources.dll │ │ ├── DevExpress.Sparkline.v17.1.Core.resources.dll │ │ ├── DevExpress.Utils.v17.1.resources.dll │ │ ├── DevExpress.XtraBars.v17.1.resources.dll │ │ ├── DevExpress.XtraEditors.v17.1.resources.dll │ │ ├── DevExpress.XtraGrid.v17.1.resources.dll │ │ ├── DevExpress.XtraLayout.v17.1.resources.dll │ │ ├── DevExpress.XtraPrinting.v17.1.resources.dll │ │ └── DevExpress.XtraTreeList.v17.1.resources.dll │ │ ├── ja │ │ ├── DevExpress.Data.v17.1.resources.dll │ │ ├── DevExpress.Office.v17.1.Core.resources.dll │ │ ├── DevExpress.Pdf.v17.1.Core.resources.dll │ │ ├── DevExpress.Printing.v17.1.Core.resources.dll │ │ ├── DevExpress.RichEdit.v17.1.Core.resources.dll │ │ ├── DevExpress.Sparkline.v17.1.Core.resources.dll │ │ ├── DevExpress.Utils.v17.1.resources.dll │ │ ├── DevExpress.XtraBars.v17.1.resources.dll │ │ ├── DevExpress.XtraEditors.v17.1.resources.dll │ │ ├── DevExpress.XtraGrid.v17.1.resources.dll │ │ ├── DevExpress.XtraLayout.v17.1.resources.dll │ │ ├── DevExpress.XtraPrinting.v17.1.resources.dll │ │ └── DevExpress.XtraTreeList.v17.1.resources.dll │ │ ├── ru │ │ ├── DevExpress.Data.v17.1.resources.dll │ │ ├── DevExpress.Office.v17.1.Core.resources.dll │ │ ├── DevExpress.Pdf.v17.1.Core.resources.dll │ │ ├── DevExpress.Printing.v17.1.Core.resources.dll │ │ ├── DevExpress.RichEdit.v17.1.Core.resources.dll │ │ ├── DevExpress.Sparkline.v17.1.Core.resources.dll │ │ ├── DevExpress.Utils.v17.1.resources.dll │ │ ├── DevExpress.XtraBars.v17.1.resources.dll │ │ ├── DevExpress.XtraEditors.v17.1.resources.dll │ │ ├── DevExpress.XtraGrid.v17.1.resources.dll │ │ ├── DevExpress.XtraLayout.v17.1.resources.dll │ │ ├── DevExpress.XtraPrinting.v17.1.resources.dll │ │ └── DevExpress.XtraTreeList.v17.1.resources.dll │ │ ├── test1.exe │ │ ├── test1.exe.config │ │ └── test1.pdb ├── frmAGV.Designer.cs ├── frmAGV.cs ├── frmAGV.resx ├── frmInfor.Designer.cs ├── frmInfor.cs ├── frmInfor.resx ├── frmMain.Designer.cs ├── frmMain.cs ├── frmMain.resx ├── frmSetting.Designer.cs ├── frmSetting.cs ├── frmSetting.resx ├── obj │ └── Debug │ │ ├── .NETFramework,Version=v4.6.1.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Monitor_AGV.Properties.Resources.resources │ │ ├── Monitor_AGV.csproj.CopyComplete │ │ ├── Monitor_AGV.csproj.CoreCompileInputs.cache │ │ ├── Monitor_AGV.csproj.FileListAbsolute.txt │ │ ├── Monitor_AGV.csproj.GenerateResource.cache │ │ ├── Monitor_AGV.csprojAssemblyReference.cache │ │ ├── Monitor_AGV.exe │ │ ├── Monitor_AGV.frmAGV.resources │ │ ├── Monitor_AGV.frmMain.resources │ │ ├── Monitor_AGV.frmSetting.resources │ │ ├── Monitor_AGV.pdb │ │ ├── TempPE │ │ ├── DataAgv.Context.cs.dll │ │ ├── DataAgv.Designer.cs.dll │ │ ├── DataAgv.cs.dll │ │ ├── Entity.DataAgv.Context.cs.dll │ │ ├── Entity.DataAgv.Designer.cs.dll │ │ ├── Entity.DataAgv.cs.dll │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── edmxResourcesToEmbed │ │ ├── DataAgv.csdl │ │ ├── DataAgv.msl │ │ ├── DataAgv.ssdl │ │ └── Entity │ │ │ ├── DataAgv.csdl │ │ │ ├── DataAgv.msl │ │ │ └── DataAgv.ssdl │ │ ├── information.fInfor.resources │ │ ├── monitor_agv.exe.licenses │ │ ├── test1.Properties.Resources.resources │ │ ├── test1.csproj.CopyComplete │ │ ├── test1.csproj.CoreCompileInputs.cache │ │ ├── test1.csproj.FileListAbsolute.txt │ │ ├── test1.csproj.GenerateResource.cache │ │ ├── test1.csprojAssemblyReference.cache │ │ ├── test1.exe │ │ ├── test1.exe.licenses │ │ └── test1.pdb └── packages.config ├── Nettoplcsim-S7o-v-1-2-4-0 └── Nettoplcsim-S7o-v-1-2-4-0 │ ├── bin │ ├── IsoToS7online.dll │ ├── NetToPLCsim-Manual-de.chm │ ├── NetToPLCsim-Manual-en.chm │ └── NetToPLCsim.exe │ └── doc │ ├── NetToPLCsim-Manual-de.pdf │ └── NetToPLCsim-Manual-en.pdf ├── README.md ├── S7netplus.0.1.4 ├── S7netplus.0.1.4.nupkg └── lib │ ├── net35 │ ├── S7.Net.dll │ └── S7.Net.xml │ ├── net40 │ ├── S7.Net.dll │ └── S7.Net.xml │ └── net45 │ ├── S7.Net.dll │ └── S7.Net.xml └── packages └── EntityFramework.6.2.0 ├── Content └── net40 │ ├── App.config.transform │ └── Web.config.transform ├── EntityFramework.6.2.0.nupkg ├── lib ├── net40 │ ├── EntityFramework.SqlServer.dll │ ├── EntityFramework.SqlServer.xml │ ├── EntityFramework.dll │ └── EntityFramework.xml └── net45 │ ├── EntityFramework.SqlServer.dll │ ├── EntityFramework.SqlServer.xml │ ├── EntityFramework.dll │ └── EntityFramework.xml └── tools ├── EntityFramework.PowerShell.Utility.dll ├── EntityFramework.PowerShell.dll ├── EntityFramework.psd1 ├── EntityFramework.psm1 ├── about_EntityFramework.help.txt ├── init.ps1 ├── install.ps1 └── migrate.exe /.vs/Monitor_AGV/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/Monitor_AGV/v15/.suo -------------------------------------------------------------------------------- /.vs/Monitor_AGV/v15/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide-shm -------------------------------------------------------------------------------- /.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/Monitor_AGV/v15/Server/sqlite3/storage.ide-wal -------------------------------------------------------------------------------- /.vs/Monitoring_AGV/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/Monitoring_AGV/v15/.suo -------------------------------------------------------------------------------- /.vs/test1/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/.vs/test1/v16/.suo -------------------------------------------------------------------------------- /Code_PLC/Project4/AdditionalFiles/PLCM/plcmArchive.pma15_0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SPL/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SPL/options -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.fdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.fdt -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.fdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.fdx -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.fnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.fnm -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.frq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.frq -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.prx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.prx -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.tii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.tii -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.tis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.tis -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.tvd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.tvd -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.tvf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.tvf -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6.tvx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6.tvx -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h6_1.del: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h6_1.del -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h7.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h7.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h7_1.del: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h8.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h8.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h8_1.del: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h9.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_h9.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_h9_1.del: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/_ha.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/_ha.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/segments.gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/segments.gen -------------------------------------------------------------------------------- /Code_PLC/Project4/IM/SearchIndex/segments_c3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/IM/SearchIndex/segments_c3 -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ConversionLogFile.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ConversionLogFile.xsl -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ConversionLog_15.0.0.0_to_16.0.0.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ConversionLog_15.0.0.0_to_16.0.0.0.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoActionRequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoActionRequest.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoDecision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoDecision.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoDecisionCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoDecisionCritical.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoError.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoErrorCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoErrorCritical.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoInformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoInformation.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoInputRequired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoInputRequired.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoSuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoSuccess.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Logs/ICO_PE_InfoWarning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Logs/ICO_PE_InfoWarning.png -------------------------------------------------------------------------------- /Code_PLC/Project4/Project4.ap15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/Project4.ap15 -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData.idx -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData.plf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData.plf -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/HmiBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/HmiBase.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Iecpl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Iecpl.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.IPI.Target.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.IPI.Target.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.Online.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.Online.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/System/PEData/Meta/ChangeListProvider/Siemens.Automation.DomainModel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/System/PEData/Meta/ChangeListProvider/Siemens.Automation.DomainModel.xml -------------------------------------------------------------------------------- /Code_PLC/Project4/XRef/XRef.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4/XRef/XRef.db -------------------------------------------------------------------------------- /Code_PLC/Project4_V16.backup/2021-07-27.022835.469/2021-07-27.022835.469.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16.backup/2021-07-27.022835.469/2021-07-27.022835.469.zip -------------------------------------------------------------------------------- /Code_PLC/Project4_V16.backup/2021-07-27.022841.893/2021-07-27.022841.893.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16.backup/2021-07-27.022841.893/2021-07-27.022841.893.zip -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/AdditionalFiles/PLCM/plcmArchive.pma15_0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SPL/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SPL/options -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_10.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_10.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_11.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_11.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_11_1.del: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_12.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_12.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.fdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.fdt -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.fdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.fdx -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.fnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.fnm -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.frq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.frq -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.prx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.prx -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.tii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.tii -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.tis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.tis -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.tvd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.tvd -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.tvf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.tvf -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y.tvx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y.tvx -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_y_2.del: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_y_2.del -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/_z.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/_z.cfs -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/segments.gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/segments.gen -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/IM/SearchIndex/segments_t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/IM/SearchIndex/segments_t -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ConversionLogFile.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ConversionLogFile.xsl -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ConversionLog_15.0.0.0_to_16.0.0.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ConversionLog_15.0.0.0_to_16.0.0.0.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoActionRequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoActionRequest.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoDecision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoDecision.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoDecisionCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoDecisionCritical.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoError.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoErrorCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoErrorCritical.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoInformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoInformation.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoInputRequired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoInputRequired.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoSuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoSuccess.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Logs/ICO_PE_InfoWarning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Logs/ICO_PE_InfoWarning.png -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Project4_V16.ap16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Project4_V16.ap16 -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData.idx -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData.plf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData.plf -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/HmiBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/HmiBase.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Iecpl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Iecpl.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.IPI.Target.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.IPI.Target.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.Online.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.Online.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListConsumer/Siemens.Simatic.Lang.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/System/PEData/Meta/ChangeListProvider/Siemens.Automation.DomainModel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/System/PEData/Meta/ChangeListProvider/Siemens.Automation.DomainModel.xml -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/Vci/Vci.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/Vci/Vci.db -------------------------------------------------------------------------------- /Code_PLC/Project4_V16/XRef/XRef.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16/XRef/XRef.db -------------------------------------------------------------------------------- /Code_PLC/Project4_V16__1600.0.3102.1_2021-07-27_14_29_09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Code_PLC/Project4_V16__1600.0.3102.1_2021-07-27_14_29_09.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Monitor_AGV.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV.sln -------------------------------------------------------------------------------- /Monitor_AGV/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/App.config -------------------------------------------------------------------------------- /Monitor_AGV/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Monitor_AGV/Communication/ExchangeData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Communication/ExchangeData.cs -------------------------------------------------------------------------------- /Monitor_AGV/Contributions/MyAGV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Contributions/MyAGV.cs -------------------------------------------------------------------------------- /Monitor_AGV/Contributions/MyLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Contributions/MyLine.cs -------------------------------------------------------------------------------- /Monitor_AGV/Contributions/MyShelf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Contributions/MyShelf.cs -------------------------------------------------------------------------------- /Monitor_AGV/Contributions/MyStation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Contributions/MyStation.cs -------------------------------------------------------------------------------- /Monitor_AGV/Entity/AGV_ErrorHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/AGV_ErrorHistory.cs -------------------------------------------------------------------------------- /Monitor_AGV/Entity/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.Context.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.Context.cs -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.Context.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.Context.tt -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.cs -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.edmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.edmx -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.edmx.diagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.edmx.diagram -------------------------------------------------------------------------------- /Monitor_AGV/Entity/DataAgv.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Entity/DataAgv.tt -------------------------------------------------------------------------------- /Monitor_AGV/INotify.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/INotify.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/AGV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/AGV.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/Line.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/Line.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/LoadSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/LoadSample.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/Shelf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/Shelf.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/Station.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/Station.cs -------------------------------------------------------------------------------- /Monitor_AGV/LoadDatas/UpdateAGV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/LoadDatas/UpdateAGV.cs -------------------------------------------------------------------------------- /Monitor_AGV/Monitor_AGV.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Monitor_AGV.csproj -------------------------------------------------------------------------------- /Monitor_AGV/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Program.cs -------------------------------------------------------------------------------- /Monitor_AGV/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Monitor_AGV/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/Resources.resx -------------------------------------------------------------------------------- /Monitor_AGV/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/Settings.settings -------------------------------------------------------------------------------- /Monitor_AGV/Properties/licenses.licx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Properties/licenses.licx -------------------------------------------------------------------------------- /Monitor_AGV/Registry/MyRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Registry/MyRegistry.cs -------------------------------------------------------------------------------- /Monitor_AGV/Resources/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/11.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/111.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/1111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/1111.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/1112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/1112.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/1113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/1113.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/1114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/1114.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/12.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/13.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/14.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/15.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/151.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/151.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/16.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/17.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/18.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/19.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/21.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/22.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/221.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/222.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/23.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/24.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/25.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/26.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/27.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/28.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2_2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2_2_1png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2_2_1png.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2_2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2_2_2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/2_xx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/2_xx.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/3.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/31.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/32.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/33.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/333.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/34.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/35.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/4.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/41.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/42.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/4_2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/5.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/51.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/6.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/61.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/62.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Paomedia-Small-N-Flat-Floppy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Paomedia-Small-N-Flat-Floppy.ico -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Paomedia-Small-N-Flat-Floppy1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Paomedia-Small-N-Flat-Floppy1.ico -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture21.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture22.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture3.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Picture5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Picture5.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Untitled-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Untitled-1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Untitled-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Untitled-11.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Untitled1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Untitled1.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/Untitled11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/Untitled11.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/a.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/a1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/a2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/abcd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/abcd.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_21.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_22.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_23.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_24.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_25.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_26.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_27.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/agv_tang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/agv_tang.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/b.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/b1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/b2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/ccc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/ccc.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging3.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging4.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/charging5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/charging5.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/delivery.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/delivery.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/delivery1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/delivery1.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/delivery2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/delivery2.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/export.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/fff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/fff.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/horizontal_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/horizontal_1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/horizontal_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/horizontal_11.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/horizontal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/horizontal_2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/horizontal_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/horizontal_21.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/import.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/jjj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/jjj.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/maintenance.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/maintenance.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/maintenance1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/maintenance1.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/pickup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/pickup.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/pickup_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/pickup_3.gif -------------------------------------------------------------------------------- /Monitor_AGV/Resources/stop_state_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/stop_state_3.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/stop_state_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/stop_state_31.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/yyy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/yyy.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/yyy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/yyy1.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/yyy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/yyy2.png -------------------------------------------------------------------------------- /Monitor_AGV/Resources/zzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/Resources/zzz.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Data.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Data.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Data.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Data.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Images.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Images.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Office.v17.1.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Office.v17.1.Core.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Office.v17.1.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Office.v17.1.Core.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Pdf.v17.1.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Pdf.v17.1.Core.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Pdf.v17.1.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Pdf.v17.1.Core.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Printing.v17.1.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Printing.v17.1.Core.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Printing.v17.1.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Printing.v17.1.Core.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.RichEdit.v17.1.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.RichEdit.v17.1.Core.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.RichEdit.v17.1.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.RichEdit.v17.1.Core.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Sparkline.v17.1.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Sparkline.v17.1.Core.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Sparkline.v17.1.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Sparkline.v17.1.Core.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Utils.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Utils.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.Utils.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.Utils.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraBars.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraBars.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraBars.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraBars.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraEditors.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraEditors.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraEditors.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraEditors.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraGrid.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraGrid.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraGrid.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraGrid.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraLayout.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraLayout.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraLayout.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraLayout.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraPrinting.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraPrinting.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraPrinting.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraPrinting.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraTreeList.v17.1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraTreeList.v17.1.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/DevExpress.XtraTreeList.v17.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/DevExpress.XtraTreeList.v17.1.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/EntityFramework.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/EntityFramework.SqlServer.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/EntityFramework.SqlServer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/EntityFramework.SqlServer.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/EntityFramework.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/EntityFramework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/EntityFramework.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Monitor_AGV.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Monitor_AGV.exe -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Monitor_AGV.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Monitor_AGV.exe.config -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Monitor_AGV.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Monitor_AGV.pdb -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/1.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/11.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/2.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/22.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/3.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/33.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/6.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/7.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/agv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/agv.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/agv_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/agv_doc.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/btnMonitorAGV.ImageOptions.Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/btnMonitorAGV.ImageOptions.Image.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/btnMonitorAGV.ImageOptions.LargeImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/btnMonitorAGV.ImageOptions.LargeImage.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/charging.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/charging_agv_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/charging_agv_doc.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/charging_agv_ngang.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/charging_agv_ngang.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/delivery.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/delivery.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/delivery_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/delivery_doc.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/error.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/error_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/error_doc.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/exchange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/exchange.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/inactive.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/inactive_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/inactive_doc.png -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/maintenance.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/maintenance.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/maintenance_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/maintenance_doc.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/pickup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/pickup.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/Resources/pickup_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/Resources/pickup_doc.gif -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net - Copy (2).dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net - Copy (2).dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net - Copy (2).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net - Copy (2).xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net - Copy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net - Copy.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net - Copy.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/S7.Net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/S7.Net.xml -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Data.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Data.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Office.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Office.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Pdf.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Pdf.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Printing.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Printing.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.RichEdit.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.RichEdit.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Sparkline.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Sparkline.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.Utils.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.Utils.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraBars.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraBars.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraEditors.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraEditors.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraGrid.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraGrid.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraLayout.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraLayout.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraPrinting.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraPrinting.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/de/DevExpress.XtraTreeList.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/de/DevExpress.XtraTreeList.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Data.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Data.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Office.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Office.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Pdf.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Pdf.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Printing.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Printing.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.RichEdit.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.RichEdit.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Sparkline.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Sparkline.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.Utils.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.Utils.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraBars.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraBars.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraEditors.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraEditors.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraGrid.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraGrid.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraLayout.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraLayout.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraPrinting.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraPrinting.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/es/DevExpress.XtraTreeList.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/es/DevExpress.XtraTreeList.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Data.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Data.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Office.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Office.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Pdf.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Pdf.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Printing.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Printing.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.RichEdit.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.RichEdit.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Sparkline.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Sparkline.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.Utils.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.Utils.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraBars.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraBars.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraEditors.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraEditors.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraGrid.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraGrid.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraLayout.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraLayout.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraPrinting.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraPrinting.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ja/DevExpress.XtraTreeList.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ja/DevExpress.XtraTreeList.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Data.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Data.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Office.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Office.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Pdf.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Pdf.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Printing.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Printing.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.RichEdit.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.RichEdit.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Sparkline.v17.1.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Sparkline.v17.1.Core.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.Utils.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.Utils.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraBars.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraBars.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraEditors.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraEditors.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraGrid.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraGrid.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraLayout.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraLayout.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraPrinting.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraPrinting.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/ru/DevExpress.XtraTreeList.v17.1.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/ru/DevExpress.XtraTreeList.v17.1.resources.dll -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/test1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/test1.exe -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/test1.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/test1.exe.config -------------------------------------------------------------------------------- /Monitor_AGV/bin/Debug/test1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/bin/Debug/test1.pdb -------------------------------------------------------------------------------- /Monitor_AGV/frmAGV.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmAGV.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmAGV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmAGV.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmAGV.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmAGV.resx -------------------------------------------------------------------------------- /Monitor_AGV/frmInfor.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmInfor.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmInfor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmInfor.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmInfor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmInfor.resx -------------------------------------------------------------------------------- /Monitor_AGV/frmMain.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmMain.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmMain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmMain.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmMain.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmMain.resx -------------------------------------------------------------------------------- /Monitor_AGV/frmSetting.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmSetting.Designer.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmSetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmSetting.cs -------------------------------------------------------------------------------- /Monitor_AGV/frmSetting.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/frmSetting.resx -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.Properties.Resources.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7bd5895bbda6dc9d8223ced55ff81d710b58eb41 2 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.exe -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.frmAGV.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.frmAGV.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.frmMain.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.frmMain.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.frmSetting.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.frmSetting.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/Monitor_AGV.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/Monitor_AGV.pdb -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/DataAgv.Context.cs.dll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/DataAgv.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/TempPE/DataAgv.Designer.cs.dll -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/DataAgv.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/TempPE/DataAgv.cs.dll -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/Entity.DataAgv.Context.cs.dll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/Entity.DataAgv.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/TempPE/Entity.DataAgv.Designer.cs.dll -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/Entity.DataAgv.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/TempPE/Entity.DataAgv.cs.dll -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.csdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.csdl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.msl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.msl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.ssdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/DataAgv.ssdl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.csdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.csdl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.msl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.msl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.ssdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/edmxResourcesToEmbed/Entity/DataAgv.ssdl -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/information.fInfor.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/information.fInfor.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/monitor_agv.exe.licenses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/monitor_agv.exe.licenses -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.Properties.Resources.resources -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | de542b943ee6232c06b0f79ffeeaceffc311dbae 2 | -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.exe -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.exe.licenses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.exe.licenses -------------------------------------------------------------------------------- /Monitor_AGV/obj/Debug/test1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/obj/Debug/test1.pdb -------------------------------------------------------------------------------- /Monitor_AGV/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Monitor_AGV/packages.config -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/IsoToS7online.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/IsoToS7online.dll -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim-Manual-de.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim-Manual-de.chm -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim-Manual-en.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim-Manual-en.chm -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/bin/NetToPLCsim.exe -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/doc/NetToPLCsim-Manual-de.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/doc/NetToPLCsim-Manual-de.pdf -------------------------------------------------------------------------------- /Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/doc/NetToPLCsim-Manual-en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/Nettoplcsim-S7o-v-1-2-4-0/Nettoplcsim-S7o-v-1-2-4-0/doc/NetToPLCsim-Manual-en.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/README.md -------------------------------------------------------------------------------- /S7netplus.0.1.4/S7netplus.0.1.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/S7netplus.0.1.4.nupkg -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net35/S7.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net35/S7.Net.dll -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net35/S7.Net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net35/S7.Net.xml -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net40/S7.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net40/S7.Net.dll -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net40/S7.Net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net40/S7.Net.xml -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net45/S7.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net45/S7.Net.dll -------------------------------------------------------------------------------- /S7netplus.0.1.4/lib/net45/S7.Net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/S7netplus.0.1.4/lib/net45/S7.Net.xml -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/Content/net40/App.config.transform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/Content/net40/App.config.transform -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/Content/net40/Web.config.transform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/Content/net40/Web.config.transform -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/EntityFramework.6.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/EntityFramework.6.2.0.nupkg -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net40/EntityFramework.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net40/EntityFramework.SqlServer.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net40/EntityFramework.SqlServer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net40/EntityFramework.SqlServer.xml -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net40/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net40/EntityFramework.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net40/EntityFramework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net40/EntityFramework.xml -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net45/EntityFramework.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net45/EntityFramework.SqlServer.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net45/EntityFramework.SqlServer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net45/EntityFramework.SqlServer.xml -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net45/EntityFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net45/EntityFramework.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/lib/net45/EntityFramework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/lib/net45/EntityFramework.xml -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/EntityFramework.PowerShell.Utility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/EntityFramework.PowerShell.Utility.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/EntityFramework.PowerShell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/EntityFramework.PowerShell.dll -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/EntityFramework.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/EntityFramework.psd1 -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/EntityFramework.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/EntityFramework.psm1 -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/about_EntityFramework.help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/about_EntityFramework.help.txt -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/init.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/init.ps1 -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/install.ps1 -------------------------------------------------------------------------------- /packages/EntityFramework.6.2.0/tools/migrate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vectornguyen76/AGV-monitoring/HEAD/packages/EntityFramework.6.2.0/tools/migrate.exe --------------------------------------------------------------------------------