• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C#
  • 标签: c#  

资源简介


C#读写研华PCI-1750 读写一位 测试用

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Globalization;
using Automation.BDaq;


namespace WindowsFormsApplication2
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            comboBox1.Text = “0“;
            comboBox2.Text = “0“;
            comboBox3.Text = “0“;
        }

        private void timer1_Tick(object sender EventArgs e)
        {
            int port0 = 0;

            int bitx = comboBox1.SelectedIndex;
            byte out1;
            ErrorCode err = ErrorCode.Success;
            err = instantDiCtrl1.ReadBit(port0 bitxout out1);
            //if (err != ErrorCode.Success)
            //{
        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-08-01 11:07  PCI-1750\
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\
     文件         914  2015-07-22 14:19  PCI-1750\WindowsFormsApplication2.sln
     文件       25600  2015-08-01 09:28  PCI-1750\WindowsFormsApplication2.suo
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\bin\
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\bin\Debug\
     文件       12800  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.exe
     文件       30208  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.pdb
     文件       11600  2015-08-01 08:55  PCI-1750\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe
     文件         490  2010-03-17 22:39  PCI-1750\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe.manifest
     文件        3041  2015-08-01 09:28  PCI-1750\WindowsFormsApplication2\Form1.cs
     文件        9009  2015-08-01 09:28  PCI-1750\WindowsFormsApplication2\Form1.Designer.cs
     文件        7527  2015-08-01 09:28  PCI-1750\WindowsFormsApplication2\Form1.resx
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\obj\
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\obj\x86\
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\
     文件       10652  2015-08-01 08:55  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6383  2015-08-01 08:55  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         918  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\GenerateResource.read.1.tlog
     文件        1802  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\GenerateResource.write.1.tlog
     文件       10877  2015-07-22 14:24  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\ResolveAssemblyReference.cache
     目录           0  2015-07-22 14:19  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\TempPE\
     文件        2300  2015-08-01 08:55  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.csproj.FileListAbsolute.txt
     文件       12800  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.exe
     文件         983  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.Form1.resources
     文件       30208  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.pdb
     文件         180  2015-07-22 16:29  PCI-1750\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.Properties.Resources.resources
     文件         505  2015-07-22 14:19  PCI-1750\WindowsFormsApplication2\Program.cs
     目录           0  2015-08-01 11:07  PCI-1750\WindowsFormsApplication2\Properties\
     文件        1380  2015-07-22 14:19  PCI-1750\WindowsFormsApplication2\Properties\AssemblyInfo.cs
     文件        2899  2015-07-22 14:19  PCI-1750\WindowsFormsApplication2\Properties\Resources.Designer.cs
............此处省略4个文件信息

评论

共有 条评论