登录
首页 » Java » CSharpOPC

CSharpOPC

于 2016-12-28 发布 文件大小:89KB
0 110
下载积分: 1 下载次数: 30

代码说明:

  c#开发西门子OPC客户端的绝佳工具源码全套源码(C# development of SIEMENS OPC client the perfect tool for a full set of source code)

文件列表:

C#OPC同步读写
.............\WindowsFormsApplication1
.............\........................\Backup
.............\........................\......\WindowsFormsApplication1
.............\........................\......\........................\Form1.cs,15136,2014-12-30
.............\........................\......\........................\Form1.Designer.cs,9216,2014-12-30
.............\........................\......\........................\Form1.resx,5814,2014-12-30
.............\........................\......\........................\Program.cs,505,2014-12-27
.............\........................\......\........................\Properties
.............\........................\......\........................\..........\AssemblyInfo.cs,1390,2014-12-27
.............\........................\......\........................\..........\Resources.Designer.cs,2898,2014-12-27
.............\........................\......\........................\..........\Resources.resx,5612,2014-12-27
.............\........................\......\........................\..........\Settings.Designer.cs,1109,2014-12-27
.............\........................\......\........................\..........\Settings.settings,249,2014-12-27
.............\........................\......\........................\WindowsFormsApplication1.csproj,4112,2014-12-27
.............\........................\......\WindowsFormsApplication1.sln,962,2014-12-27
.............\........................\UpgradeLog.XML,4506,2016-03-11
.............\........................\WindowsFormsApplication1
.............\........................\........................\bin
.............\........................\........................\...\Debug
.............\........................\........................\...\.....\WindowsFormsApplication1.exe,3370496,2016-11-22
.............\........................\........................\...\.....\WindowsFormsApplication1.pdb,32256,2014-12-30
.............\........................\........................\...\.....\WindowsFormsApplication1.vshost.exe,1130496,2016-10-10
.............\........................\........................\...\Release
.............\........................\........................\Form1.cs,15136,2014-12-30
.............\........................\........................\Form1.Designer.cs,9216,2014-12-30
.............\........................\........................\Form1.resx,5814,2014-12-30
.............\........................\........................\obj
.............\........................\........................\...\Debug
.............\........................\........................\...\.....\DesignTimeResolveAssemblyReferences.cache,789,2016-03-11
.............\........................\........................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6162,2016-03-11
.............\........................\........................\...\.....\Refactor
.............\........................\........................\...\.....\ResolveAssemblyReference.cache,23692,2014-12-27
.............\........................\........................\...\.....\TempPE
.............\........................\........................\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2016-03-11
.............\........................\........................\...\.....\WindowsFormsApplication1.csproj.FileListAbsolute.txt,1189,2016-03-11
.............\........................\........................\...\.....\WindowsFormsApplication1.csproj.GenerateResource.Cache,847,2014-12-30
.............\........................\........................\...\.....\WindowsFormsApplication1.exe,1134592,2016-10-12
.............\........................\........................\...\.....\WindowsFormsApplication1.Form1.resources,180,2014-12-30
.............\........................\........................\...\.....\WindowsFormsApplication1.pdb,32256,2014-12-30
.............\........................\........................\...\.....\WindowsFormsApplication1.Properties.Resources.resources,180,2014-12-27
.............\........................\........................\Program.cs,505,2014-12-27
.............\........................\........................\Properties
.............\........................\........................\..........\AssemblyInfo.cs,1390,2014-12-27
.............\........................\........................\..........\Resources.Designer.cs,2888,2016-03-11
.............\........................\........................\..........\Resources.resx,5612,2014-12-27
.............\........................\........................\..........\Settings.Designer.cs,1124,2016-03-11
.............\........................\........................\..........\Settings.settings,249,2014-12-27
.............\........................\........................\Service References
.............\........................\........................\WindowsFormsApplication1.csproj,4431,2016-03-11
.............\........................\WindowsFormsApplication1.sln,962,2016-03-11
.............\........................\_UpgradeReport_Files
.............\........................\....................\UpgradeReport.css,3348,2016-03-11
.............\........................\....................\UpgradeReport.xslt,12505,2010-05-04
.............\........................\....................\UpgradeReport_Minus.gif
.............\........................\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 外国人用vb写的ftp源代码,相当不错!
    外国人用vb写的ftp源代码,相当不错!-foreigners to use the ftp vb write source code, which is pretty good!
    2022-07-03 07:43:45下载
    积分:1
  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • KRush_f_cr
    apk sample. kingdom rush
    2013-11-13 01:08:03下载
    积分:1
  • wsnn
    omnet++ project in wsn
    2019-07-02 00:12:28下载
    积分:1
  • MK.Patterson.a.Hennessy.Computer.Organization
    Good book explaining the interface between software and hardware. A good starter to understand low level computer programs.
    2014-01-28 21:52:50下载
    积分:1
  • 简单的网上邻居功能。获取局域网网络基本资源
    简单的网上邻居功能。获取局域网网络基本资源-Simple Network Neighborhood feature. LAN network access to basic resources
    2022-02-04 21:42:25下载
    积分:1
  • ebt_802_3
    Reserved space for low level debug virtual addresses within 0xf6200000.0xf6201000.
    2015-11-01 16:04:45下载
    积分:1
  • debwenjianjieyagj
    windows下解压deb 文件,并附有源码(Ucompress deb for windows)
    2014-01-11 20:18:39下载
    积分:1
  • Chirp
    说明:  使用matlab编写Chirp信号代码,并生成相应的C代码(Write c signals, use MATLAB to write Chirp, and generate c code)
    2020-01-08 23:56:01下载
    积分:1
  • 这是我用VB写的
    这是我用VB编写的-This is my prepared by the VB
    2023-01-15 16:30:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载