• 大小: 0.17M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  s7协议  PLC  tcp  

资源简介

使用与西门子的所有型号PLC,可同时连接多台PLC,通讯稳定,速度快

资源截图

代码片段和文件信息


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以太网s7协议组件\app.config

     文件      48128  2018-11-09 09:32  西门子PLC以太网s7协议组件\bin\Release\Sharp7Library.dll

     文件     112128  2018-11-09 09:32  西门子PLC以太网s7协议组件\bin\Release\Sharp7Library.pdb

     文件      21504  2018-12-28 15:22  西门子PLC以太网s7协议组件\bin\Release\TcpClient.exe

     文件        144  2018-11-09 11:45  西门子PLC以太网s7协议组件\bin\Release\TcpClient.exe.config

     文件      44544  2018-12-28 15:22  西门子PLC以太网s7协议组件\bin\Release\TcpClient.pdb

     文件      22984  2018-12-28 15:22  西门子PLC以太网s7协议组件\bin\Release\TcpClient.vshost.exe

     文件        144  2018-11-09 11:45  西门子PLC以太网s7协议组件\bin\Release\TcpClient.vshost.exe.config

     文件        490  2012-06-06 02:06  西门子PLC以太网s7协议组件\bin\Release\TcpClient.vshost.exe.manifest

     文件        794  2018-12-28 15:22  西门子PLC以太网s7协议组件\bin\Release\TcpClient.xml

     文件      13995  2018-12-28 10:25  西门子PLC以太网s7协议组件\Form1.cs

     文件      26799  2018-11-15 08:40  西门子PLC以太网s7协议组件\Form1.Designer.cs

     文件       5987  2018-11-15 08:40  西门子PLC以太网s7协议组件\Form1.resx

     文件        510  2012-12-15 19:48  西门子PLC以太网s7协议组件\My Project\Application.myapp

     文件       5609  2018-04-21 16:19  西门子PLC以太网s7协议组件\My Project\Resources.resx

     文件        279  2010-05-04 06:45  西门子PLC以太网s7协议组件\My Project\Settings.settings

     文件       6428  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        612  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.csproj.FileListAbsolute.txt

     文件        975  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.csproj.GenerateResource.Cache

     文件      27648  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.exe

     文件        180  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.Form1.resources

     文件      38400  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.pdb

     文件        180  2018-04-21 16:32  西门子PLC以太网s7协议组件\obj\x86\Debug\TcpClient.Properties.Resources.resources

     文件       5120  2018-04-21 16:20  西门子PLC以太网s7协议组件\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       7619  2018-11-12 13:43  西门子PLC以太网s7协议组件\obj\x86\Release\DesignTimeResolveAssemblyReferences.cache

     文件       7419  2018-12-28 10:21  西门子PLC以太网s7协议组件\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache

     文件        440  2018-04-22 15:05  西门子PLC以太网s7协议组件\obj\x86\Release\GenerateResource.read.1.tlog

     文件        994  2018-04-22 15:05  西门子PLC以太网s7协议组件\obj\x86\Release\GenerateResource.write.1.tlog

     文件      10195  2018-12-28 15:22  西门子PLC以太网s7协议组件\obj\x86\Release\TcpClient.csproj.FileListAbsolute.txt

     文件        975  2018-11-15 08:40  西门子PLC以太网s7协议组件\obj\x86\Release\TcpClient.csproj.GenerateResource.Cache

............此处省略38个文件信息

评论

共有 条评论