• 大小: 0.50M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: FOC  C#  OC  测试  

资源简介

focas2 c# 联网测试实例,可以通过以太网进行连接测试,测试IP为192.168.1.1, 端口:8193

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
    public partial class Form1 : Form
    {            
        // 获取库句柄 ( Ethernet ) 并进行连接
        ushort Flibhndl = 0;
        double d_a = 0 d_r = 0;
        string print_name_life;
        string print_name;
        string print_name_r;
        string time_year time_month time_day time_hour time_min time_sec;
        string _toolGroupNum;
        short toolGroupNum;
        public Form1()
        {
            InitializeComponent();
        }


        private void Form1_Load(object sender EventArgs e)

评论

共有 条评论