在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → HslCommuicationMemo源代码

HslCommuicationMemo源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:33.15M
  • 下载次数:78
  • 浏览次数:376
  • 发布时间:2022-09-05
  • 实例类别:C#语言基础
  • 发 布 人:阿华520520
  • 文件格式:.zip
  • 所需积分:5
 相关标签: 源代码 mui hsl COM MEM

实例介绍

【实例简介】HslCommuicationMemo源代码

【实例截图】

from clipboard

【核心代码】

.
├── HslCommunication-master
│   ├── Download
│   │   ├── HSLSharp.zip
│   │   ├── HslCommunicationDemo.zip
│   │   ├── ModbusTcpServer.zip
│   │   ├── PushNetServer.zip
│   │   └── com.companyname.HslAppDemo-Signed.apk
│   ├── HslCommunication2.sln
│   ├── HslCommunicationDemo
│   │   ├── Algorithms
│   │   │   ├── FormConnectPool.Designer.cs
│   │   │   ├── FormConnectPool.cs
│   │   │   ├── FormConnectPool.resx
│   │   │   ├── FormPid.Designer.cs
│   │   │   ├── FormPid.cs
│   │   │   ├── FormPid.resx
│   │   │   ├── FourierFilter.Designer.cs
│   │   │   ├── FourierFilter.cs
│   │   │   ├── FourierFilter.resx
│   │   │   ├── FourierTransform.Designer.cs
│   │   │   ├── FourierTransform.cs
│   │   │   └── FourierTransform.resx
│   │   ├── BarCode
│   │   │   ├── FormSickBarCode.Designer.cs
│   │   │   ├── FormSickBarCode.cs
│   │   │   └── FormSickBarCode.resx
│   │   ├── CNC
│   │   │   ├── FormCncFanuc.Designer.cs
│   │   │   ├── FormCncFanuc.cs
│   │   │   └── FormCncFanuc.resx
│   │   ├── Control
│   │   │   ├── FormBasicControl.Designer.cs
│   │   │   ├── FormBasicControl.cs
│   │   │   ├── FormBasicControl.resx
│   │   │   ├── FormCurve.Designer.cs
│   │   │   ├── FormCurve.cs
│   │   │   ├── FormCurve.resx
│   │   │   ├── FormGauge.Designer.cs
│   │   │   ├── FormGauge.cs
│   │   │   ├── FormGauge.resx
│   │   │   ├── FormInputString.Designer.cs
│   │   │   ├── FormInputString.cs
│   │   │   ├── FormInputString.resx
│   │   │   ├── FormPieChart.Designer.cs
│   │   │   ├── FormPieChart.cs
│   │   │   ├── FormPieChart.resx
│   │   │   ├── FormPipe.Designer.cs
│   │   │   ├── FormPipe.cs
│   │   │   └── FormPipe.resx
│   │   ├── Dcs
│   │   │   ├── FormDcsNanJingAuto.Designer.cs
│   │   │   ├── FormDcsNanJingAuto.cs
│   │   │   └── FormDcsNanJingAuto.resx
│   │   ├── DemoControl
│   │   │   ├── FormCurveMonitor.Designer.cs
│   │   │   ├── FormCurveMonitor.cs
│   │   │   ├── FormCurveMonitor.resx
│   │   │   ├── FormDeviceSupport.Designer.cs
│   │   │   ├── FormDeviceSupport.cs
│   │   │   ├── FormDeviceSupport.resx
│   │   │   ├── FormLogRender.Designer.cs
│   │   │   ├── FormLogRender.cs
│   │   │   ├── FormLogRender.resx
│   │   │   ├── UserControlCurve.Designer.cs
│   │   │   ├── UserControlCurve.cs
│   │   │   ├── UserControlCurve.resx
│   │   │   ├── UserControlHead.Designer.cs
│   │   │   ├── UserControlHead.cs
│   │   │   ├── UserControlHead.resx
│   │   │   ├── UserControlReadWriteOp.Designer.cs
│   │   │   ├── UserControlReadWriteOp.cs
│   │   │   ├── UserControlReadWriteOp.resx
│   │   │   ├── UserControlReadWriteServer.Designer.cs
│   │   │   ├── UserControlReadWriteServer.cs
│   │   │   ├── UserControlReadWriteServer.resx
│   │   │   ├── UserControlsSourceByteRead.Designer.cs
│   │   │   ├── UserControlsSourceByteRead.cs
│   │   │   └── UserControlsSourceByteRead.resx
│   │   ├── DemoDeviceList.cs
│   │   ├── DemoUtils.cs
│   │   ├── FormActive.Designer.cs
│   │   ├── FormActive.cs
│   │   ├── FormActive.resx
│   │   ├── FormAuthor.Designer.cs
│   │   ├── FormAuthor.cs
│   │   ├── FormAuthor.resx
│   │   ├── FormByteTransfer.Designer.cs
│   │   ├── FormByteTransfer.cs
│   │   ├── FormByteTransfer.resx
│   │   ├── FormCharge.Designer.cs
│   │   ├── FormCharge.cs
│   │   ├── FormCharge.resx
│   │   ├── FormDisclaimer.Designer.cs
│   │   ├── FormDisclaimer.cs
│   │   ├── FormDisclaimer.resx
│   │   ├── FormHslMap.Designer.cs
│   │   ├── FormHslMap.cs
│   │   ├── FormHslMap.resx
│   │   ├── FormImage.Designer.cs
│   │   ├── FormImage.cs
│   │   ├── FormImage.resx
│   │   ├── FormIndex.Designer.cs
│   │   ├── FormIndex.cs
│   │   ├── FormIndex.resx
│   │   ├── FormLoad.Designer.cs
│   │   ├── FormLoad.cs
│   │   ├── FormLoad.resx
│   │   ├── FormLogin.Designer.cs
│   │   ├── FormLogin.cs
│   │   ├── FormLogin.resx
│   │   ├── FormMail.Designer.cs
│   │   ├── FormMail.cs
│   │   ├── FormMail.resx
│   │   ├── FormNewVerison.Designer.cs
│   │   ├── FormNewVerison.cs
│   │   ├── FormNewVerison.resx
│   │   ├── FormOpenProtocol.Designer.cs
│   │   ├── FormOpenProtocol.cs
│   │   ├── FormOpenProtocol.resx
│   │   ├── FormRegister.Designer.cs
│   │   ├── FormRegister.cs
│   │   ├── FormRegister.resx
│   │   ├── FormSelect.Designer.cs
│   │   ├── FormSelect.cs
│   │   ├── FormSelect.resx
│   │   ├── FormSeqCreate.Designer.cs
│   │   ├── FormSeqCreate.cs
│   │   ├── FormSeqCreate.resx
│   │   ├── FormSerialDebug.Designer.cs
│   │   ├── FormSerialDebug.cs
│   │   ├── FormSerialDebug.resx
│   │   ├── FormTcpDebug.Designer.cs
│   │   ├── FormTcpDebug.cs
│   │   ├── FormTcpDebug.resx
│   │   ├── FormTcpServer.Designer.cs
│   │   ├── FormTcpServer.cs
│   │   ├── FormTcpServer.resx
│   │   ├── FormVibrationSensorClient.cs
│   │   ├── FormVibrationSensorClient.designer.cs
│   │   ├── FormVibrationSensorClient.resx
│   │   ├── FormWebsocketClient.Designer.cs
│   │   ├── FormWebsocketClient.cs
│   │   ├── FormWebsocketClient.resx
│   │   ├── FormWebsocketQANet.Designer.cs
│   │   ├── FormWebsocketQANet.cs
│   │   ├── FormWebsocketQANet.resx
│   │   ├── FormWebsocketServer.Designer.cs
│   │   ├── FormWebsocketServer.cs
│   │   ├── FormWebsocketServer.resx
│   │   ├── Hsl
│   │   │   ├── FormComplexNet.Designer.cs
│   │   │   ├── FormComplexNet.cs
│   │   │   ├── FormComplexNet.resx
│   │   │   ├── FormDtuServer.Designer.cs
│   │   │   ├── FormDtuServer.cs
│   │   │   ├── FormDtuServer.resx
│   │   │   ├── FormFileClient.Designer.cs
│   │   │   ├── FormFileClient.cs
│   │   │   ├── FormFileClient.resx
│   │   │   ├── FormHttpClient.Designer.cs
│   │   │   ├── FormHttpClient.cs
│   │   │   ├── FormHttpClient.resx
│   │   │   ├── FormHttpServer.Designer.cs
│   │   │   ├── FormHttpServer.cs
│   │   │   ├── FormHttpServer.resx
│   │   │   ├── FormLogNet.Designer.cs
│   │   │   ├── FormLogNet.cs
│   │   │   ├── FormLogNet.resx
│   │   │   ├── FormPlainSocket.Designer.cs
│   │   │   ├── FormPlainSocket.cs
│   │   │   ├── FormPlainSocket.resx
│   │   │   ├── FormPushNet.Designer.cs
│   │   │   ├── FormPushNet.cs
│   │   │   ├── FormPushNet.resx
│   │   │   ├── FormSimplifyNet.Designer.cs
│   │   │   ├── FormSimplifyNet.cs
│   │   │   ├── FormSimplifyNet.resx
│   │   │   ├── FormSimplifyNetAlien.Designer.cs
│   │   │   ├── FormSimplifyNetAlien.cs
│   │   │   ├── FormSimplifyNetAlien.resx
│   │   │   ├── FormUdpNet.Designer.cs
│   │   │   ├── FormUdpNet.cs
│   │   │   ├── FormUdpNet.resx
│   │   │   ├── FormUpdateServer.Designer.cs
│   │   │   ├── FormUpdateServer.cs
│   │   │   └── FormUpdateServer.resx
│   │   ├── HslCommunicationDemo.csproj
│   │   ├── HslDebug
│   │   │   ├── FormHandShake.Designer.cs
│   │   │   ├── FormHandShake.cs
│   │   │   ├── FormHandShake.resx
│   │   │   ├── FormMessageCreate.Designer.cs
│   │   │   ├── FormMessageCreate.cs
│   │   │   ├── FormMessageCreate.resx
│   │   │   ├── FormRSADebug.Designer.cs
│   │   │   ├── FormRSADebug.cs
│   │   │   ├── FormRSADebug.resx
│   │   │   ├── FormRegexTest.Designer.cs
│   │   │   ├── FormRegexTest.cs
│   │   │   ├── FormRegexTest.resx
│   │   │   ├── FormSerialDebug.Designer.cs
│   │   │   ├── FormSerialDebug.cs
│   │   │   ├── FormSerialDebug.resx
│   │   │   ├── FormSerialToTcp.Designer.cs
│   │   │   ├── FormSerialToTcp.cs
│   │   │   ├── FormSerialToTcp.resx
│   │   │   ├── FormTcpDebug.Designer.cs
│   │   │   ├── FormTcpDebug.cs
│   │   │   ├── FormTcpDebug.resx
│   │   │   ├── FormTcpServer.Designer.cs
│   │   │   ├── FormTcpServer.cs
│   │   │   ├── FormTcpServer.resx
│   │   │   ├── FormTcpToTcp.Designer.cs
│   │   │   ├── FormTcpToTcp.cs
│   │   │   └── FormTcpToTcp.resx
│   │   ├── HslFormContent.cs
│   │   ├── IDCard
│   │   │   ├── FormSAMSerial.Designer.cs
│   │   │   ├── FormSAMSerial.cs
│   │   │   ├── FormSAMSerial.resx
│   │   │   ├── FormSAMTcpNet.Designer.cs
│   │   │   ├── FormSAMTcpNet.cs
│   │   │   └── FormSAMTcpNet.resx
│   │   ├── Instrument
│   │   │   ├── FormDAM3601.Designer.cs
│   │   │   ├── FormDAM3601.cs
│   │   │   ├── FormDAM3601.resx
│   │   │   ├── FormDLT645.Designer.cs
│   │   │   ├── FormDLT645.cs
│   │   │   ├── FormDLT645.resx
│   │   │   ├── FormDLT645OverTcp.Designer.cs
│   │   │   ├── FormDLT645OverTcp.cs
│   │   │   ├── FormDLT645OverTcp.resx
│   │   │   ├── FormDLT698.Designer.cs
│   │   │   ├── FormDLT698.cs
│   │   │   ├── FormDLT698.resx
│   │   │   ├── FormDLT698OverTcp.Designer.cs
│   │   │   ├── FormDLT698OverTcp.cs
│   │   │   ├── FormDLT698OverTcp.resx
│   │   │   ├── FormDLT698TcpNet.Designer.cs
│   │   │   ├── FormDLT698TcpNet.cs
│   │   │   ├── FormDLT698TcpNet.resx
│   │   │   ├── FormDTSU6606.Designer.cs
│   │   │   ├── FormDTSU6606.cs
│   │   │   ├── FormDTSU6606.resx
│   │   │   ├── FormDigitronCPL.Designer.cs
│   │   │   ├── FormDigitronCPL.cs
│   │   │   ├── FormDigitronCPL.resx
│   │   │   ├── FormDigitronCPLOverTcp.Designer.cs
│   │   │   ├── FormDigitronCPLOverTcp.cs
│   │   │   ├── FormDigitronCPLOverTcp.resx
│   │   │   ├── FormDigitronCPLServer.Designer.cs
│   │   │   ├── FormDigitronCPLServer.cs
│   │   │   ├── FormDigitronCPLServer.resx
│   │   │   ├── FormIEC104.Designer.cs
│   │   │   ├── FormIEC104.cs
│   │   │   ├── FormIEC104.resx
│   │   │   ├── FormRkcTemperatureController.Designer.cs
│   │   │   ├── FormRkcTemperatureController.cs
│   │   │   ├── FormRkcTemperatureController.resx
│   │   │   ├── FormRkcTemperatureControllerOverTcp.Designer.cs
│   │   │   ├── FormRkcTemperatureControllerOverTcp.cs
│   │   │   └── FormRkcTemperatureControllerOverTcp.resx
│   │   ├── Light
│   │   │   ├── FormShineInLight.Designer.cs
│   │   │   ├── FormShineInLight.cs
│   │   │   └── FormShineInLight.resx
│   │   ├── MQTT
│   │   │   ├── FormMqttClient.Designer.cs
│   │   │   ├── FormMqttClient.cs
│   │   │   ├── FormMqttClient.resx
│   │   │   ├── FormMqttFileClient.Designer.cs
│   │   │   ├── FormMqttFileClient.cs
│   │   │   ├── FormMqttFileClient.resx
│   │   │   ├── FormMqttFileServer.Designer.cs
│   │   │   ├── FormMqttFileServer.cs
│   │   │   ├── FormMqttFileServer.resx
│   │   │   ├── FormMqttServer.Designer.cs
│   │   │   ├── FormMqttServer.cs
│   │   │   ├── FormMqttServer.resx
│   │   │   ├── FormMqttSyncClient.Designer.cs
│   │   │   ├── FormMqttSyncClient.cs
│   │   │   ├── FormMqttSyncClient.resx
│   │   │   ├── FormWillTopicSetting.Designer.cs
│   │   │   ├── FormWillTopicSetting.cs
│   │   │   └── FormWillTopicSetting.resx
│   │   ├── Modbus
│   │   │   ├── FormInputAlien.Designer.cs
│   │   │   ├── FormInputAlien.cs
│   │   │   ├── FormInputAlien.resx
│   │   │   ├── FormModbus.Designer.cs
│   │   │   ├── FormModbus.cs
│   │   │   ├── FormModbus.resx
│   │   │   ├── FormModbusAlien.Designer.cs
│   │   │   ├── FormModbusAlien.cs
│   │   │   ├── FormModbusAlien.resx
│   │   │   ├── FormModbusAscii.Designer.cs
│   │   │   ├── FormModbusAscii.cs
│   │   │   ├── FormModbusAscii.resx
│   │   │   ├── FormModbusAsciiOverTcp.Designer.cs
│   │   │   ├── FormModbusAsciiOverTcp.cs
│   │   │   ├── FormModbusAsciiOverTcp.resx
│   │   │   ├── FormModbusRtu.Designer.cs
│   │   │   ├── FormModbusRtu.cs
│   │   │   ├── FormModbusRtu.resx
│   │   │   ├── FormModbusRtuOverTcp.Designer.cs
│   │   │   ├── FormModbusRtuOverTcp.cs
│   │   │   ├── FormModbusRtuOverTcp.resx
│   │   │   ├── FormModbusServer.Designer.cs
│   │   │   ├── FormModbusServer.cs
│   │   │   ├── FormModbusServer.resx
│   │   │   ├── FormModbusUdp.Designer.cs
│   │   │   ├── FormModbusUdp.cs
│   │   │   ├── FormModbusUdp.resx
│   │   │   ├── FormTrustedClient.Designer.cs
│   │   │   ├── FormTrustedClient.cs
│   │   │   └── FormTrustedClient.resx
│   │   ├── PLC
│   │   │   ├── AllenBrandly
│   │   │   │   ├── FormAllenBradleyDF1Serial.Designer.cs
│   │   │   │   ├── FormAllenBradleyDF1Serial.cs
│   │   │   │   ├── FormAllenBradleyDF1Serial.resx
│   │   │   │   ├── FormAllenBrandly.Designer.cs
│   │   │   │   ├── FormAllenBrandly.cs
│   │   │   │   ├── FormAllenBrandly.resx
│   │   │   │   ├── FormAllenBrandlyBrowser.Designer.cs
│   │   │   │   ├── FormAllenBrandlyBrowser.cs
│   │   │   │   ├── FormAllenBrandlyBrowser.resx
│   │   │   │   ├── FormAllenBrandlyConnectedCip.Designer.cs
│   │   │   │   ├── FormAllenBrandlyConnectedCip.cs
│   │   │   │   ├── FormAllenBrandlyConnectedCip.resx
│   │   │   │   ├── FormAllenBrandlyMicroCip.Designer.cs
│   │   │   │   ├── FormAllenBrandlyMicroCip.cs
│   │   │   │   ├── FormAllenBrandlyMicroCip.resx
│   │   │   │   ├── FormAllenBrandlyPCCC.Designer.cs
│   │   │   │   ├── FormAllenBrandlyPCCC.cs
│   │   │   │   ├── FormAllenBrandlyPCCC.resx
│   │   │   │   ├── FormAllenBrandlySLC.Designer.cs
│   │   │   │   ├── FormAllenBrandlySLC.cs
│   │   │   │   ├── FormAllenBrandlySLC.resx
│   │   │   │   ├── FormCipServer.Designer.cs
│   │   │   │   ├── FormCipServer.cs
│   │   │   │   ├── FormCipServer.resx
│   │   │   │   ├── FormPcccServer.Designer.cs
│   │   │   │   ├── FormPcccServer.cs
│   │   │   │   └── FormPcccServer.resx
│   │   │   ├── Delta
│   │   │   │   ├── FormDeltaDvpSerial.Designer.cs
│   │   │   │   ├── FormDeltaDvpSerial.cs
│   │   │   │   ├── FormDeltaDvpSerial.resx
│   │   │   │   ├── FormDeltaDvpSerialAscii.Designer.cs
│   │   │   │   ├── FormDeltaDvpSerialAscii.cs
│   │   │   │   ├── FormDeltaDvpSerialAscii.resx
│   │   │   │   ├── FormDeltaDvpTcpNet.Designer.cs
│   │   │   │   ├── FormDeltaDvpTcpNet.cs
│   │   │   │   ├── FormDeltaDvpTcpNet.resx
│   │   │   │   ├── FormDeltaSerialAsciiOverTcp.Designer.cs
│   │   │   │   ├── FormDeltaSerialAsciiOverTcp.cs
│   │   │   │   ├── FormDeltaSerialAsciiOverTcp.resx
│   │   │   │   ├── FormDeltaSerialOverTcp.Designer.cs
│   │   │   │   ├── FormDeltaSerialOverTcp.cs
│   │   │   │   └── FormDeltaSerialOverTcp.resx
│   │   │   ├── Fatek
│   │   │   │   ├── FormFatekPrograme.Designer.cs
│   │   │   │   ├── FormFatekPrograme.cs
│   │   │   │   ├── FormFatekPrograme.resx
│   │   │   │   ├── FormFatekProgrameOverTcp.Designer.cs
│   │   │   │   ├── FormFatekProgrameOverTcp.cs
│   │   │   │   ├── FormFatekProgrameOverTcp.resx
│   │   │   │   ├── FormFatekProgrameServer.Designer.cs
│   │   │   │   ├── FormFatekProgrameServer.cs
│   │   │   │   └── FormFatekProgrameServer.resx
│   │   │   ├── FormBeckhoffAdsServer.Designer.cs
│   │   │   ├── FormBeckhoffAdsServer.cs
│   │   │   ├── FormBeckhoffAdsServer.resx
│   │   │   ├── FormBeckpffAdsNet.Designer.cs
│   │   │   ├── FormBeckpffAdsNet.cs
│   │   │   ├── FormBeckpffAdsNet.resx
│   │   │   ├── FormDeltaDvpSerial.Designer.cs
│   │   │   ├── FormDeltaDvpSerial.cs
│   │   │   ├── FormDeltaDvpSerial.resx
│   │   │   ├── FormDeltaDvpSerialAscii.Designer.cs
│   │   │   ├── FormDeltaDvpSerialAscii.cs
│   │   │   ├── FormDeltaDvpSerialAscii.resx
│   │   │   ├── FormDeltaDvpTcpNet.Designer.cs
│   │   │   ├── FormDeltaDvpTcpNet.cs
│   │   │   ├── FormDeltaDvpTcpNet.resx
│   │   │   ├── FormDeltaSerialOverTcp.Designer.cs
│   │   │   ├── FormDeltaSerialOverTcp.cs
│   │   │   ├── FormDeltaSerialOverTcp.resx
│   │   │   ├── FormFatekPrograme.Designer.cs
│   │   │   ├── FormFatekPrograme.cs
│   │   │   ├── FormFatekPrograme.resx
│   │   │   ├── FormFatekProgrameOverTcp.Designer.cs
│   │   │   ├── FormFatekProgrameOverTcp.cs
│   │   │   ├── FormFatekProgrameOverTcp.resx
│   │   │   ├── FormFetchWriteServer.Designer.cs
│   │   │   ├── FormFetchWriteServer.cs
│   │   │   ├── FormFetchWriteServer.resx
│   │   │   ├── FormFreedomSerial.Designer.cs
│   │   │   ├── FormFreedomSerial.cs
│   │   │   ├── FormFreedomSerial.resx
│   │   │   ├── FormFreedomTcpNet.Designer.cs
│   │   │   ├── FormFreedomTcpNet.cs
│   │   │   ├── FormFreedomTcpNet.resx
│   │   │   ├── FormFreedomUdpNet.Designer.cs
│   │   │   ├── FormFreedomUdpNet.cs
│   │   │   ├── FormFreedomUdpNet.resx
│   │   │   ├── FormFujiCSTNet.Designer.cs
│   │   │   ├── FormFujiCSTNet.cs
│   │   │   ├── FormFujiCSTNet.resx
│   │   │   ├── FormFujiCSTServer.Designer.cs
│   │   │   ├── FormFujiCSTServer.cs
│   │   │   ├── FormFujiCSTServer.resx
│   │   │   ├── FormFujiSPB.Designer.cs
│   │   │   ├── FormFujiSPB.cs
│   │   │   ├── FormFujiSPB.resx
│   │   │   ├── FormFujiSPBOverTcp.Designer.cs
│   │   │   ├── FormFujiSPBOverTcp.cs
│   │   │   ├── FormFujiSPBOverTcp.resx
│   │   │   ├── FormFujiSPBServer.Designer.cs
│   │   │   ├── FormFujiSPBServer.cs
│   │   │   ├── FormFujiSPBServer.resx
│   │   │   ├── FormFujiSPHNet.Designer.cs
│   │   │   ├── FormFujiSPHNet.cs
│   │   │   ├── FormFujiSPHNet.resx
│   │   │   ├── FormFujiSPHServer.Designer.cs
│   │   │   ├── FormFujiSPHServer.cs
│   │   │   ├── FormFujiSPHServer.resx
│   │   │   ├── FormGeSRTP.Designer.cs
│   │   │   ├── FormGeSRTP.cs
│   │   │   ├── FormGeSRTP.resx
│   │   │   ├── FormGeSRTPServer.Designer.cs
│   │   │   ├── FormGeSRTPServer.cs
│   │   │   ├── FormGeSRTPServer.resx
│   │   │   ├── FormInovanceSerial.Designer.cs
│   │   │   ├── FormInovanceSerial.cs
│   │   │   ├── FormInovanceSerial.resx
│   │   │   ├── FormInovanceSerialOverTcp.Designer.cs
│   │   │   ├── FormInovanceSerialOverTcp.cs
│   │   │   ├── FormInovanceSerialOverTcp.resx
│   │   │   ├── FormInovanceTcpNet.Designer.cs
│   │   │   ├── FormInovanceTcpNet.cs
│   │   │   ├── FormInovanceTcpNet.resx
│   │   │   ├── FormKeyenceAscii.Designer.cs
│   │   │   ├── FormKeyenceAscii.cs
│   │   │   ├── FormKeyenceAscii.resx
│   │   │   ├── FormKeyenceBinary.Designer.cs
│   │   │   ├── FormKeyenceBinary.cs
│   │   │   ├── FormKeyenceBinary.resx
│   │   │   ├── FormKeyenceNanoSerial.Designer.cs
│   │   │   ├── FormKeyenceNanoSerial.cs
│   │   │   ├── FormKeyenceNanoSerial.resx
│   │   │   ├── FormKeyenceNanoSerialOverTcp.Designer.cs
│   │   │   ├── FormKeyenceNanoSerialOverTcp.cs
│   │   │   ├── FormKeyenceNanoSerialOverTcp.resx
│   │   │   ├── FormKeyenceNanoServer.Designer.cs
│   │   │   ├── FormKeyenceNanoServer.cs
│   │   │   ├── FormKeyenceNanoServer.resx
│   │   │   ├── FormKeyenceSR2000.Designer.cs
│   │   │   ├── FormKeyenceSR2000.cs
│   │   │   ├── FormKeyenceSR2000.resx
│   │   │   ├── FormKnx.Designer.cs
│   │   │   ├── FormKnx.cs
│   │   │   ├── FormKnx.resx
│   │   │   ├── FormLSisServer.Designer.cs
│   │   │   ├── FormLSisServer.cs
│   │   │   ├── FormLSisServer.resx
│   │   │   ├── FormLsisCnet.Designer.cs
│   │   │   ├── FormLsisCnet.cs
│   │   │   ├── FormLsisCnet.resx
│   │   │   ├── FormLsisCnetOverTcp.Designer.cs
│   │   │   ├── FormLsisCnetOverTcp.cs
│   │   │   ├── FormLsisCnetOverTcp.resx
│   │   │   ├── FormLsisFEnet.Designer.cs
│   │   │   ├── FormLsisFEnet.cs
│   │   │   ├── FormLsisFEnet.resx
│   │   │   ├── FormLsisFEnetV2.Designer.cs
│   │   │   ├── FormLsisFEnetV2.cs
│   │   │   ├── FormLsisFEnetV2.resx
│   │   │   ├── FormLsisXGKCnet.Designer.cs
│   │   │   ├── FormLsisXGKCnet.cs
│   │   │   ├── FormLsisXGKCnet.resx
│   │   │   ├── FormLsisXGKFEnet.Designer.cs
│   │   │   ├── FormLsisXGKFEnet.cs
│   │   │   ├── FormLsisXGKFEnet.resx
│   │   │   ├── FormMcA1EServer.Designer.cs
│   │   │   ├── FormMcA1EServer.cs
│   │   │   ├── FormMcA1EServer.resx
│   │   │   ├── FormMcA3CServer.Designer.cs
│   │   │   ├── FormMcA3CServer.cs
│   │   │   ├── FormMcA3CServer.resx
│   │   │   ├── FormMcServer.Designer.cs
│   │   │   ├── FormMcServer.cs
│   │   │   ├── FormMcServer.resx
│   │   │   ├── FormMcUdpServer.Designer.cs
│   │   │   ├── FormMcUdpServer.cs
│   │   │   ├── FormMcUdpServer.resx
│   │   │   ├── FormMelsec1EAscii.Designer.cs
│   │   │   ├── FormMelsec1EAscii.cs
│   │   │   ├── FormMelsec1EAscii.resx
│   │   │   ├── FormMelsec1EBinary.Designer.cs
│   │   │   ├── FormMelsec1EBinary.cs
│   │   │   ├── FormMelsec1EBinary.resx
│   │   │   ├── FormMelsec3C.Designer.cs
│   │   │   ├── FormMelsec3C.cs
│   │   │   ├── FormMelsec3C.resx
│   │   │   ├── FormMelsec3COverTcp.Designer.cs
│   │   │   ├── FormMelsec3COverTcp.cs
│   │   │   ├── FormMelsec3COverTcp.resx
│   │   │   ├── FormMelsecAscii.Designer.cs
│   │   │   ├── FormMelsecAscii.cs
│   │   │   ├── FormMelsecAscii.resx
│   │   │   ├── FormMelsecAsciiUdp.Designer.cs
│   │   │   ├── FormMelsecAsciiUdp.cs
│   │   │   ├── FormMelsecAsciiUdp.resx
│   │   │   ├── FormMelsecBinary.Designer.cs
│   │   │   ├── FormMelsecBinary.cs
│   │   │   ├── FormMelsecBinary.resx
│   │   │   ├── FormMelsecCipNet.Designer.cs
│   │   │   ├── FormMelsecCipNet.cs
│   │   │   ├── FormMelsecCipNet.resx
│   │   │   ├── FormMelsecLinks.Designer.cs
│   │   │   ├── FormMelsecLinks.cs
│   │   │   ├── FormMelsecLinks.resx
│   │   │   ├── FormMelsecLinksOverTcp.Designer.cs
│   │   │   ├── FormMelsecLinksOverTcp.cs
│   │   │   ├── FormMelsecLinksOverTcp.resx
│   │   │   ├── FormMelsecRBinary.Designer.cs
│   │   │   ├── FormMelsecRBinary.cs
│   │   │   ├── FormMelsecRBinary.resx
│   │   │   ├── FormMelsecSerial.Designer.cs
│   │   │   ├── FormMelsecSerial.cs
│   │   │   ├── FormMelsecSerial.resx
│   │   │   ├── FormMelsecSerialOverTcp.Designer.cs
│   │   │   ├── FormMelsecSerialOverTcp.cs
│   │   │   ├── FormMelsecSerialOverTcp.resx
│   │   │   ├── FormMelsecUdp.Designer.cs
│   │   │   ├── FormMelsecUdp.cs
│   │   │   ├── FormMelsecUdp.resx
│   │   │   ├── FormOmron.Designer.cs
│   │   │   ├── FormOmron.cs
│   │   │   ├── FormOmron.resx
│   │   │   ├── FormOmronCip.Designer.cs
│   │   │   ├── FormOmronCip.cs
│   │   │   ├── FormOmronCip.resx
│   │   │   ├── FormOmronConnectedCip.Designer.cs
│   │   │   ├── FormOmronConnectedCip.cs
│   │   │   ├── FormOmronConnectedCip.resx
│   │   │   ├── FormOmronHostLink.Designer.cs
│   │   │   ├── FormOmronHostLink.cs
│   │   │   ├── FormOmronHostLink.resx
│   │   │   ├── FormOmronHostLinkCMode.Designer.cs
│   │   │   ├── FormOmronHostLinkCMode.cs
│   │   │   ├── FormOmronHostLinkCMode.resx
│   │   │   ├── FormOmronHostLinkCModeOverTcp.Designer.cs
│   │   │   ├── FormOmronHostLinkCModeOverTcp.cs
│   │   │   ├── FormOmronHostLinkCModeOverTcp.resx
│   │   │   ├── FormOmronHostLinkCModeServer.Designer.cs
│   │   │   ├── FormOmronHostLinkCModeServer.cs
│   │   │   ├── FormOmronHostLinkCModeServer.resx
│   │   │   ├── FormOmronHostLinkOverTcp.Designer.cs
│   │   │   ├── FormOmronHostLinkOverTcp.cs
│   │   │   ├── FormOmronHostLinkOverTcp.resx
│   │   │   ├── FormOmronHostLinkServer.Designer.cs
│   │   │   ├── FormOmronHostLinkServer.cs
│   │   │   ├── FormOmronHostLinkServer.resx
│   │   │   ├── FormOmronServer.Designer.cs
│   │   │   ├── FormOmronServer.cs
│   │   │   ├── FormOmronServer.resx
│   │   │   ├── FormOmronUdp.Designer.cs
│   │   │   ├── FormOmronUdp.cs
│   │   │   ├── FormOmronUdp.resx
│   │   │   ├── FormOmronUdpServer.Designer.cs
│   │   │   ├── FormOmronUdpServer.cs
│   │   │   ├── FormOmronUdpServer.resx
│   │   │   ├── FormPanasonicBinary.Designer.cs
│   │   │   ├── FormPanasonicBinary.cs
│   │   │   ├── FormPanasonicBinary.resx
│   │   │   ├── FormPanasonicMew.Designer.cs
│   │   │   ├── FormPanasonicMew.cs
│   │   │   ├── FormPanasonicMew.resx
│   │   │   ├── FormPanasonicMewOverTcp.Designer.cs
│   │   │   ├── FormPanasonicMewOverTcp.cs
│   │   │   ├── FormPanasonicMewOverTcp.resx
│   │   │   ├── FormPanasonicMewtocolServer.Designer.cs
│   │   │   ├── FormPanasonicMewtocolServer.cs
│   │   │   ├── FormPanasonicMewtocolServer.resx
│   │   │   ├── FormS7Server.Designer.cs
│   │   │   ├── FormS7Server.cs
│   │   │   ├── FormS7Server.resx
│   │   │   ├── FormSiemens.Designer.cs
│   │   │   ├── FormSiemens.cs
│   │   │   ├── FormSiemens.resx
│   │   │   ├── FormSiemens200.Designer.cs
│   │   │   ├── FormSiemens200.cs
│   │   │   ├── FormSiemens200.resx
│   │   │   ├── FormSiemensDTU.Designer.cs
│   │   │   ├── FormSiemensDTU.cs
│   │   │   ├── FormSiemensDTU.resx
│   │   │   ├── FormSiemensFW.Designer.cs
│   │   │   ├── FormSiemensFW.cs
│   │   │   ├── FormSiemensFW.resx
│   │   │   ├── FormSiemensMPI.Designer.cs
│   │   │   ├── FormSiemensMPI.cs
│   │   │   ├── FormSiemensMPI.resx
│   │   │   ├── FormSiemensPPI.Designer.cs
│   │   │   ├── FormSiemensPPI.cs
│   │   │   ├── FormSiemensPPI.resx
│   │   │   ├── FormSiemensPPIOverTcp.Designer.cs
│   │   │   ├── FormSiemensPPIOverTcp.cs
│   │   │   ├── FormSiemensPPIOverTcp.resx
│   │   │   ├── FormSiemensWebApi.Designer.cs
│   │   │   ├── FormSiemensWebApi.cs
│   │   │   ├── FormSiemensWebApi.resx
│   │   │   ├── FormVigorSerial.Designer.cs
│   │   │   ├── FormVigorSerial.cs
│   │   │   ├── FormVigorSerial.resx
│   │   │   ├── FormVigorSerialOverTcp.Designer.cs
│   │   │   ├── FormVigorSerialOverTcp.cs
│   │   │   ├── FormVigorSerialOverTcp.resx
│   │   │   ├── FormVigorServer.Designer.cs
│   │   │   ├── FormVigorServer.cs
│   │   │   ├── FormVigorServer.resx
│   │   │   ├── FormXinJESerialOverTcp.Designer.cs
│   │   │   ├── FormXinJESerialOverTcp.cs
│   │   │   ├── FormXinJESerialOverTcp.resx
│   │   │   ├── FormXinJETcpNet.Designer.cs
│   │   │   ├── FormXinJETcpNet.cs
│   │   │   ├── FormXinJETcpNet.resx
│   │   │   ├── FormXinJEXCSerial.Designer.cs
│   │   │   ├── FormXinJEXCSerial.cs
│   │   │   ├── FormXinJEXCSerial.resx
│   │   │   ├── FormYASKAWAMemobusTcpNet.Designer.cs
│   │   │   ├── FormYASKAWAMemobusTcpNet.cs
│   │   │   ├── FormYASKAWAMemobusTcpNet.resx
│   │   │   ├── FormYokogawaLinkServer.Designer.cs
│   │   │   ├── FormYokogawaLinkServer.cs
│   │   │   ├── FormYokogawaLinkServer.resx
│   │   │   ├── FormYokogawaLinkTcp.Designer.cs
│   │   │   ├── FormYokogawaLinkTcp.cs
│   │   │   ├── FormYokogawaLinkTcp.resx
│   │   │   ├── Fuji
│   │   │   │   ├── FormFujiCSTNet.Designer.cs
│   │   │   │   ├── FormFujiCSTNet.cs
│   │   │   │   ├── FormFujiCSTNet.resx
│   │   │   │   ├── FormFujiCSTServer.Designer.cs
│   │   │   │   ├── FormFujiCSTServer.cs
│   │   │   │   ├── FormFujiCSTServer.resx
│   │   │   │   ├── FormFujiSPB.Designer.cs
│   │   │   │   ├── FormFujiSPB.cs
│   │   │   │   ├── FormFujiSPB.resx
│   │   │   │   ├── FormFujiSPBOverTcp.Designer.cs
│   │   │   │   ├── FormFujiSPBOverTcp.cs
│   │   │   │   ├── FormFujiSPBOverTcp.resx
│   │   │   │   ├── FormFujiSPBServer.Designer.cs
│   │   │   │   ├── FormFujiSPBServer.cs
│   │   │   │   ├── FormFujiSPBServer.resx
│   │   │   │   ├── FormFujiSPHNet.Designer.cs
│   │   │   │   ├── FormFujiSPHNet.cs
│   │   │   │   ├── FormFujiSPHNet.resx
│   │   │   │   ├── FormFujiSPHServer.Designer.cs
│   │   │   │   ├── FormFujiSPHServer.cs
│   │   │   │   └── FormFujiSPHServer.resx
│   │   │   ├── Melsec
│   │   │   │   ├── FormFxLinksServer.Designer.cs
│   │   │   │   ├── FormFxLinksServer.cs
│   │   │   │   ├── FormFxLinksServer.resx
│   │   │   │   ├── FormMcA1EServer.Designer.cs
│   │   │   │   ├── FormMcA1EServer.cs
│   │   │   │   ├── FormMcA1EServer.resx
│   │   │   │   ├── FormMcA3CServer.Designer.cs
│   │   │   │   ├── FormMcA3CServer.cs
│   │   │   │   ├── FormMcA3CServer.resx
│   │   │   │   ├── FormMcServer.Designer.cs
│   │   │   │   ├── FormMcServer.cs
│   │   │   │   ├── FormMcServer.resx
│   │   │   │   ├── FormMcUdpServer.Designer.cs
│   │   │   │   ├── FormMcUdpServer.cs
│   │   │   │   ├── FormMcUdpServer.resx
│   │   │   │   ├── FormMelsec1EAscii.Designer.cs
│   │   │   │   ├── FormMelsec1EAscii.cs
│   │   │   │   ├── FormMelsec1EAscii.resx
│   │   │   │   ├── FormMelsec1EBinary.Designer.cs
│   │   │   │   ├── FormMelsec1EBinary.cs
│   │   │   │   ├── FormMelsec1EBinary.resx
│   │   │   │   ├── FormMelsec3C.Designer.cs
│   │   │   │   ├── FormMelsec3C.cs
│   │   │   │   ├── FormMelsec3C.resx
│   │   │   │   ├── FormMelsec3COverTcp.Designer.cs
│   │   │   │   ├── FormMelsec3COverTcp.cs
│   │   │   │   ├── FormMelsec3COverTcp.resx
│   │   │   │   ├── FormMelsecAscii.Designer.cs
│   │   │   │   ├── FormMelsecAscii.cs
│   │   │   │   ├── FormMelsecAscii.resx
│   │   │   │   ├── FormMelsecAsciiUdp.Designer.cs
│   │   │   │   ├── FormMelsecAsciiUdp.cs
│   │   │   │   ├── FormMelsecAsciiUdp.resx
│   │   │   │   ├── FormMelsecBinary.Designer.cs
│   │   │   │   ├── FormMelsecBinary.cs
│   │   │   │   ├── FormMelsecBinary.resx
│   │   │   │   ├── FormMelsecCipNet.Designer.cs
│   │   │   │   ├── FormMelsecCipNet.cs
│   │   │   │   ├── FormMelsecCipNet.resx
│   │   │   │   ├── FormMelsecLinks.Designer.cs
│   │   │   │   ├── FormMelsecLinks.cs
│   │   │   │   ├── FormMelsecLinks.resx
│   │   │   │   ├── FormMelsecLinksOverTcp.Designer.cs
│   │   │   │   ├── FormMelsecLinksOverTcp.cs
│   │   │   │   ├── FormMelsecLinksOverTcp.resx
│   │   │   │   ├── FormMelsecRBinary.Designer.cs
│   │   │   │   ├── FormMelsecRBinary.cs
│   │   │   │   ├── FormMelsecRBinary.resx
│   │   │   │   ├── FormMelsecSerial.Designer.cs
│   │   │   │   ├── FormMelsecSerial.cs
│   │   │   │   ├── FormMelsecSerial.resx
│   │   │   │   ├── FormMelsecSerialOverTcp.Designer.cs
│   │   │   │   ├── FormMelsecSerialOverTcp.cs
│   │   │   │   ├── FormMelsecSerialOverTcp.resx
│   │   │   │   ├── FormMelsecUdp.Designer.cs
│   │   │   │   ├── FormMelsecUdp.cs
│   │   │   │   └── FormMelsecUdp.resx
│   │   │   ├── Omron
│   │   │   │   ├── FormOmron.Designer.cs
│   │   │   │   ├── FormOmron.cs
│   │   │   │   ├── FormOmron.resx
│   │   │   │   ├── FormOmronCip.Designer.cs
│   │   │   │   ├── FormOmronCip.cs
│   │   │   │   ├── FormOmronCip.resx
│   │   │   │   ├── FormOmronConnectedCip.Designer.cs
│   │   │   │   ├── FormOmronConnectedCip.cs
│   │   │   │   ├── FormOmronConnectedCip.resx
│   │   │   │   ├── FormOmronHostLink.Designer.cs
│   │   │   │   ├── FormOmronHostLink.cs
│   │   │   │   ├── FormOmronHostLink.resx
│   │   │   │   ├── FormOmronHostLinkCMode.Designer.cs
│   │   │   │   ├── FormOmronHostLinkCMode.cs
│   │   │   │   ├── FormOmronHostLinkCMode.resx
│   │   │   │   ├── FormOmronHostLinkCModeOverTcp.Designer.cs
│   │   │   │   ├── FormOmronHostLinkCModeOverTcp.cs
│   │   │   │   ├── FormOmronHostLinkCModeOverTcp.resx
│   │   │   │   ├── FormOmronHostLinkCModeServer.Designer.cs
│   │   │   │   ├── FormOmronHostLinkCModeServer.cs
│   │   │   │   ├── FormOmronHostLinkCModeServer.resx
│   │   │   │   ├── FormOmronHostLinkOverTcp.Designer.cs
│   │   │   │   ├── FormOmronHostLinkOverTcp.cs
│   │   │   │   ├── FormOmronHostLinkOverTcp.resx
│   │   │   │   ├── FormOmronHostLinkServer.Designer.cs
│   │   │   │   ├── FormOmronHostLinkServer.cs
│   │   │   │   ├── FormOmronHostLinkServer.resx
│   │   │   │   ├── FormOmronServer.Designer.cs
│   │   │   │   ├── FormOmronServer.cs
│   │   │   │   ├── FormOmronServer.resx
│   │   │   │   ├── FormOmronUdp.Designer.cs
│   │   │   │   ├── FormOmronUdp.cs
│   │   │   │   ├── FormOmronUdp.resx
│   │   │   │   ├── FormOmronUdpServer.Designer.cs
│   │   │   │   ├── FormOmronUdpServer.cs
│   │   │   │   └── FormOmronUdpServer.resx
│   │   │   ├── Secs
│   │   │   │   ├── FormSecsGem.Designer.cs
│   │   │   │   ├── FormSecsGem.cs
│   │   │   │   ├── FormSecsGem.resx
│   │   │   │   ├── FormSecsHsmsServer.Designer.cs
│   │   │   │   ├── FormSecsHsmsServer.cs
│   │   │   │   └── FormSecsHsmsServer.resx
│   │   │   ├── Siemens
│   │   │   │   ├── FormFetchWriteServer.Designer.cs
│   │   │   │   ├── FormFetchWriteServer.cs
│   │   │   │   ├── FormFetchWriteServer.resx
│   │   │   │   ├── FormS7Server.Designer.cs
│   │   │   │   ├── FormS7Server.cs
│   │   │   │   ├── FormS7Server.resx
│   │   │   │   ├── FormSiemens.Designer.cs
│   │   │   │   ├── FormSiemens.cs
│   │   │   │   ├── FormSiemens.resx
│   │   │   │   ├── FormSiemens200.Designer.cs
│   │   │   │   ├── FormSiemens200.cs
│   │   │   │   ├── FormSiemens200.resx
│   │   │   │   ├── FormSiemensDTU.Designer.cs
│   │   │   │   ├── FormSiemensDTU.cs
│   │   │   │   ├── FormSiemensDTU.resx
│   │   │   │   ├── FormSiemensFW.Designer.cs
│   │   │   │   ├── FormSiemensFW.cs
│   │   │   │   ├── FormSiemensFW.resx
│   │   │   │   ├── FormSiemensMPI.Designer.cs
│   │   │   │   ├── FormSiemensMPI.cs
│   │   │   │   ├── FormSiemensMPI.resx
│   │   │   │   ├── FormSiemensPPI.Designer.cs
│   │   │   │   ├── FormSiemensPPI.cs
│   │   │   │   ├── FormSiemensPPI.resx
│   │   │   │   ├── FormSiemensPPIOverTcp.Designer.cs
│   │   │   │   ├── FormSiemensPPIOverTcp.cs
│   │   │   │   ├── FormSiemensPPIOverTcp.resx
│   │   │   │   ├── FormSiemensPPIServer.Designer.cs
│   │   │   │   ├── FormSiemensPPIServer.cs
│   │   │   │   ├── FormSiemensPPIServer.resx
│   │   │   │   ├── FormSiemensWebApi.Designer.cs
│   │   │   │   ├── FormSiemensWebApi.cs
│   │   │   │   └── FormSiemensWebApi.resx
│   │   │   ├── Turck
│   │   │   │   ├── FormTurckReaderNet.Designer.cs
│   │   │   │   ├── FormTurckReaderNet.cs
│   │   │   │   ├── FormTurckReaderNet.resx
│   │   │   │   ├── FormTurckReaderServer.Designer.cs
│   │   │   │   ├── FormTurckReaderServer.cs
│   │   │   │   └── FormTurckReaderServer.resx
│   │   │   └── XINJE
│   │   │       ├── FormXinJEInternalServer.Designer.cs
│   │   │       ├── FormXinJEInternalServer.cs
│   │   │       ├── FormXinJEInternalServer.resx
│   │   │       ├── FormXinJEInternalTcp.Designer.cs
│   │   │       ├── FormXinJEInternalTcp.cs
│   │   │       ├── FormXinJEInternalTcp.resx
│   │   │       ├── FormXinJESerialOverTcp.Designer.cs
│   │   │       ├── FormXinJESerialOverTcp.cs
│   │   │       ├── FormXinJESerialOverTcp.resx
│   │   │       ├── FormXinJETcpNet.Designer.cs
│   │   │       ├── FormXinJETcpNet.cs
│   │   │       ├── FormXinJETcpNet.resx
│   │   │       ├── FormXinJEXCSerial.Designer.cs
│   │   │       ├── FormXinJEXCSerial.cs
│   │   │       └── FormXinJEXCSerial.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   ├── Settings.settings
│   │   │   └── app.manifest
│   │   ├── Redis
│   │   │   ├── FormRedisClient.Designer.cs
│   │   │   ├── FormRedisClient.cs
│   │   │   ├── FormRedisClient.resx
│   │   │   ├── FormRedisCopy.Designer.cs
│   │   │   ├── FormRedisCopy.cs
│   │   │   ├── FormRedisCopy.resx
│   │   │   ├── FormRedisInput.Designer.cs
│   │   │   ├── FormRedisInput.cs
│   │   │   ├── FormRedisInput.resx
│   │   │   ├── FormRedisSubscribe.Designer.cs
│   │   │   ├── FormRedisSubscribe.cs
│   │   │   ├── FormRedisSubscribe.resx
│   │   │   ├── RedisBrowser.Designer.cs
│   │   │   ├── RedisBrowser.cs
│   │   │   └── RedisBrowser.resx
│   │   ├── Robot
│   │   │   ├── FormABBWebApi.Designer.cs
│   │   │   ├── FormABBWebApi.cs
│   │   │   ├── FormABBWebApi.resx
│   │   │   ├── FormAbbServer.Designer.cs
│   │   │   ├── FormAbbServer.cs
│   │   │   ├── FormAbbServer.resx
│   │   │   ├── FormEfort.Designer.cs
│   │   │   ├── FormEfort.cs
│   │   │   ├── FormEfort.resx
│   │   │   ├── FormEfortPrevious.Designer.cs
│   │   │   ├── FormEfortPrevious.cs
│   │   │   ├── FormEfortPrevious.resx
│   │   │   ├── FormEstunTcp.Designer.cs
│   │   │   ├── FormEstunTcp.cs
│   │   │   ├── FormEstunTcp.resx
│   │   │   ├── FormFanucRobot.Designer.cs
│   │   │   ├── FormFanucRobot.cs
│   │   │   ├── FormFanucRobot.resx
│   │   │   ├── FormFanucRobotServer.Designer.cs
│   │   │   ├── FormFanucRobotServer.cs
│   │   │   ├── FormFanucRobotServer.resx
│   │   │   ├── FormHyundaiUdp.Designer.cs
│   │   │   ├── FormHyundaiUdp.cs
│   │   │   ├── FormHyundaiUdp.resx
│   │   │   ├── FormKuka.Designer.cs
│   │   │   ├── FormKuka.cs
│   │   │   ├── FormKuka.resx
│   │   │   ├── FormKukaTcp.Designer.cs
│   │   │   ├── FormKukaTcp.cs
│   │   │   ├── FormKukaTcp.resx
│   │   │   ├── FormYRC1000.Designer.cs
│   │   │   ├── FormYRC1000.cs
│   │   │   ├── FormYRC1000.resx
│   │   │   ├── FormYRCHighEthernet.Designer.cs
│   │   │   ├── FormYRCHighEthernet.cs
│   │   │   ├── FormYRCHighEthernet.resx
│   │   │   ├── FormYamahaRCX.Designer.cs
│   │   │   ├── FormYamahaRCX.cs
│   │   │   └── FormYamahaRCX.resx
│   │   ├── Sensor
│   │   │   ├── FormVibrationSensorClient.Designer.cs
│   │   │   ├── FormVibrationSensorClient.cs
│   │   │   └── FormVibrationSensorClient.resx
│   │   ├── Settings1.Designer.cs
│   │   ├── Settings1.settings
│   │   ├── Toledo
│   │   │   ├── FormToledoSerial.Designer.cs
│   │   │   ├── FormToledoSerial.cs
│   │   │   ├── FormToledoSerial.resx
│   │   │   ├── FormToledoTcpServer.Designer.cs
│   │   │   ├── FormToledoTcpServer.cs
│   │   │   ├── FormToledoTcpServer.resx
│   │   │   ├── ToledoDataControl.Designer.cs
│   │   │   ├── ToledoDataControl.cs
│   │   │   └── ToledoDataControl.resx
│   │   ├── WebSocket
│   │   │   ├── FormWebsocketClient.Designer.cs
│   │   │   ├── FormWebsocketClient.cs
│   │   │   ├── FormWebsocketClient.resx
│   │   │   ├── FormWebsocketQANet.Designer.cs
│   │   │   ├── FormWebsocketQANet.cs
│   │   │   ├── FormWebsocketQANet.resx
│   │   │   ├── FormWebsocketServer.Designer.cs
│   │   │   ├── FormWebsocketServer.cs
│   │   │   └── FormWebsocketServer.resx
│   │   ├── app.config
│   │   ├── bitbug_favicon.ico
│   │   ├── hslcontrols.ico
│   │   ├── img
│   │   │   ├── Activity_16xLG.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
│   │   │   ├── FileIcon
│   │   │   │   ├── 7z.png
│   │   │   │   ├── ai.png
│   │   │   │   ├── aiff.png
│   │   │   │   ├── arj.png
│   │   │   │   ├── asc.png
│   │   │   │   ├── asp.png
│   │   │   │   ├── audio.png
│   │   │   │   ├── avi.png
│   │   │   │   ├── bin.png
│   │   │   │   ├── bmp.png
│   │   │   │   ├── bz2.png
│   │   │   │   ├── c.png
│   │   │   │   ├── cdr.png
│   │   │   │   ├── cfc.png
│   │   │   │   ├── cfm.png
│   │   │   │   ├── chm.png
│   │   │   │   ├── class.png
│   │   │   │   ├── conf.png
│   │   │   │   ├── cpp.png
│   │   │   │   ├── cs.png
│   │   │   │   ├── css.png
│   │   │   │   ├── csv.png
│   │   │   │   ├── deb.png
│   │   │   │   ├── divx.png
│   │   │   │   ├── dll.png
│   │   │   │   ├── doc.png
│   │   │   │   ├── docx.png
│   │   │   │   ├── dot.png
│   │   │   │   ├── eml.png
│   │   │   │   ├── enc.png
│   │   │   │   ├── eps.gif
│   │   │   │   ├── exe.png
│   │   │   │   ├── f4v.png
│   │   │   │   ├── file.png
│   │   │   │   ├── flv.png
│   │   │   │   ├── gif.png
│   │   │   │   ├── gz.png
│   │   │   │   ├── hlp.png
│   │   │   │   ├── htm.png
│   │   │   │   ├── html.png
│   │   │   │   ├── ics.png
│   │   │   │   ├── image.png
│   │   │   │   ├── iso.png
│   │   │   │   ├── jar.png
│   │   │   │   ├── java.png
│   │   │   │   ├── jpg.gif
│   │   │   │   ├── js.png
│   │   │   │   ├── jsp.png
│   │   │   │   ├── lua.png
│   │   │   │   ├── m.png
│   │   │   │   ├── mm.png
│   │   │   │   ├── mov.png
│   │   │   │   ├── mp3.png
│   │   │   │   ├── mpg.png
│   │   │   │   ├── msi.png
│   │   │   │   ├── odc.png
│   │   │   │   ├── odf.png
│   │   │   │   ├── odg.png
│   │   │   │   ├── odi.png
│   │   │   │   ├── odp.png
│   │   │   │   ├── ods.png
│   │   │   │   ├── odt.png
│   │   │   │   ├── ogg.png
│   │   │   │   ├── pdf.png
│   │   │   │   ├── perl.png
│   │   │   │   ├── pgp.png
│   │   │   │   ├── php.png
│   │   │   │   ├── pl.png
│   │   │   │   ├── png.png
│   │   │   │   ├── ppt.png
│   │   │   │   ├── ps.png
│   │   │   │   ├── psd.gif
│   │   │   │   ├── py.png
│   │   │   │   ├── ram.png
│   │   │   │   ├── rar.png
│   │   │   │   ├── rb.png
│   │   │   │   ├── rm.png
│   │   │   │   ├── rpm.png
│   │   │   │   ├── rtf.png
│   │   │   │   ├── ruby.png
│   │   │   │   ├── sig.png
│   │   │   │   ├── sql.png
│   │   │   │   ├── svg.png
│   │   │   │   ├── swf.png
│   │   │   │   ├── sxc.png
│   │   │   │   ├── sxd.png
│   │   │   │   ├── sxi.png
│   │   │   │   ├── sxw.png
│   │   │   │   ├── tar.png
│   │   │   │   ├── tex.png
│   │   │   │   ├── tgz.png
│   │   │   │   ├── tif.png
│   │   │   │   ├── ttf.png
│   │   │   │   ├── txt.png
│   │   │   │   ├── vb.png
│   │   │   │   ├── vcf.png
│   │   │   │   ├── vdo.png
│   │   │   │   ├── video.png
│   │   │   │   ├── vsd.png
│   │   │   │   ├── wav.gif
│   │   │   │   ├── wma.gif
│   │   │   │   ├── xls.png
│   │   │   │   ├── xml.png
│   │   │   │   ├── xpi.png
│   │   │   │   ├── xul.png
│   │   │   │   ├── xvid.png
│   │   │   │   └── zip.png
│   │   │   ├── HslCommunication.png
│   │   │   ├── ListView_687.png
│   │   │   ├── Method_636.png
│   │   │   ├── Module_648.png
│   │   │   ├── RegistryEditor_5838.ico
│   │   │   ├── SingleMessage_5727.ico
│   │   │   ├── Structure_507.png
│   │   │   ├── SupportDevice.png
│   │   │   ├── SupportRobot.png
│   │   │   ├── Table_748.png
│   │   │   ├── Tag_7213.png
│   │   │   ├── Turck.png
│   │   │   ├── UserInterfaceEditor_5845.ico
│   │   │   ├── VirtualMachine.png
│   │   │   ├── WindowsForm_817.ico
│   │   │   ├── Yamatake.png
│   │   │   ├── ab.png
│   │   │   ├── abb.png
│   │   │   ├── action_Cancel_16xLG.png
│   │   │   ├── alipay.png
│   │   │   ├── barcode.png
│   │   │   ├── beckhoff.png
│   │   │   ├── brackets_Square_16xMD.png
│   │   │   ├── copyright.jpg
│   │   │   ├── debug.png
│   │   │   ├── delta.png
│   │   │   ├── docview_xaml_on_16x16.png
│   │   │   ├── efort.png
│   │   │   ├── fanuc.jpg
│   │   │   ├── fatek.png
│   │   │   ├── fujifilm.png
│   │   │   ├── ge.png
│   │   │   ├── glasses_16xLG.png
│   │   │   ├── grid_Data_16xLG.png
│   │   │   ├── idcard.png
│   │   │   ├── iec.png
│   │   │   ├── inovance.png
│   │   │   ├── keyence.png
│   │   │   ├── kuka.png
│   │   │   ├── kuka_help.jpg
│   │   │   ├── lightningBolt_16xLG.png
│   │   │   ├── loading.gif
│   │   │   ├── ls.png
│   │   │   ├── melsec.png
│   │   │   ├── modbus.png
│   │   │   ├── mqtt.png
│   │   │   ├── omron.png
│   │   │   ├── panasonic.png
│   │   │   ├── redis.png
│   │   │   ├── rkc.png
│   │   │   ├── robot.png
│   │   │   ├── schneider.png
│   │   │   ├── siemens.png
│   │   │   ├── toledo.png
│   │   │   ├── usbcontroller.png
│   │   │   ├── vigor.png
│   │   │   ├── websocket.png
│   │   │   ├── weipay.png
│   │   │   ├── xinje.png
│   │   │   ├── yaskawa.png
│   │   │   ├── yokogawa.png
│   │   │   └── zkt.png
│   │   └── packages.config
│   ├── README.md
│   └── imgs
│       ├── File1.png
│       ├── File2.png
│       ├── Gen1.png
│       ├── Melsec1.png
│       ├── Modbus1.png
│       ├── Modbus2.png
│       ├── Omron.png
│       ├── Simlify1.png
│       ├── Simlify2.png
│       ├── SupportDevice.png
│       ├── Udp1.png
│       ├── Udp2.png
│       ├── ab1.png
│       ├── appDemo.png
│       ├── controls.png
│       ├── demo.png
│       ├── java_demo.png
│       ├── melsec
│       │   ├── melsec1.jpg
│       │   └── melsec2.jpg
│       ├── partner
│       │   ├── PENC.jpg
│       │   ├── Pia.jpg
│       │   ├── rocket_Blue.png
│       │   ├── woody.png
│       │   ├── 盛意达.jpg
│       │   ├── 堤摩讯.png
│       │   ├── 翔宇自控.jpg
│       │   ├── 均达电气.png
│       │   ├── 杭州优海.png
│       │   └── 南京金理念信息技术有限公司.png
│       ├── python_demo.png
│       ├── redis.png
│       ├── siemens
│       │   ├── siemens1.jpg
│       │   ├── siemens2.jpg
│       │   ├── siemens3.jpg
│       │   ├── siemens4.jpg
│       │   ├── siemens5.jpg
│       │   └── siemens6.jpg
│       ├── siemens1.png
│       └── support.png
└── 好例子网_HslCommunication-master.zip

39 directories, 1104 files


标签: 源代码 mui hsl COM MEM

实例下载地址

HslCommuicationMemo源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警