嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
SharpSCADA-master
├── Document
│ ├── FAQ.doc
│ ├── ModbusRTU使用说明.doc
│ ├── design.wmv
│ ├── tagset.wmv
│ ├── tutorial.wmv
│ ├── 说明书.doc
│ ├── 设计流程.doc
│ └── 部署流程.doc
├── LICENSE
├── README.md
├── SCADA
│ ├── DataConfig
│ │ ├── client.xml
│ │ ├── host.cfg
│ │ ├── host.ini
│ │ └── server.xml
│ ├── Database
│ │ ├── Receiving1.csv
│ │ ├── Receving2.csv
│ │ ├── db2008.bak
│ │ ├── db2014.bak
│ │ ├── mysql.sql
│ │ ├── script.sql
│ │ └── test.opf
│ ├── Example
│ │ ├── BatchCoreTest.exe
│ │ ├── BatchCoreTest.exe.config
│ │ ├── ClientDriver.dll
│ │ ├── CoreTest.exe
│ │ ├── DataHelper.dll
│ │ ├── DataService.dll
│ │ ├── DynamicDataDisplay.dll
│ │ ├── HMIControl.dll
│ │ ├── Microsoft.Expression.Controls.dll
│ │ ├── Microsoft.Expression.Controls.xml
│ │ ├── Microsoft.Expression.Drawing.dll
│ │ ├── Microsoft.Expression.Drawing.xml
│ │ ├── Microsoft.Expression.Interactions.dll
│ │ ├── Microsoft.Expression.Interactions.xml
│ │ ├── Microsoft.ReportViewer.Common.dll
│ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ ├── Microsoft.ReportViewer.WinForms.xml
│ │ ├── MySql.Data.dll
│ │ ├── System.Windows.Interactivity.dll
│ │ ├── System.Windows.Interactivity.xml
│ │ ├── TagConfig.exe
│ │ └── WPFToolkit.Extended.dll
│ ├── Program
│ │ ├── ABPLCReader
│ │ │ ├── ABPLCDriver.cs
│ │ │ ├── ABPLCDriver.csproj
│ │ │ ├── ABPLCDriver.suo
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Tuxeip_Class.cs
│ │ │ ├── Tuxeip_Struct.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ABPLCReader.dll
│ │ │ │ ├── ABPLCReader.pdb
│ │ │ │ ├── DataService.dll
│ │ │ │ └── DataService.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── ABPLCDriver.csproj.CopyComplete
│ │ │ ├── ABPLCDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── ABPLCDriver.csproj.FileListAbsolute.txt
│ │ │ ├── ABPLCReader.dll
│ │ │ ├── ABPLCReader.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ ├── BatchCoreService
│ │ │ ├── App.config
│ │ │ ├── BatchCoreService.Designer.cs
│ │ │ ├── BatchCoreService.cs
│ │ │ ├── BatchCoreService.csproj
│ │ │ ├── BatchCoreService.resx
│ │ │ ├── DAService.cs
│ │ │ ├── Program.cs
│ │ │ ├── ProjectInstaller.Designer.cs
│ │ │ ├── ProjectInstaller.cs
│ │ │ ├── ProjectInstaller.resx
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SqlMapping.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── BatchCoreService.csproj.CoreCompileInputs.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ ├── BatchCoreTest
│ │ │ ├── App.config
│ │ │ ├── BatchCoreTest.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── BatchCoreTest.csproj.CoreCompileInputs.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ ├── ClientDriver
│ │ │ ├── ClientDriver.cs
│ │ │ ├── ClientDriver.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClientDriver.dll
│ │ │ │ ├── ClientDriver.pdb
│ │ │ │ ├── DataService.dll
│ │ │ │ └── DataService.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── ClientDriver.csproj.CopyComplete
│ │ │ ├── ClientDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── ClientDriver.csproj.FileListAbsolute.txt
│ │ │ ├── ClientDriver.csprojResolveAssemblyReference.cache
│ │ │ ├── ClientDriver.dll
│ │ │ ├── ClientDriver.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ ├── CoreApp
│ │ │ └── DataService
│ │ │ ├── ClientDriver
│ │ │ │ ├── ClientDriver.cs
│ │ │ │ └── ClientDriver.csproj
│ │ │ ├── DataHelper
│ │ │ │ ├── DataHelper.cs
│ │ │ │ ├── DataHelper.csproj
│ │ │ │ ├── HDAIOHelper.cs
│ │ │ │ ├── IDataFactory.cs
│ │ │ │ └── MysqlFactory.cs
│ │ │ ├── DataService
│ │ │ │ ├── Alarm.cs
│ │ │ │ ├── CacheReader.cs
│ │ │ │ ├── ClientReader.cs
│ │ │ │ ├── Condition.cs
│ │ │ │ ├── DataService.csproj
│ │ │ │ ├── DeviceAddress.cs
│ │ │ │ ├── Eval.cs
│ │ │ │ ├── ExtensionMethods.cs
│ │ │ │ ├── HistoryData.cs
│ │ │ │ ├── IGroup.cs
│ │ │ │ ├── IReader.cs
│ │ │ │ ├── IServer.cs
│ │ │ │ ├── ITag.cs
│ │ │ │ ├── PLCGroup.cs
│ │ │ │ ├── Storage.cs
│ │ │ │ └── TagMetaData.cs
│ │ │ ├── DataService.sln
│ │ │ ├── GateWay
│ │ │ │ ├── DAService.cs
│ │ │ │ ├── GateWay.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── SqlMapping.cs
│ │ │ └── ModbusDriver
│ │ │ ├── ModbusDriver.csproj
│ │ │ ├── ModbusRTUDriver.cs
│ │ │ ├── ModbusRTU_TCP.cs
│ │ │ └── ModbusTCPReader.cs
│ │ ├── CoreTest
│ │ │ ├── AlarmSet.xaml
│ │ │ ├── AlarmSet.xaml.cs
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ClientService.cs
│ │ │ ├── ConfigCache.cs
│ │ │ ├── Example.csproj
│ │ │ ├── Guage.xaml
│ │ │ ├── Guage.xaml.cs
│ │ │ ├── Login.xaml
│ │ │ ├── Login.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── MaterialRecivingLine.xaml
│ │ │ ├── MaterialRecivingLine.xaml.cs
│ │ │ ├── MemberPrincipal.cs
│ │ │ ├── MyCollection.cs
│ │ │ ├── MyCommand.cs
│ │ │ ├── MyConvert.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── DataSources
│ │ │ │ │ └── ReporterScale.datasource
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 19.ICO
│ │ │ │ ├── 275.ICO
│ │ │ │ ├── 281.ICO
│ │ │ │ ├── 3.ICO
│ │ │ │ ├── 555.ICO
│ │ │ │ ├── 6523.ICO
│ │ │ │ ├── Copy.ico
│ │ │ │ ├── Cross.ico
│ │ │ │ ├── Cut.ico
│ │ │ │ ├── Database-Add.ico
│ │ │ │ ├── Design.ico
│ │ │ │ ├── Help.ico
│ │ │ │ ├── Key.ico
│ │ │ │ ├── Login1.png
│ │ │ │ ├── Permission.ico
│ │ │ │ ├── Plus.ico
│ │ │ │ ├── Redo.ico
│ │ │ │ ├── Save.ico
│ │ │ │ ├── Script.ico
│ │ │ │ ├── Search.ico
│ │ │ │ ├── Select All.ico
│ │ │ │ ├── Tools.ico
│ │ │ │ ├── Tree View.ico
│ │ │ │ ├── Unlock.ico
│ │ │ │ ├── Warning.ico
│ │ │ │ ├── mm-Eject.ico
│ │ │ │ ├── mm-Fast Forward.ico
│ │ │ │ ├── mm-First.ico
│ │ │ │ ├── mm-Last.ico
│ │ │ │ ├── mm-Pause.ico
│ │ │ │ ├── mm-Play.ico
│ │ │ │ ├── mm-Rewind.ico
│ │ │ │ └── mm-Stop.ico
│ │ │ ├── RuntimeChart.xaml
│ │ │ ├── RuntimeChart.xaml.cs
│ │ │ ├── SiloProductLine.xaml
│ │ │ ├── SiloProductLine.xaml.cs
│ │ │ ├── StartDevice.xaml
│ │ │ ├── StartDevice.xaml.cs
│ │ │ ├── SystemLog.cs
│ │ │ ├── TagMonitor.xaml
│ │ │ ├── TagMonitor.xaml.cs
│ │ │ ├── Trend.xaml
│ │ │ ├── Trend.xaml.cs
│ │ │ ├── Volume.ico
│ │ │ ├── WindowHelper.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClientDriver.dll
│ │ │ │ ├── ClientDriver.pdb
│ │ │ │ ├── CoreTest.exe
│ │ │ │ ├── CoreTest.pdb
│ │ │ │ ├── DataHelper.dll
│ │ │ │ ├── DataHelper.dll.config
│ │ │ │ ├── DataHelper.pdb
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── DynamicDataDisplay.dll
│ │ │ │ ├── HMIControl.dll
│ │ │ │ ├── HMIControl.pdb
│ │ │ │ ├── Microsoft.Expression.Controls.dll
│ │ │ │ ├── Microsoft.Expression.Drawing.dll
│ │ │ │ ├── Microsoft.Expression.Interactions.dll
│ │ │ │ ├── MySql.Data.dll
│ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ └── WPFToolkit.Extended.dll
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── AlarmSet.baml
│ │ │ ├── AlarmSet.g.cs
│ │ │ ├── AlarmSet.g.i.cs
│ │ │ ├── App.baml
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── CoreTest.Properties.Resources.resources
│ │ │ ├── CoreTest.exe
│ │ │ ├── CoreTest.g.resources
│ │ │ ├── CoreTest.pdb
│ │ │ ├── CoreTest_MarkupCompile.cache
│ │ │ ├── CoreTest_MarkupCompile.i.cache
│ │ │ ├── CoreTest_MarkupCompile.lref
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Example.csproj.CopyComplete
│ │ │ ├── Example.csproj.CoreCompileInputs.cache
│ │ │ ├── Example.csproj.FileListAbsolute.txt
│ │ │ ├── Example.csproj.GenerateResource.Cache
│ │ │ ├── Example.csprojResolveAssemblyReference.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── Guage.baml
│ │ │ ├── Guage.g.cs
│ │ │ ├── Guage.g.i.cs
│ │ │ ├── Login.baml
│ │ │ ├── Login.g.cs
│ │ │ ├── Login.g.i.cs
│ │ │ ├── MainWindow.baml
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── MaterialRecivingLine.baml
│ │ │ ├── MaterialRecivingLine.g.cs
│ │ │ ├── MaterialRecivingLine.g.i.cs
│ │ │ ├── RuntimeChart.baml
│ │ │ ├── RuntimeChart.g.cs
│ │ │ ├── RuntimeChart.g.i.cs
│ │ │ ├── SiloProductLine.baml
│ │ │ ├── SiloProductLine.g.cs
│ │ │ ├── SiloProductLine.g.i.cs
│ │ │ ├── StartDevice.baml
│ │ │ ├── StartDevice.g.cs
│ │ │ ├── StartDevice.g.i.cs
│ │ │ ├── TagMonitor.baml
│ │ │ ├── TagMonitor.g.cs
│ │ │ ├── TagMonitor.g.i.cs
│ │ │ ├── TempPE
│ │ │ ├── Trend.baml
│ │ │ ├── Trend.g.cs
│ │ │ └── Trend.g.i.cs
│ │ ├── DataExchange.sln
│ │ ├── DataHelper
│ │ │ ├── DAHelper.pfx
│ │ │ ├── DataHelper.cs
│ │ │ ├── DataHelper.csproj
│ │ │ ├── HDAIOHelper.cs
│ │ │ ├── IDataFactory.cs
│ │ │ ├── MssqlFactory.cs
│ │ │ ├── MysqlFactory.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataHelper.dll
│ │ │ │ ├── DataHelper.dll.config
│ │ │ │ ├── DataHelper.pdb
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ └── MySql.Data.dll
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DataHelper.csproj.CopyComplete
│ │ │ │ ├── DataHelper.csproj.CoreCompileInputs.cache
│ │ │ │ ├── DataHelper.csproj.FileListAbsolute.txt
│ │ │ │ ├── DataHelper.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DataHelper.dll
│ │ │ │ ├── DataHelper.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ └── packages.config
│ │ ├── DataService
│ │ │ ├── Alarm.cs
│ │ │ ├── CacheReader.cs
│ │ │ ├── Condition.cs
│ │ │ ├── DAService.pfx
│ │ │ ├── DataService.csproj
│ │ │ ├── DeviceAddress.cs
│ │ │ ├── Enums.cs
│ │ │ ├── Eval.cs
│ │ │ ├── ExtensionMethods.cs
│ │ │ ├── HistoryData.cs
│ │ │ ├── IGroup.cs
│ │ │ ├── IReader.cs
│ │ │ ├── IServer.cs
│ │ │ ├── ITag.cs
│ │ │ ├── PLCGroup.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Storage.cs
│ │ │ ├── TagMetaData.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ └── DataService.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DataService.csproj.CoreCompileInputs.cache
│ │ │ ├── DataService.csproj.FileListAbsolute.txt
│ │ │ ├── DataService.csprojResolveAssemblyReference.cache
│ │ │ ├── DataService.dll
│ │ │ ├── DataService.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ ├── FileDriver
│ │ │ ├── DatabaseDriver.cs
│ │ │ ├── FileDeviceGroup.cs
│ │ │ ├── FileDriver.csproj
│ │ │ ├── MemoryDriver.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── TagDriver.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── FileDriver.dll
│ │ │ │ └── FileDriver.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── FileDriver.csproj.CopyComplete
│ │ │ ├── FileDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── FileDriver.csproj.FileListAbsolute.txt
│ │ │ ├── FileDriver.csprojResolveAssemblyReference.cache
│ │ │ ├── FileDriver.dll
│ │ │ ├── FileDriver.pdb
│ │ │ └── TempPE
│ │ ├── HMIControl
│ │ │ ├── AirHammer.cs
│ │ │ ├── AlarmControl.cs
│ │ │ ├── BeltConveyor.cs
│ │ │ ├── Bucket.cs
│ │ │ ├── Buffer.cs
│ │ │ ├── BufferBin.cs
│ │ │ ├── ChainConveyor.cs
│ │ │ ├── Commands.cs
│ │ │ ├── ControlValve.cs
│ │ │ ├── CutoffGate.cs
│ │ │ ├── Cyclone.cs
│ │ │ ├── Cylinder.cs
│ │ │ ├── CylinderStick.cs
│ │ │ ├── Deduster.cs
│ │ │ ├── DischargePot.cs
│ │ │ ├── Distributor.cs
│ │ │ ├── DistributorAver.cs
│ │ │ ├── Divert.cs
│ │ │ ├── DraughtFan.cs
│ │ │ ├── Dryer.cs
│ │ │ ├── DryerPart.cs
│ │ │ ├── Elevator.cs
│ │ │ ├── Fan.cs
│ │ │ ├── FeedBin.cs
│ │ │ ├── Flange.cs
│ │ │ ├── FourWays.cs
│ │ │ ├── FromTo.cs
│ │ │ ├── GarbageBag.cs
│ │ │ ├── Gate.cs
│ │ │ ├── Grind.cs
│ │ │ ├── HMIBase
│ │ │ │ ├── BaseStruct.cs
│ │ │ │ ├── ButtonBase.cs
│ │ │ │ ├── ControlAdorner.cs
│ │ │ │ ├── ControlBase.cs
│ │ │ │ ├── HMIControlBase.cs
│ │ │ │ ├── HMIConvert.cs
│ │ │ │ ├── HMIHelper.cs
│ │ │ │ ├── LinkLine.cs
│ │ │ │ ├── LinkPin.cs
│ │ │ │ ├── LinkableControl.cs
│ │ │ │ ├── Pather.cs
│ │ │ │ ├── PinAdorner.cs
│ │ │ │ └── StartableAttribute.cs
│ │ │ ├── HMIControl.csproj
│ │ │ ├── HMIEx
│ │ │ │ ├── Frame.cs
│ │ │ │ ├── FrameAdorner.cs
│ │ │ │ ├── HMIButton.cs
│ │ │ │ ├── HMILable.cs
│ │ │ │ ├── HMITextBox.cs
│ │ │ │ ├── TextAdorner.cs
│ │ │ │ ├── ZoomBoxPanel.cs
│ │ │ │ └── ZoomSlideControl.cs
│ │ │ ├── LiquidAdd.cs
│ │ │ ├── LiquidBuf.cs
│ │ │ ├── LiquidBuf1.cs
│ │ │ ├── MagnetCleaner.cs
│ │ │ ├── MagnetValve.cs
│ │ │ ├── Magnetism.cs
│ │ │ ├── ManualAdd.cs
│ │ │ ├── ManualAddControl.cs
│ │ │ ├── Motor.cs
│ │ │ ├── PackingBench.cs
│ │ │ ├── PreCleaner.cs
│ │ │ ├── ProductLineView.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ProportionValve.cs
│ │ │ ├── PushButton.cs
│ │ │ ├── Scale.cs
│ │ │ ├── SelectSwitch.cs
│ │ │ ├── Sifter.cs
│ │ │ ├── Silo.cs
│ │ │ ├── SlideGate.cs
│ │ │ ├── SparyTube.cs
│ │ │ ├── Tacho
│ │ │ │ ├── Dial.cs
│ │ │ │ ├── DualRoundScale.cs
│ │ │ │ ├── GuageBase.cs
│ │ │ │ ├── HVDial.cs
│ │ │ │ ├── HVIndicator.cs
│ │ │ │ ├── HVLevelIndicator.cs
│ │ │ │ ├── HVScale.cs
│ │ │ │ ├── HVValueIndicator.cs
│ │ │ │ ├── RoundDial.cs
│ │ │ │ ├── RoundGuageBase.cs
│ │ │ │ ├── RoundIndicator.cs
│ │ │ │ ├── RoundIndicatorSlider.cs
│ │ │ │ ├── RoundScale.cs
│ │ │ │ ├── RoundSlider.cs
│ │ │ │ └── Tacho.cs
│ │ │ ├── Themes
│ │ │ │ ├── Colors.xaml
│ │ │ │ ├── ControlStyles.xaml
│ │ │ │ ├── Generic.7z
│ │ │ │ └── Generic.xaml
│ │ │ ├── Truck.cs
│ │ │ ├── TubeArc.cs
│ │ │ ├── TubeLine.cs
│ │ │ ├── TubeT.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataHelper.dll
│ │ │ │ ├── DataHelper.dll.config
│ │ │ │ ├── DataHelper.pdb
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── HMIControl.VisualStudio.Design.dll
│ │ │ │ ├── HMIControl.VisualStudio.Design.pdb
│ │ │ │ ├── HMIControl.dll
│ │ │ │ ├── HMIControl.pdb
│ │ │ │ ├── Microsoft.Expression.Controls.dll
│ │ │ │ ├── Microsoft.Expression.Drawing.dll
│ │ │ │ ├── Microsoft.Windows.Design.Extensibility.dll
│ │ │ │ ├── Microsoft.Windows.Design.Extensibility.xml
│ │ │ │ ├── Microsoft.Windows.Design.Interaction.dll
│ │ │ │ ├── Microsoft.Windows.Design.Interaction.xml
│ │ │ │ └── MySql.Data.dll
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── HMIControl.Properties.Resources.resources
│ │ │ ├── HMIControl.csproj.CopyComplete
│ │ │ ├── HMIControl.csproj.CoreCompileInputs.cache
│ │ │ ├── HMIControl.csproj.FileListAbsolute.txt
│ │ │ ├── HMIControl.csproj.GenerateResource.Cache
│ │ │ ├── HMIControl.csprojResolveAssemblyReference.cache
│ │ │ ├── HMIControl.dll
│ │ │ ├── HMIControl.g.resources
│ │ │ ├── HMIControl.pdb
│ │ │ ├── HMIControl_MarkupCompile.cache
│ │ │ ├── HMIControl_MarkupCompile.lref
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Themes
│ │ │ └── Generic.baml
│ │ ├── LinkableControlDesignTime
│ │ │ ├── ControlAdornerProvider.cs
│ │ │ ├── LinkableControlDesign.csproj
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Resources
│ │ │ │ └── Save.ico
│ │ │ ├── TagComplexEditor.Designer.cs
│ │ │ ├── TagComplexEditor.cs
│ │ │ ├── TagComplexEditor.resx
│ │ │ ├── TagData.cs
│ │ │ ├── TagList.Designer.cs
│ │ │ ├── TagList.cs
│ │ │ ├── TagList.resx
│ │ │ ├── TagWindowEditor.Designer.cs
│ │ │ ├── TagWindowEditor.cs
│ │ │ ├── TagWindowEditor.resx
│ │ │ ├── TagWriteEditor.Designer.cs
│ │ │ ├── TagWriteEditor.cs
│ │ │ ├── TagWriteEditor.resx
│ │ │ ├── metadata.cs
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HMIControl.VisualStudio.Design.Properties.Resources.resources
│ │ │ ├── HMIControl.VisualStudio.Design.TagComplexEditor.resources
│ │ │ ├── HMIControl.VisualStudio.Design.TagList.resources
│ │ │ ├── HMIControl.VisualStudio.Design.TagWindowEditor.resources
│ │ │ ├── HMIControl.VisualStudio.Design.TagWriteEditor.resources
│ │ │ ├── HMIControl.VisualStudio.Design.dll
│ │ │ ├── HMIControl.VisualStudio.Design.pdb
│ │ │ ├── LinkableControlDesign.csproj.CopyComplete
│ │ │ ├── LinkableControlDesign.csproj.CoreCompileInputs.cache
│ │ │ ├── LinkableControlDesign.csproj.FileListAbsolute.txt
│ │ │ ├── LinkableControlDesign.csproj.GenerateResource.Cache
│ │ │ ├── LinkableControlDesign.csprojResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── ModbusDriver
│ │ │ ├── ModbusDriver.csproj
│ │ │ ├── ModbusRTUDriver.cs
│ │ │ ├── ModbusTCPDriver.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── ModbusDriver.dll
│ │ │ │ └── ModbusDriver.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ModbusDriver.csproj.CopyComplete
│ │ │ ├── ModbusDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── ModbusDriver.csproj.FileListAbsolute.txt
│ │ │ ├── ModbusDriver.csprojResolveAssemblyReference.cache
│ │ │ ├── ModbusDriver.dll
│ │ │ ├── ModbusDriver.pdb
│ │ │ └── TempPE
│ │ ├── OPCDriver
│ │ │ ├── OPCDriver.cs
│ │ │ ├── OPCDriver.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── OPCDriver.dll
│ │ │ │ ├── OPCDriver.pdb
│ │ │ │ ├── OPCLib.dll
│ │ │ │ └── OPCLib.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OPCDriver.csproj.CopyComplete
│ │ │ ├── OPCDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── OPCDriver.csproj.FileListAbsolute.txt
│ │ │ ├── OPCDriver.csprojResolveAssemblyReference.cache
│ │ │ ├── OPCDriver.dll
│ │ │ ├── OPCDriver.pdb
│ │ │ └── TempPE
│ │ ├── OPCLib
│ │ │ ├── OPCDA
│ │ │ │ ├── OPCDA.csproj
│ │ │ │ ├── OPC_Data_Class.cs
│ │ │ │ ├── OPC_Data_Enum.cs
│ │ │ │ ├── OPC_Data_Interface.cs
│ │ │ │ ├── OPC_Data_Struct.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── OPCLib.csproj
│ │ │ ├── OPCLib.sln
│ │ │ ├── OPCLib.snk
│ │ │ ├── OPC_Data_Class.cs
│ │ │ ├── OPC_Data_Enum.cs
│ │ │ ├── OPC_Data_Interface.cs
│ │ │ ├── OPC_Data_Struct.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── OPCLib.dll
│ │ │ │ └── OPCLib.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OPCLib.csproj.CoreCompileInputs.cache
│ │ │ ├── OPCLib.csproj.FileListAbsolute.txt
│ │ │ ├── OPCLib.csprojResolveAssemblyReference.cache
│ │ │ ├── OPCLib.dll
│ │ │ ├── OPCLib.pdb
│ │ │ └── TempPE
│ │ ├── OmronPlcDriver
│ │ │ ├── OmronPlcDriver.csproj
│ │ │ ├── OmronUdpReader.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── OmronPlcDriver.dll
│ │ │ │ └── OmronPlcDriver.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OmronPlcDriver.csproj.CopyComplete
│ │ │ ├── OmronPlcDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── OmronPlcDriver.csproj.FileListAbsolute.txt
│ │ │ ├── OmronPlcDriver.dll
│ │ │ ├── OmronPlcDriver.pdb
│ │ │ └── TempPE
│ │ ├── PanasonicDriver
│ │ │ ├── PanasonicDriver.csproj
│ │ │ ├── PanasonicSerialReader.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── PanasonicDriver.dll
│ │ │ │ └── PanasonicDriver.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── PanasonicDriver.csproj.CopyComplete
│ │ │ ├── PanasonicDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── PanasonicDriver.csproj.FileListAbsolute.txt
│ │ │ ├── PanasonicDriver.dll
│ │ │ ├── PanasonicDriver.pdb
│ │ │ └── TempPE
│ │ ├── SiemensPLCDriver
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SiemensPLCDriver.cs
│ │ │ ├── SiemensPLCDriver.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DataService.dll
│ │ │ │ ├── DataService.pdb
│ │ │ │ ├── SiemensPLCDriver.dll
│ │ │ │ ├── SiemensPLCDriver.pdb
│ │ │ │ └── libnodave.net.dll
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── SiemensPLCDriver.csproj.CopyComplete
│ │ │ ├── SiemensPLCDriver.csproj.CoreCompileInputs.cache
│ │ │ ├── SiemensPLCDriver.csproj.FileListAbsolute.txt
│ │ │ ├── SiemensPLCDriver.csprojResolveAssemblyReference.cache
│ │ │ ├── SiemensPLCDriver.dll
│ │ │ ├── SiemensPLCDriver.pdb
│ │ │ └── TempPE
│ │ ├── TagConfig
│ │ │ ├── TagConfig
│ │ │ │ ├── AlarmForm.Designer.cs
│ │ │ │ ├── AlarmForm.cs
│ │ │ │ ├── AlarmForm.resx
│ │ │ │ ├── AlarmParam.Designer.cs
│ │ │ │ ├── AlarmParam.cs
│ │ │ │ ├── AlarmParam.resx
│ │ │ │ ├── Condition.cs
│ │ │ │ ├── DataConvert.cs
│ │ │ │ ├── DriverSet.Designer.cs
│ │ │ │ ├── DriverSet.cs
│ │ │ │ ├── DriverSet.resx
│ │ │ │ ├── ExMethos.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── GroupParam.Designer.cs
│ │ │ │ ├── GroupParam.cs
│ │ │ │ ├── GroupParam.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── RegisterSet.Designer.cs
│ │ │ │ ├── RegisterSet.cs
│ │ │ │ ├── RegisterSet.resx
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Attribute.gif
│ │ │ │ │ ├── Clear.gif
│ │ │ │ │ ├── Collect.gif
│ │ │ │ │ ├── Copy.gif
│ │ │ │ │ ├── Database.ico
│ │ │ │ │ ├── Delete.gif
│ │ │ │ │ ├── Excel.gif
│ │ │ │ │ ├── Exit.gif
│ │ │ │ │ ├── Find.gif
│ │ │ │ │ ├── Help.gif
│ │ │ │ │ ├── Link.ico
│ │ │ │ │ ├── PPrint.gif
│ │ │ │ │ ├── PSave.gif
│ │ │ │ │ ├── Page-Setup.ico
│ │ │ │ │ ├── Timer.gif
│ │ │ │ │ ├── Tip.ico
│ │ │ │ │ └── Tool.gif
│ │ │ │ ├── ScaleParam.Designer.cs
│ │ │ │ ├── ScaleParam.cs
│ │ │ │ ├── ScaleParam.resx
│ │ │ │ ├── TagConfig.csproj
│ │ │ │ ├── TagData.cs
│ │ │ │ ├── TagParam.Designer.cs
│ │ │ │ ├── TagParam.cs
│ │ │ │ ├── TagParam.resx
│ │ │ │ ├── Wizard.ico
│ │ │ │ ├── app.config
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ └── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TagConfig.csproj.CoreCompileInputs.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TagConfig.sln
│ │ │ └── packages
│ │ │ └── MySql.Data.6.9.10
│ │ │ ├── CHANGES
│ │ │ ├── MySql.Data.6.9.10.nupkg
│ │ │ ├── Readme.txt
│ │ │ ├── content
│ │ │ │ ├── app.config.transform
│ │ │ │ └── web.config.transform
│ │ │ └── lib
│ │ │ ├── net40
│ │ │ │ └── MySql.Data.dll
│ │ │ └── net45
│ │ │ └── MySql.Data.dll
│ │ ├── clear.bat
│ │ └── packages
│ │ └── MySql.Data.6.9.10
│ │ ├── CHANGES
│ │ ├── MySql.Data.6.9.10.nupkg
│ │ ├── Readme.txt
│ │ ├── content
│ │ │ ├── app.config.transform
│ │ │ └── web.config.transform
│ │ └── lib
│ │ ├── net40
│ │ │ └── MySql.Data.dll
│ │ └── net45
│ │ └── MySql.Data.dll
│ └── dll
│ ├── ABPLCReader.dll
│ ├── ClientDriver.dll
│ ├── DataHelper.dll
│ ├── DataService.dll
│ ├── DynamicDataDisplay.dll
│ ├── FileDriver.dll
│ ├── Microsoft.Expression.Controls.dll
│ ├── Microsoft.Expression.Drawing.dll
│ ├── Microsoft.Expression.Effects.dll
│ ├── Microsoft.Expression.Interactions.dll
│ ├── Microsoft.Windows.Design.Extensibility.dll
│ ├── Microsoft.Windows.Design.Extensibility.xml
│ ├── Microsoft.Windows.Design.Interaction.dll
│ ├── Microsoft.Windows.Design.Interaction.xml
│ ├── ModbusDriver.dll
│ ├── OPCDriver.dll
│ ├── OPCLib.dll
│ ├── OmronPlcDriver.dll
│ ├── PanasonicDriver.dll
│ ├── SiemensPLCDriver.dll
│ ├── System.Windows.Interactivity.dll
│ ├── WPFToolkit.Extended.dll
│ ├── libnodave.dll
│ ├── libnodave.net.dll
│ └── tuxeipAB.dll
└── Showcase
├── Receiving1.png
├── guage.png
└── scada1.png
160 directories, 699 files