• 大小: 16.48MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-09
  • 语言: C/C++
  • 标签: 研华  工控机  源码  c++  

资源简介

研华工控机C++代码,通过并口发送和接受信号控制驱动等

资源截图

代码片段和文件信息

using System.Runtime.InteropServices;
using System;

public delegate void CallbackDelegate();

public class DASK
{
    //ADlink PCI Card Type
    public const ushort PCI_6208V       = 1;
    public const ushort PCI_6208A       = 2;
    public const ushort PCI_6308V       = 3;
    public const ushort PCI_6308A       = 4;
    public const ushort PCI_7200        = 5;
    public const ushort PCI_7230        = 6;
    public const ushort PCI_7233        = 7;
    public const ushort PCI_7234        = 8;
    public const ushort PCI_7248        = 9;
    public const ushort PCI_7249        = 10;
    public const ushort PCI_7250        = 11;
    public const ushort PCI_7252        = 12;
    public const ushort PCI_7296        = 13;
    public const ushort PCI_7300A_RevA  = 14;
    public const ushort PCI_7300A_RevB  = 15;
    public const ushort PCI_7432        = 16;
    public const ushort PCI_7433        = 17;
    public const ushort PCI_7434        = 18;
    public const ushort PCI_8554        = 19;
    public const ushort PCI_9111DG      = 20;
    public const ushort PCI_9111HR      = 21;
    public const ushort PCI_9112        = 22;
    public const ushort PCI_9113        = 23;
    public const ushort PCI_9114DG      = 24;
    public const ushort PCI_9114HG      = 25;
    public const ushort PCI_9118DG      = 26;
    public const ushort PCI_9118HG      = 27;
    public const ushort PCI_9118HR      = 28;
    public const ushort PCI_9810        = 29;
    public const ushort PCI_9812        = 30;
    public const ushort PCI_7396        = 31;
    public const ushort PCI_9116        = 32;
    public const ushort PCI_7256        = 33;
    public const ushort PCI_7258        = 34;
    public const ushort PCI_7260        = 35;
    public const ushort PCI_7452        = 36;
    public const ushort PCI_7442        = 37;
    public const ushort PCI_7443        = 38;
    public const ushort PCI_7444        = 39;
    public const ushort PCI_9221        = 40;
    public const ushort PCI_9524        = 41;
    public const ushort PCI_6202        = 42;
    public const ushort PCI_9222        = 43;
    public const ushort PCI_9223        = 44;
    public const ushort PCI_7433C       = 45;
    public const ushort PCI_7434C       = 46;
    public const ushort PCI_922A        = 47;

    public const ushort MAX_CARD        = 32;

//Error Number
    public const short NoError                    = 0;
    public const short ErrorUnknownCardType       = -1;
    public const short ErrorInvalidCardNumber     = -2;
    public const short ErrorTooManyCardRegistered = -3;
    public const short ErrorCardNotRegistered     = -4;
    public const short ErrorFuncNotSupport        = -5;
    public const short ErrorInvalidIoChannel      = -6;
    public const short ErrorInvalidAdRange        = -7;
    public const short ErrorContIoNotAllowed      = -8;
    public const short ErrorDiffRangeNotSupport   = -9;
    public con

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

     文件       3370  2008-09-05 16:38  Adlink\Include\DAQHeader.h

     文件      64481  2009-03-30 17:14  Adlink\Include\Dask.bas

     文件      78253  2009-03-30 17:16  Adlink\Include\Dask.cs

     文件      54409  2009-03-30 17:12  Adlink\Include\Dask.h

     文件      66512  2009-03-30 17:17  Adlink\Include\Dask.pas

     文件      78115  2009-03-30 17:18  Adlink\Include\Dask.vb

     文件     294912  2009-03-30 16:28  Adlink\Lib\PCI-Dask.dll

     文件      59914  2009-03-30 16:28  Adlink\Lib\PCI-Dask.lib

     文件      29696  2009-04-17 11:41  Adlink\Lib\pdask_bc.lib

     文件     959921  2007-04-27 18:00  Adlink\Manual\DASK Installation Guide.pdf

     文件    3221942  2009-01-20 14:45  Adlink\Manual\PCIS-DASK Function Reference.pdf

     文件    1067558  2008-10-17 15:02  Adlink\Manual\PCIS-DASK User Manual.pdf

     文件       3360  2007-03-26 16:40  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\D6208_AO_OnePoint.csproj

     文件      52224  2007-03-06 15:08  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Dask.cs

     文件       1418  2006-12-29 12:01  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Form1.cs

     文件       3354  2006-12-29 12:01  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Form1.Designer.cs

     文件       5814  2006-12-29 12:01  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Form1.resx

     文件        479  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Program.cs

     文件       1215  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Properties\AssemblyInfo.cs

     文件       2918  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Properties\Resources.Designer.cs

     文件       5612  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Properties\Resources.resx

     文件       1100  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Properties\Settings.Designer.cs

     文件        249  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint\Properties\Settings.settings

     文件        940  2006-12-29 11:37  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint.sln

    ..A..H.     19968  2007-03-26 16:40  Adlink\Samples\.NET\C#\6208\D6208_AO_OnePoint\D6208_AO_OnePoint.suo

     文件       3344  2007-03-26 16:41  Adlink\Samples\.NET\C#\7250\D7250_DIO\D7250_DIO\D7250_DIO.csproj

     文件      44456  2007-01-03 14:34  Adlink\Samples\.NET\C#\7250\D7250_DIO\D7250_DIO\Dask.cs

     文件       2204  2007-01-09 10:34  Adlink\Samples\.NET\C#\7250\D7250_DIO\D7250_DIO\Form1.cs

     文件       5354  2007-01-04 14:29  Adlink\Samples\.NET\C#\7250\D7250_DIO\D7250_DIO\Form1.Designer.cs

     文件       5814  2007-01-04 14:29  Adlink\Samples\.NET\C#\7250\D7250_DIO\D7250_DIO\Form1.resx

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

评论

共有 条评论