• 大小: 6.48M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Fanuc  demo  上位机  CNC  连接  

资源简介

FANUC上位机与CNC连接demo

资源截图

代码片段和文件信息

/*-------------------------------------------------------------------*/
/* fwlib32.cs                                                        */
/*                                                                   */
/* CNC/PMC Data Window Library for FOCAS1/Ethernet                   */
/*                                                                   */
/* Copyright (C) 2002-2011 by FANUC CORPORATION All rights reserved. */
/*                                                                   */
/*-------------------------------------------------------------------*/
using System;
using System.Runtime.InteropServices;


    public class Focas1
    {
        /* Axis define */
#if FS30D
    public const short MAX_AXIS = 32;
#elif M_AXIS2
    public const short MAX_AXIS = 

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

     文件       7168  2020-05-28 09:41  Test\.vs\Test\v16\.suo

     文件          0  2020-05-27 10:56  Test\.vs\Test\v16\Server\sqlite3\db.lock

     文件     856064  2020-05-28 09:41  Test\.vs\Test\v16\Server\sqlite3\storage.ide

     文件    1478721  2012-07-26 19:11  Test\bin\Debug\fwlib0DN.dll

     文件     393216  2012-07-06 15:09  Test\bin\Debug\Fwlib0i.dll

     文件     856064  2012-07-06 15:13  Test\bin\Debug\Fwlib0iB.dll

     文件    1503293  2012-07-26 19:04  Test\bin\Debug\fwlib0iD.dll

     文件     262144  2012-07-06 15:44  Test\bin\Debug\Fwlib150.dll

     文件     339968  2012-07-06 15:48  Test\bin\Debug\Fwlib15i.dll

     文件     856064  2012-07-06 15:52  Test\bin\Debug\Fwlib160.dll

     文件     212992  2012-07-06 15:56  Test\bin\Debug\Fwlib16W.dll

     文件    1777725  2012-07-26 19:19  Test\bin\Debug\fwlib30i.dll

     文件     536576  2012-07-26 19:00  Test\bin\Debug\Fwlib32.dll

     文件    1095254  2012-07-26 18:58  Test\bin\Debug\Fwlib32.lib

     文件     839680  2012-07-26 20:02  Test\bin\Debug\fwlibe1.dll

     文件    1753153  2012-07-26 19:57  Test\bin\Debug\fwlibNCG.dll

     文件     118784  2012-07-06 15:58  Test\bin\Debug\Fwlibpm.dll

     文件     512000  2012-07-06 16:00  Test\bin\Debug\Fwlibpmi.dll

     文件       6469  2004-10-20 16:50  Test\bin\Debug\fwpmcalm.ini

     文件      53370  2011-02-14 10:58  Test\bin\Debug\FwSymbol.h

     文件     147968  2020-05-27 10:56  Test\bin\Debug\Test.exe

     文件     241152  2020-05-27 10:56  Test\bin\Debug\Test.pdb

     文件      11600  2014-07-09 15:47  Test\bin\Debug\Test.vshost.exe

     文件        490  2012-06-06 02:06  Test\bin\Debug\Test.vshost.exe.manifest

     文件    1478721  2012-07-26 19:11  Test\bin\fwlib0DN.dll

     文件     393216  2012-07-06 15:09  Test\bin\Fwlib0i.dll

     文件     856064  2012-07-06 15:13  Test\bin\Fwlib0iB.dll

     文件    1503293  2012-07-26 19:04  Test\bin\fwlib0iD.dll

     文件     262144  2012-07-06 15:44  Test\bin\Fwlib150.dll

     文件     339968  2012-07-06 15:48  Test\bin\Fwlib15i.dll

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

评论

共有 条评论