• 大小: 19.27M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: ee  c  cad  d  2  

资源简介

开源的SCADA系统用于微软Windows2000/XP/Vista的 SCADA系统免费提供任何工业生产过程可视化和交互式的控制灵活工具该系统采用的数据收集OPC服务器。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Threading;
using FreeSCADA.Common;
using FreeSCADA.Interfaces;

namespace FreeSCADA.Archiver
{
public class ArchiverMain
{
ChannelsSettings channelSettings = new ChannelsSettings();
DatabaseSettings databaseSettings = new DatabaseSettings();
DbWriter dbWriter;
        DbReader dbReader;
Thread channelUpdaterThread;

#region Initialization and singleton implementation

static ArchiverMain instance;

public static void Initialize()
{
if (instance == null)
instance = new ArchiverMain();
}
        
public static void Deinitialize()
{
instance = null;
}

public static ArchiverMain Current
{
get
{
if (inst

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......   1822720  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Browser.exe

    .......      6544  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Browser.exe.config

    .......   1724416  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Compiler.exe

    .......      4678  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Compiler.exe.config

    .......     61440  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Crad.Windows.Forms.Actions.dll

    .......   1985871  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation.chm

    .......      1274  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxC

    .......   1390312  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxS

    .......       246  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxT

    .......       120  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_A.HxK

    .......       120  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_B.HxK

    .......       120  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_F.HxK

    .......       156  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_K.HxK

    .......       132  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_NamedURLIndex.HxK

    .......       120  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\Documentation_S.HxK

    .......    190464  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\H2Reg.exe

    .......      1600  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\H2Reg.ini

    .......      5520  2010-10-28 00:38  FreeSCADA2\3rdParty\#SNMP\Help\H2Reg_Log.txt

    .......     76680  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.objectBuilder2.dll

    .......     52104  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.Unity.Configuration.dll

    .......     76680  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.Unity.dll

    .......        57  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\index

    .......        14  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-CONF.module

    .......      5606  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-MIB.module

    .......      1119  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-SMI.module

    .......        14  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-TC.module

    .......       667  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-TM.module

    .......     90112  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\sharpsnmplib.cf35.dll

    .......    306688  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\sharpsnmplib.cf35.pdb

    .......     40960  2010-10-28 00:52  FreeSCADA2\3rdParty\#SNMP\SharpSnmpLib.Controls.dll

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

评论

共有 条评论