91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

西門子S7協議通訊,使用與S7-200/300/400/1200等

可同時監控幾百臺PLC

.C#語言開發,采用NET4.5框架,TCP通訊方式,通信效率高。


資源截圖

代碼片段和文件信息


using?System.Collections.Generic;
using?System;
using?System.Linq;
using?System.Drawing;
using?System.Diagnostics;
using?System.Data;
using?System.xml.Linq;
using?Microsoft.VisualBasic;
using?System.Collections;
using?System.Windows.Forms;
using?Sharp7;

using?System.Runtime.InteropServices;

namespace?TcpClient
{

public?partial?class?Form1
{
??? public?Form1()
{
InitializeComponent();

if?(defaultInstance?==?null)
defaultInstance?=?this;
???????????
}

#region?Default?Instance

private?static?Form1?defaultInstance;


public?static?Form1?Default
{
get
{
if?(defaultInstance?==?null)
{
defaultInstance?=?new?Form1();
defaultInstance.FormClosed?+=?new?FormClosedEventHandler(defaultInstance_FormC

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????144??2018-11-09?11:45??西門子PLC以太網通訊組件\app.config

?????文件??????48128??2018-11-09?09:32??西門子PLC以太網通訊組件\bin\Release\Sharp7Library.dll

?????文件?????112128??2018-11-09?09:32??西門子PLC以太網通訊組件\bin\Release\Sharp7Library.pdb

?????文件??????21504??2018-11-15?08:40??西門子PLC以太網通訊組件\bin\Release\TcpClient.exe

?????文件????????144??2018-11-09?11:45??西門子PLC以太網通訊組件\bin\Release\TcpClient.exe.config

?????文件??????40448??2018-11-15?08:40??西門子PLC以太網通訊組件\bin\Release\TcpClient.pdb

?????文件??????22984??2018-11-15?08:40??西門子PLC以太網通訊組件\bin\Release\TcpClient.vshost.exe

?????文件????????144??2018-11-09?11:45??西門子PLC以太網通訊組件\bin\Release\TcpClient.vshost.exe.config

?????文件????????490??2012-06-06?02:06??西門子PLC以太網通訊組件\bin\Release\TcpClient.vshost.exe.manifest

?????文件????????794??2018-11-15?08:40??西門子PLC以太網通訊組件\bin\Release\TcpClient.xml

?????文件??????14004??2018-11-15?08:40??西門子PLC以太網通訊組件\Form1.cs

?????文件??????26799??2018-11-15?08:40??西門子PLC以太網通訊組件\Form1.Designer.cs

?????文件???????5987??2018-11-15?08:40??西門子PLC以太網通訊組件\Form1.resx

?????文件????????510??2012-12-15?19:48??西門子PLC以太網通訊組件\My?Project\Application.myapp

?????文件???????5609??2018-04-21?16:19??西門子PLC以太網通訊組件\My?Project\Resources.resx

?????文件????????279??2010-05-04?06:45??西門子PLC以太網通訊組件\My?Project\Settings.settings

?????文件???????6428??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????612??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.csproj.FileListAbsolute.txt

?????文件????????975??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.csproj.GenerateResource.Cache

?????文件??????27648??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.exe

?????文件????????180??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.Form1.resources

?????文件??????38400??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.pdb

?????文件????????180??2018-04-21?16:32??西門子PLC以太網通訊組件\obj\x86\Debug\TcpClient.Properties.Resources.resources

?????文件???????5120??2018-04-21?16:20??西門子PLC以太網通訊組件\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

?????文件???????7619??2018-11-12?13:43??西門子PLC以太網通訊組件\obj\x86\Release\DesignTimeResolveAssemblyReferences.cache

?????文件???????7256??2018-11-14?16:15??西門子PLC以太網通訊組件\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????440??2018-04-22?15:05??西門子PLC以太網通訊組件\obj\x86\Release\GenerateResource.read.1.tlog

?????文件????????994??2018-04-22?15:05??西門子PLC以太網通訊組件\obj\x86\Release\GenerateResource.write.1.tlog

?????文件???????8786??2018-11-15?08:40??西門子PLC以太網通訊組件\obj\x86\Release\TcpClient.csproj.FileListAbsolute.txt

?????文件????????975??2018-11-15?08:40??西門子PLC以太網通訊組件\obj\x86\Release\TcpClient.csproj.GenerateResource.Cache

............此處省略38個文件信息

評論

共有 條評論