在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 管件车间19台注塑机供料

管件车间19台注塑机供料

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:14.00M
  • 下载次数:65
  • 浏览次数:335
  • 发布时间:2022-07-30
  • 实例类别:C#语言基础
  • 发 布 人:wjb_2009
  • 文件格式:.rar
  • 所需积分:20
 相关标签:

实例介绍

【实例简介】管件车间19台注塑机供料

【实例截图】

【核心代码】

.
├── 管件车间19台注塑机供料
│   └── MitsubishiCommunication
│       ├── 2#φ110.PNG
│       ├── HslCommunication_Net45
│       │   ├── Algorithms
│       │   │   ├── ConnectPool
│       │   │   │   ├── ConnectPool.cs
│       │   │   │   └── IConnector.cs
│       │   │   └── Fourier
│       │   │       └── FFTHelper.cs
│       │   ├── BasicFramework
│       │   │   ├── FormAuthorAdvertisement.cs
│       │   │   ├── FormAuthorAdvertisement.designer.cs
│       │   │   ├── FormAuthorAdvertisement.resx
│       │   │   ├── FormAuthorize.cs
│       │   │   ├── FormAuthorize.designer.cs
│       │   │   ├── FormAuthorize.resx
│       │   │   ├── FormPopup.cs
│       │   │   ├── FormPopup.designer.cs
│       │   │   ├── FormPopup.resx
│       │   │   ├── FormPortraitSelect.Designer.cs
│       │   │   ├── FormPortraitSelect.cs
│       │   │   ├── FormPortraitSelect.resx
│       │   │   ├── FormSupport.Designer.cs
│       │   │   ├── FormSupport.cs
│       │   │   ├── FormSupport.resx
│       │   │   ├── SharpList.cs
│       │   │   ├── SoftAnimation.cs
│       │   │   ├── SoftAuthorize.cs
│       │   │   ├── SoftBaseClass.cs
│       │   │   ├── SoftBasic.cs
│       │   │   ├── SoftBuffer.cs
│       │   │   ├── SoftCache.cs
│       │   │   ├── SoftException.cs
│       │   │   ├── SoftMail.cs
│       │   │   ├── SoftMsgQueue.cs
│       │   │   ├── SoftNumerical.cs
│       │   │   ├── SoftPainting.cs
│       │   │   ├── SoftSecurity.cs
│       │   │   ├── SoftSqlOperate.cs
│       │   │   ├── SoftVersion.cs
│       │   │   └── SoftZipped.cs
│       │   ├── Controls
│       │   │   ├── UserBottle.Designer.cs
│       │   │   ├── UserBottle.cs
│       │   │   ├── UserBottle.resx
│       │   │   ├── UserButton.cs
│       │   │   ├── UserButton.designer.cs
│       │   │   ├── UserButton.resx
│       │   │   ├── UserClock.cs
│       │   │   ├── UserClock.designer.cs
│       │   │   ├── UserClock.resx
│       │   │   ├── UserCurve.Designer.cs
│       │   │   ├── UserCurve.cs
│       │   │   ├── UserCurve.resx
│       │   │   ├── UserDrum.Designer.cs
│       │   │   ├── UserDrum.cs
│       │   │   ├── UserDrum.resx
│       │   │   ├── UserGaugeChart.Designer.cs
│       │   │   ├── UserGaugeChart.cs
│       │   │   ├── UserGaugeChart.resx
│       │   │   ├── UserLantern.Designer.cs
│       │   │   ├── UserLantern.cs
│       │   │   ├── UserLantern.resx
│       │   │   ├── UserPieChart.Designer.cs
│       │   │   ├── UserPieChart.cs
│       │   │   ├── UserPieChart.resx
│       │   │   ├── UserPipe.Designer.cs
│       │   │   ├── UserPipe.cs
│       │   │   ├── UserPipe.resx
│       │   │   ├── UserSwitch.Designer.cs
│       │   │   ├── UserSwitch.cs
│       │   │   ├── UserSwitch.resx
│       │   │   ├── UserVerticalProgress.Designer.cs
│       │   │   ├── UserVerticalProgress.cs
│       │   │   └── UserVerticalProgress.resx
│       │   ├── Core
│       │   │   ├── Address
│       │   │   │   ├── DeviceAddressBase.cs
│       │   │   │   └── ModbusAddress.cs
│       │   │   ├── IMessage
│       │   │   │   ├── AlienMessage.cs
│       │   │   │   ├── AllenBradleyMessage.cs
│       │   │   │   ├── EFORTMessage.cs
│       │   │   │   ├── EFORTMessagePrevious.cs
│       │   │   │   ├── FetchWriteMessage.cs
│       │   │   │   ├── FinsMessage.cs
│       │   │   │   ├── HslMessage.cs
│       │   │   │   ├── INetMessage.cs
│       │   │   │   ├── MelsecA1EBinaryMessage.cs
│       │   │   │   ├── MelsecQnA3EAsciiMessage.cs
│       │   │   │   ├── MelsecQnA3EBinaryMessage.cs
│       │   │   │   ├── ModbusTcpMessage.cs
│       │   │   │   └── S7Message.cs
│       │   │   ├── Net
│       │   │   │   ├── ClassNetHandle.cs
│       │   │   │   ├── CommunicationProtocol.cs
│       │   │   │   ├── IReadWriteNet.cs
│       │   │   │   ├── IRobotNet.cs
│       │   │   │   ├── NetSupport.cs
│       │   │   │   ├── NetworkBase
│       │   │   │   │   ├── NetworkAlienClient.cs
│       │   │   │   │   ├── NetworkBase.cs
│       │   │   │   │   ├── NetworkDeviceBase.cs
│       │   │   │   │   ├── NetworkDoubleBase.cs
│       │   │   │   │   ├── NetworkFileServerBase.cs
│       │   │   │   │   ├── NetworkServerBase.cs
│       │   │   │   │   └── NetworkXBase.cs
│       │   │   │   └── StateOne
│       │   │   │       ├── AlienSession.cs
│       │   │   │       ├── AppSession.cs
│       │   │   │       ├── AsyncStateSend.cs
│       │   │   │       ├── FileStateObject.cs
│       │   │   │       ├── StateObject.cs
│       │   │   │       └── StateOneBase.cs
│       │   │   ├── Security
│       │   │   │   └── Security.cs
│       │   │   ├── Thread
│       │   │   │   └── ThreadLock.cs
│       │   │   ├── Transfer
│       │   │   │   ├── ByteTransformBase.cs
│       │   │   │   ├── ByteTransformHelper.cs
│       │   │   │   ├── DataFormat.cs
│       │   │   │   ├── IByteTransform.cs
│       │   │   │   ├── RegularByteTransform.cs
│       │   │   │   ├── ReverseBytesTransform.cs
│       │   │   │   └── ReverseWordTransform.cs
│       │   │   └── Types
│       │   │       ├── HslPieItem.cs
│       │   │       ├── HslTimeOut.cs
│       │   │       ├── IDataTransfer.cs
│       │   │       └── OperateResult.cs
│       │   ├── Enthernet
│       │   │   ├── ComplexNet
│       │   │   │   ├── NetComplexClient.cs
│       │   │   │   └── NetComplexServer.cs
│       │   │   ├── DeviceNet
│       │   │   │   ├── ClassDeviceNet.cs
│       │   │   │   └── DeviceState.cs
│       │   │   ├── FileNet
│       │   │   │   ├── AdvancedFileServer.cs
│       │   │   │   ├── FileBaseInfo.cs
│       │   │   │   ├── FileClientBase.cs
│       │   │   │   ├── FileMarkId.cs
│       │   │   │   ├── GroupFileContainer.cs
│       │   │   │   ├── GroupFileItem.cs
│       │   │   │   ├── IntegrationFileClient.cs
│       │   │   │   └── UltimateFileServer.cs
│       │   │   ├── PushNet
│       │   │   │   ├── NetPushClient.cs
│       │   │   │   ├── NetPushServer.cs
│       │   │   │   └── PushGroupClient.cs
│       │   │   ├── Redis
│       │   │   │   ├── RedisClient.cs
│       │   │   │   ├── RedisHelper.cs
│       │   │   │   └── RedisSubscribe.cs
│       │   │   ├── SimplifyNet
│       │   │   │   ├── NetSimplifyClient.cs
│       │   │   │   └── NetSimplifyServer.cs
│       │   │   ├── SoftUpdateNet
│       │   │   │   └── ClassSoftUpdate.cs
│       │   │   └── UdpNet
│       │   │       ├── NetUdpClient.cs
│       │   │       └── NetUdpServer.cs
│       │   ├── HslCommunication_Net45.csproj
│       │   ├── Instrument
│       │   │   └── Temperature
│       │   │       └── DAM3601.cs
│       │   ├── Language
│       │   │   ├── DefaultLanguage.cs
│       │   │   └── English.cs
│       │   ├── LogNet
│       │   │   ├── Core
│       │   │   │   ├── ILogNet.cs
│       │   │   │   ├── LogBase.cs
│       │   │   │   └── Types.cs
│       │   │   ├── LogNetManagment.cs
│       │   │   ├── Logs
│       │   │   │   ├── LogNetDateTime.cs
│       │   │   │   ├── LogNetFileSize.cs
│       │   │   │   └── LogNetSingle.cs
│       │   │   └── View
│       │   │       ├── FormLogNetView.Designer.cs
│       │   │       ├── FormLogNetView.cs
│       │   │       ├── FormLogNetView.resx
│       │   │       ├── LogNetAnalysisControl.Designer.cs
│       │   │       ├── LogNetAnalysisControl.cs
│       │   │       └── LogNetAnalysisControl.resx
│       │   ├── ModBus
│       │   │   ├── ModBusMonitorAddress.cs
│       │   │   ├── ModBusState.cs
│       │   │   ├── ModbusAscii
│       │   │   │   └── ModbusAscii.cs
│       │   │   ├── ModbusInfo.cs
│       │   │   ├── ModbusRtu
│       │   │   │   └── ModbusRtu.cs
│       │   │   ├── ModbusTcp
│       │   │   │   ├── ModbusTcpNet.cs
│       │   │   │   └── ModbusTcpServer.cs
│       │   │   └── MonitorAddress.cs
│       │   ├── NamespaceDoc.cs
│       │   ├── Profinet
│       │   │   ├── AllenBradley
│       │   │   │   ├── AllenBradleyHelper.cs
│       │   │   │   └── AllenBradleyNet.cs
│       │   │   ├── Melsec
│       │   │   │   ├── MelsecA1EDataType.cs
│       │   │   │   ├── MelsecA1ENet.cs
│       │   │   │   ├── MelsecFxLinks.cs
│       │   │   │   ├── MelsecFxSerial.cs
│       │   │   │   ├── MelsecHelper.cs
│       │   │   │   ├── MelsecMcAsciiNet.cs
│       │   │   │   ├── MelsecMcDataType.cs
│       │   │   │   ├── MelsecMcNet.cs
│       │   │   │   └── MelsecNetMultiAsync.cs
│       │   │   ├── Omron
│       │   │   │   ├── OmronFinsDataType.cs
│       │   │   │   └── OmronFinsNet.cs
│       │   │   ├── Panasonic
│       │   │   │   └── PanasonicMewtocol.cs
│       │   │   └── Siemens
│       │   │       ├── SiemensFetchWriteNet.cs
│       │   │       ├── SiemensPLCS.cs
│       │   │       ├── SiemensPPI.cs
│       │   │       └── SiemensS7Net.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   └── Resources.resx
│       │   ├── Robot
│       │   │   └── EFORT
│       │   │       ├── ER7BC10.cs
│       │   │       ├── ER7BC10Previous.cs
│       │   │       └── EfortData.cs
│       │   ├── Serial
│       │   │   ├── CRCSupport.cs
│       │   │   ├── FP1_C72.cs
│       │   │   ├── SerialBase.cs
│       │   │   ├── SerialDeviceBase.cs
│       │   │   └── SoftLRC.cs
│       │   ├── StringResources.cs
│       │   ├── bin
│       │   │   ├── Debug
│       │   │   │   ├── HslCommunication.dll
│       │   │   │   ├── HslCommunication.pdb
│       │   │   │   ├── HslCommunication.xml
│       │   │   │   ├── Newtonsoft.Json.dll
│       │   │   │   ├── Newtonsoft.Json.pdb
│       │   │   │   └── Newtonsoft.Json.xml
│       │   │   └── Release
│       │   ├── imgaes
│       │   │   ├── Activity_16xLG.png
│       │   │   ├── AddressViewer.png
│       │   │   ├── AudioRecording.png
│       │   │   ├── ClassIcon.ico
│       │   │   ├── ClassIcon.png
│       │   │   ├── Class_489.png
│       │   │   ├── Cloud_16xLG.png
│       │   │   ├── Copy_6524.png
│       │   │   ├── Delegate_8339.png
│       │   │   ├── Enum_582.png
│       │   │   ├── Event_594.png
│       │   │   ├── Event_594_exp.png
│       │   │   ├── ListView_687.png
│       │   │   ├── Method_636.png
│       │   │   ├── Module_648.png
│       │   │   ├── PropertyIcon.png
│       │   │   ├── RegistryEditor_5838.ico
│       │   │   ├── SingleMessage_5727.ico
│       │   │   ├── Soundfile_461.png
│       │   │   ├── Structure_507.png
│       │   │   ├── TabControl_707.png
│       │   │   ├── Table_748.png
│       │   │   ├── Tag_7213.png
│       │   │   ├── Textfile_818_16x.png
│       │   │   ├── TreeView_713.png
│       │   │   ├── UseCaseDiagramFile_usecasediagram_13447_16x.png
│       │   │   ├── UserInterfaceEditor_5845.ico
│       │   │   ├── VirtualMachine.png
│       │   │   ├── WebForm(ASPX)_815_16x.png
│       │   │   ├── WebFormTemplate_11274_16x_color.png
│       │   │   ├── WindowsForm_817.ico
│       │   │   ├── WindowsForm_817_16x.png
│       │   │   ├── abstr1.png
│       │   │   ├── abstr11.png
│       │   │   ├── alipay.png
│       │   │   ├── asset_progressBar_24x24_on.png
│       │   │   ├── brackets_Square_16xMD.png
│       │   │   ├── docview_xaml_on_16x16.png
│       │   │   ├── glasses_16xLG.png
│       │   │   ├── grid_Data_16xLG.png
│       │   │   ├── lightningBolt_16xLG.png
│       │   │   ├── mm_facetoface_collect_qrcode_1525331158525.png
│       │   │   ├── qrcode_for_gh_319218678954_258.jpg
│       │   │   └── usbcontroller.png
│       │   ├── obj
│       │   │   └── Debug
│       │   │       ├── DesignTimeResolveAssemblyReferences.cache
│       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │       ├── HslCommunication.BasicFramework.FormAuthorAdvertisement.resources
│       │   │       ├── HslCommunication.BasicFramework.FormAuthorize.resources
│       │   │       ├── HslCommunication.BasicFramework.FormPopup.resources
│       │   │       ├── HslCommunication.BasicFramework.FormPortraitSelect.resources
│       │   │       ├── HslCommunication.BasicFramework.FormSupport.resources
│       │   │       ├── HslCommunication.Controls.UserBottle.resources
│       │   │       ├── HslCommunication.Controls.UserButton.resources
│       │   │       ├── HslCommunication.Controls.UserClock.resources
│       │   │       ├── HslCommunication.Controls.UserCurve.resources
│       │   │       ├── HslCommunication.Controls.UserDrum.resources
│       │   │       ├── HslCommunication.Controls.UserGaugeChart.resources
│       │   │       ├── HslCommunication.Controls.UserLantern.resources
│       │   │       ├── HslCommunication.Controls.UserPieChart.resources
│       │   │       ├── HslCommunication.Controls.UserPipe.resources
│       │   │       ├── HslCommunication.Controls.UserSwitch.resources
│       │   │       ├── HslCommunication.Controls.UserVerticalProgress.resources
│       │   │       ├── HslCommunication.LogNet.FormLogNetView.resources
│       │   │       ├── HslCommunication.LogNet.LogNetAnalysisControl.resources
│       │   │       ├── HslCommunication.Properties.Resources.resources
│       │   │       ├── HslCommunication.dll
│       │   │       ├── HslCommunication.pdb
│       │   │       ├── HslCommunication_Net45.csproj.AssemblyReference.cache
│       │   │       ├── HslCommunication_Net45.csproj.CopyComplete
│       │   │       ├── HslCommunication_Net45.csproj.CoreCompileInputs.cache
│       │   │       ├── HslCommunication_Net45.csproj.FileListAbsolute.txt
│       │   │       ├── HslCommunication_Net45.csproj.GenerateResource.cache
│       │   │       ├── HslCommunication_Net45.csprojAssemblyReference.cache
│       │   │       ├── TempPE
│       │   │       │   └── 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
│       │   └── packages.config
│       ├── MitsubishiCommunication
│       │   ├── AlarmCache.cs
│       │   ├── AlarmRealTime.cs
│       │   ├── ClassY.cs
│       │   ├── CommMethods.cs
│       │   ├── DataGridViewStyle.cs
│       │   ├── FrmCommunicationsPara.cs
│       │   ├── FrmCommunicationsPara.designer.cs
│       │   ├── FrmCommunicationsPara.resx
│       │   ├── FrmDataSet.Designer.cs
│       │   ├── FrmDataSet.cs
│       │   ├── FrmDataSet.resx
│       │   ├── FrmHistoricalAlarm.Designer.cs
│       │   ├── FrmHistoricalAlarm.cs
│       │   ├── FrmHistoricalAlarm.resx
│       │   ├── FrmIOVarManage.Designer.cs
│       │   ├── FrmIOVarManage.cs
│       │   ├── FrmIOVarManage.resx
│       │   ├── FrmMain.Designer.cs
│       │   ├── FrmMain.cs
│       │   ├── FrmMain.resx
│       │   ├── FrmNewVar_MC.Designer.cs
│       │   ├── FrmNewVar_MC.cs
│       │   ├── FrmNewVar_MC.resx
│       │   ├── FrmRealTimeAlarm.Designer.cs
│       │   ├── FrmRealTimeAlarm.cs
│       │   ├── FrmRealTimeAlarm.resx
│       │   ├── FrmReports.Designer.cs
│       │   ├── FrmReports.cs
│       │   ├── FrmReports.resx
│       │   ├── Frmparameter.Designer.cs
│       │   ├── Frmparameter.cs
│       │   ├── Frmparameter.resx
│       │   ├── MitsubishiCommunication
│       │   │   ├── FrmMain.Designer.cs
│       │   │   ├── FrmMain.cs
│       │   │   ├── FrmMain.resx
│       │   │   ├── MitsubishiCommunication.csproj
│       │   │   ├── MitsubishiCommunication.csproj.user
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   ├── Debug
│       │   │   │   │   ├── DSControls.dll
│       │   │   │   │   ├── HslCommunication.dll
│       │   │   │   │   ├── HslCommunication.xml
│       │   │   │   │   ├── MitsubishiCommunication.exe
│       │   │   │   │   ├── MitsubishiCommunication.pdb
│       │   │   │   │   ├── MitsubishiCommunication.vshost.exe
│       │   │   │   │   ├── MitsubishiCommunication.vshost.exe.manifest
│       │   │   │   │   └── Newtonsoft.Json.dll
│       │   │   │   └── Release
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DesignTimeResolveAssemblyReferences.cache
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── MitsubishiCommunication.Properties.Resources.resources
│       │   │           ├── MitsubishiCommunication.csproj.FileListAbsolute.txt
│       │   │           ├── MitsubishiCommunication.csproj.GenerateResource.Cache
│       │   │           ├── MitsubishiCommunication.csprojResolveAssemblyReference.cache
│       │   │           ├── MitsubishiCommunication.exe
│       │   │           ├── MitsubishiCommunication.pdb
│       │   │           ├── PLC_TestDemo.FrmMain.resources
│       │   │           └── TempPE
│       │   ├── MitsubishiCommunication.csproj
│       │   ├── MitsubishiCommunication.csproj.user
│       │   ├── MitsubishiCommunication.sln
│       │   ├── PLC设置.png
│       │   ├── PLC断开设置.png
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── Resources
│       │   │   ├── 泵1.png
│       │   │   ├── 泵2.png
│       │   │   ├── 吸料罐.PNG
│       │   │   ├── 真空罐.png
│       │   │   └── 真空泵2.png
│       │   ├── VarAlarm_MC.cs
│       │   ├── Variable_MC.cs
│       │   ├── app.config
│       │   ├── bin
│       │   │   ├── Debug
│       │   │   │   ├── ConfigFile
│       │   │   │   │   ├── MC.ini
│       │   │   │   │   ├── VarAlarm_MC.xml
│       │   │   │   │   └── Variable_MC.xml
│       │   │   │   ├── HslCommunication.dll
│       │   │   │   ├── HslCommunication.pdb
│       │   │   │   ├── HslCommunication.xml
│       │   │   │   ├── MS_Entity.dll
│       │   │   │   ├── MS_Entity.pdb
│       │   │   │   ├── MitsubishiCommunication.exe
│       │   │   │   ├── MitsubishiCommunication.exe.config
│       │   │   │   ├── MitsubishiCommunication.pdb
│       │   │   │   ├── MyControlLibrary.dll
│       │   │   │   ├── MyControlLibrary.pdb
│       │   │   │   ├── Newtonsoft.Json.dll
│       │   │   │   ├── Newtonsoft.Json.pdb
│       │   │   │   ├── Newtonsoft.Json.xml
│       │   │   │   ├── thinger.cn.DataConvertHelper.dll
│       │   │   │   └── thinger.cn.DataConvertHelper.pdb
│       │   │   └── Release
│       │   │       ├── ConfigFile
│       │   │       │   ├── MC.ini
│       │   │       │   ├── VarAlarm_MC.xml
│       │   │       │   └── Variable_MC.xml
│       │   │       ├── MitsubishiCommunication.exe
│       │   │       ├── MitsubishiCommunication.exe.config
│       │   │       ├── MitsubishiCommunication.pdb
│       │   │       ├── MyControlLibrary.dll
│       │   │       ├── MyControlLibrary.pdb
│       │   │       ├── portCommunication.dll
│       │   │       ├── portCommunication.pdb
│       │   │       ├── thinger.cn.DataConvertHelper.dll
│       │   │       └── thinger.cn.DataConvertHelper.pdb
│       │   ├── obj
│       │   │   ├── Debug
│       │   │   │   ├── CentralizedFeedingSystem.FrmCommunicationsPara.resources
│       │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │   │   ├── MitsubishiCommunication.FrmCommPara.resources
│       │   │   │   ├── MitsubishiCommunication.FrmDataSet.resources
│       │   │   │   ├── MitsubishiCommunication.FrmHistoricalAlarm.resources
│       │   │   │   ├── MitsubishiCommunication.FrmIOVarManage.resources
│       │   │   │   ├── MitsubishiCommunication.FrmMain.resources
│       │   │   │   ├── MitsubishiCommunication.FrmNewVar_MC.resources
│       │   │   │   ├── MitsubishiCommunication.FrmRealTimeAlarm.resources
│       │   │   │   ├── MitsubishiCommunication.FrmReports.resources
│       │   │   │   ├── MitsubishiCommunication.Frmparameter.resources
│       │   │   │   ├── MitsubishiCommunication.Properties.Resources.resources
│       │   │   │   ├── MitsubishiCommunication.csproj.AssemblyReference.cache
│       │   │   │   ├── MitsubishiCommunication.csproj.CopyComplete
│       │   │   │   ├── MitsubishiCommunication.csproj.CoreCompileInputs.cache
│       │   │   │   ├── MitsubishiCommunication.csproj.FileListAbsolute.txt
│       │   │   │   ├── MitsubishiCommunication.csproj.GenerateResource.cache
│       │   │   │   ├── MitsubishiCommunication.csprojAssemblyReference.cache
│       │   │   │   ├── MitsubishiCommunication.csprojResolveAssemblyReference.cache
│       │   │   │   ├── MitsubishiCommunication.exe
│       │   │   │   ├── MitsubishiCommunication.pdb
│       │   │   │   ├── TempPE
│       │   │   │   │   └── 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
│       │   │   └── Release
│       │   │       ├── DesignTimeResolveAssemblyReferences.cache
│       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │       ├── MitsubishiCommunication.FrmCommPara.resources
│       │   │       ├── MitsubishiCommunication.FrmDataSet.resources
│       │   │       ├── MitsubishiCommunication.FrmHistoricalAlarm.resources
│       │   │       ├── MitsubishiCommunication.FrmIOVarManage.resources
│       │   │       ├── MitsubishiCommunication.FrmMain.resources
│       │   │       ├── MitsubishiCommunication.FrmNewVar_MC.resources
│       │   │       ├── MitsubishiCommunication.FrmRealTimeAlarm.resources
│       │   │       ├── MitsubishiCommunication.Frmparameter.resources
│       │   │       ├── MitsubishiCommunication.Properties.Resources.resources
│       │   │       ├── MitsubishiCommunication.csproj.CopyComplete
│       │   │       ├── MitsubishiCommunication.csproj.CoreCompileInputs.cache
│       │   │       ├── MitsubishiCommunication.csproj.FileListAbsolute.txt
│       │   │       ├── MitsubishiCommunication.csproj.GenerateResource.cache
│       │   │       ├── MitsubishiCommunication.csprojAssemblyReference.cache
│       │   │       ├── MitsubishiCommunication.exe
│       │   │       ├── MitsubishiCommunication.pdb
│       │   │       ├── TempPE
│       │   │       │   └── 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
│       │   └── 新建文本文档.txt
│       ├── MitsubishiCommunication.sln
│       ├── PLC设置.png
│       ├── PLC断开设置.png
│       ├── packages
│       │   └── Newtonsoft.Json.12.0.1
│       │       ├── LICENSE.md
│       │       ├── Newtonsoft.Json.12.0.1.nupkg
│       │       └── lib
│       │           ├── net20
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── net35
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── net40
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── net45
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── netstandard1.0
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── netstandard1.3
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── netstandard2.0
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           ├── portable-net40 sl5 win8 wp8 wpa81
│       │           │   ├── Newtonsoft.Json.dll
│       │           │   ├── Newtonsoft.Json.pdb
│       │           │   └── Newtonsoft.Json.xml
│       │           └── portable-net45 win8 wp8 wpa81
│       │               ├── Newtonsoft.Json.dll
│       │               ├── Newtonsoft.Json.pdb
│       │               └── Newtonsoft.Json.xml
│       ├── portCommunication
│       │   ├── portCommunication
│       │   │   ├── BasicFramework
│       │   │   │   └── SoftBasic.cs
│       │   │   ├── Core
│       │   │   │   ├── IMessage
│       │   │   │   │   ├── INetMessage.cs
│       │   │   │   │   └── MelsecQnA3EBinaryMessage.cs
│       │   │   │   ├── Net
│       │   │   │   │   ├── IReadWriteNet.cs
│       │   │   │   │   ├── NetworkBase
│       │   │   │   │   │   ├── NetworkBase.cs
│       │   │   │   │   │   ├── NetworkDeviceBase.cs
│       │   │   │   │   │   └── NetworkDoubleBase.cs
│       │   │   │   │   └── StateOne
│       │   │   │   │       ├── AlienSession.cs
│       │   │   │   │       ├── FileStateObject.cs
│       │   │   │   │       ├── StateObject.cs
│       │   │   │   │       └── StateOneBase.cs
│       │   │   │   ├── Thread
│       │   │   │   │   └── ThreadLock.cs
│       │   │   │   ├── Transfer
│       │   │   │   │   ├── ByteTransformBase.cs
│       │   │   │   │   ├── ByteTransformHelper.cs
│       │   │   │   │   ├── DataFormat.cs
│       │   │   │   │   ├── IByteTransform.cs
│       │   │   │   │   └── RegularByteTransform.cs
│       │   │   │   └── Types
│       │   │   │       ├── HslTimeOut.cs
│       │   │   │       ├── IDataTransfer.cs
│       │   │   │       └── OperateResult.cs
│       │   │   ├── Language
│       │   │   │   ├── DefaultLanguage.cs
│       │   │   │   └── English.cs
│       │   │   ├── LogNet
│       │   │   │   └── Core
│       │   │   │       ├── ILogNet.cs
│       │   │   │       └── Types.cs
│       │   │   ├── Profinet
│       │   │   │   └── Melsec
│       │   │   │       ├── MelsecA1EDataType.cs
│       │   │   │       ├── MelsecHelper.cs
│       │   │   │       ├── MelsecMcDataType.cs
│       │   │   │       └── MelsecMcNet.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── StringResources.cs
│       │   │   ├── bin
│       │   │   │   ├── Debug
│       │   │   │   │   ├── portCommunication.dll
│       │   │   │   │   └── portCommunication.pdb
│       │   │   │   └── Release
│       │   │   │       ├── portCommunication.dll
│       │   │   │       └── portCommunication.pdb
│       │   │   ├── obj
│       │   │   │   ├── Debug
│       │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │   │   │   ├── TempPE
│       │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   │   │   │   ├── portCommunication.csproj.AssemblyReference.cache
│       │   │   │   │   ├── portCommunication.csproj.CoreCompileInputs.cache
│       │   │   │   │   ├── portCommunication.csproj.FileListAbsolute.txt
│       │   │   │   │   ├── portCommunication.csprojAssemblyReference.cache
│       │   │   │   │   ├── portCommunication.dll
│       │   │   │   │   └── portCommunication.pdb
│       │   │   │   └── Release
│       │   │   │       ├── TempPE
│       │   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   │   │       ├── portCommunication.csproj.CoreCompileInputs.cache
│       │   │   │       ├── portCommunication.csproj.FileListAbsolute.txt
│       │   │   │       ├── portCommunication.dll
│       │   │   │       └── portCommunication.pdb
│       │   │   └── portCommunication.csproj
│       │   └── portCommunication.sln
│       ├── thinger.cn.DataConvertTool
│       │   ├── thinger.cn.DataConvertHelper
│       │   │   ├── BitLib.cs
│       │   │   ├── ByteArray.cs
│       │   │   ├── ByteArrayLib.cs
│       │   │   ├── ByteLib.cs
│       │   │   ├── Common.cs
│       │   │   ├── DoubleLib.cs
│       │   │   ├── FloatLib.cs
│       │   │   ├── IntLib.cs
│       │   │   ├── LongLib.cs
│       │   │   ├── MigrationLib.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── ShortLib.cs
│       │   │   ├── StringLib.cs
│       │   │   ├── UIntLib.cs
│       │   │   ├── ULongLib.cs
│       │   │   ├── UShortLib.cs
│       │   │   ├── XktResult.cs
│       │   │   ├── bin
│       │   │   │   ├── Debug
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.dll
│       │   │   │   │   └── thinger.cn.DataConvertHelper.pdb
│       │   │   │   └── Release
│       │   │   │       ├── thinger.cn.DataConvertHelper.dll
│       │   │   │       └── thinger.cn.DataConvertHelper.pdb
│       │   │   ├── obj
│       │   │   │   ├── Debug
│       │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │   │   │   ├── TempPE
│       │   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.csproj.AssemblyReference.cache
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.csproj.CoreCompileInputs.cache
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.csproj.FileListAbsolute.txt
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.csprojAssemblyReference.cache
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.dll
│       │   │   │   │   ├── thinger.cn.DataConvertHelper.pdb
│       │   │   │   │   ├── thinger.com.DataConvertHelper.csproj.CoreCompileInputs.cache
│       │   │   │   │   ├── thinger.com.DataConvertHelper.csproj.FileListAbsolute.txt
│       │   │   │   │   ├── thinger.com.DataConvertHelper.csprojAssemblyReference.cache
│       │   │   │   │   ├── thinger.com.DataConvertHelper.dll
│       │   │   │   │   └── thinger.com.DataConvertHelper.pdb
│       │   │   │   └── Release
│       │   │   │       ├── TempPE
│       │   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   │   │       ├── thinger.cn.DataConvertHelper.csproj.CoreCompileInputs.cache
│       │   │   │       ├── thinger.cn.DataConvertHelper.csproj.FileListAbsolute.txt
│       │   │   │       ├── thinger.cn.DataConvertHelper.dll
│       │   │   │       └── thinger.cn.DataConvertHelper.pdb
│       │   │   └── thinger.cn.DataConvertHelper.csproj
│       │   ├── thinger.cn.DataConvertTool
│       │   │   ├── App.config
│       │   │   ├── FrmMain.Designer.cs
│       │   │   ├── FrmMain.cs
│       │   │   ├── FrmMain.resx
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Conversion.ico
│       │   │   │       ├── thinger.cn.DataConvertHelper.dll
│       │   │   │       ├── thinger.cn.DataConvertHelper.pdb
│       │   │   │       ├── thinger.cn.DataConvertTool.exe
│       │   │   │       ├── thinger.cn.DataConvertTool.exe.config
│       │   │   │       └── thinger.cn.DataConvertTool.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│       │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │   │       ├── TempPE
│       │   │   │       │   └── 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
│       │   │   │       ├── thinger.cn.DataConvertTool.FrmMain.resources
│       │   │   │       ├── thinger.cn.DataConvertTool.Properties.Resources.resources
│       │   │   │       ├── thinger.cn.DataConvertTool.csproj.CopyComplete
│       │   │   │       ├── thinger.cn.DataConvertTool.csproj.CoreCompileInputs.cache
│       │   │   │       ├── thinger.cn.DataConvertTool.csproj.FileListAbsolute.txt
│       │   │   │       ├── thinger.cn.DataConvertTool.csproj.GenerateResource.cache
│       │   │   │       ├── thinger.cn.DataConvertTool.csprojAssemblyReference.cache
│       │   │   │       ├── thinger.cn.DataConvertTool.exe
│       │   │   │       ├── thinger.cn.DataConvertTool.pdb
│       │   │   │       ├── thinger.com.DataConvertTool.Properties.Resources.resources
│       │   │   │       ├── thinger.com.DataConvertTool.csproj.CopyComplete
│       │   │   │       ├── thinger.com.DataConvertTool.csproj.CoreCompileInputs.cache
│       │   │   │       ├── thinger.com.DataConvertTool.csproj.FileListAbsolute.txt
│       │   │   │       ├── thinger.com.DataConvertTool.csproj.GenerateResource.cache
│       │   │   │       ├── thinger.com.DataConvertTool.csprojAssemblyReference.cache
│       │   │   │       ├── thinger.com.DataConvertTool.exe
│       │   │   │       └── thinger.com.DataConvertTool.pdb
│       │   │   └── thinger.cn.DataConvertTool.csproj
│       │   └── thinger.cn.DataConvertTool.sln
│       └── 新建文本文档.txt
└── 好例子网_管件车间19台注塑机供料.rar

131 directories, 607 files


标签:

实例下载地址

管件车间19台注塑机供料

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警