资源简介
Fanuc CNC data image
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
//using Focas1;
namespace GetAlmMsg
{
public partial class Form1 : Form
{
ushort cncHandle = 0;
private short preState = 0;
private Focas1.ODBST cncStatus = new Focas1.ODBST();
private Focas1.ODBAHIS alarmHis = new Focas1.ODBAHIS();
public Form1()
{
InitializeComponent();
}
private void btnConnect_Click(object sender EventArgs e)
{
try
{
Focas1.focas_ret ret = (Focas1.focas_ret)Focas1.cnc_allclibhndl3(“192.168.0.31“ 8193 5 out cncHandle); //眔library handle
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-09-16 14:46 GetAlmMsg\
目录 0 2009-07-16 16:34 GetAlmMsg\bin\
目录 0 2009-08-25 09:12 GetAlmMsg\bin\Debug\
文件 393216 2004-09-27 00:00 GetAlmMsg\bin\Debug\Fwlib32.dll
文件 647168 2004-09-27 00:00 GetAlmMsg\bin\Debug\fwlibe1.dll
文件 172032 2009-09-16 14:35 GetAlmMsg\bin\Debug\GetAlmMsg.exe
文件 267776 2009-09-16 14:35 GetAlmMsg\bin\Debug\GetAlmMsg.pdb
文件 5632 2005-12-09 14:38 GetAlmMsg\bin\Debug\GetAlmMsg.vshost.exe
文件 8510 2009-09-16 14:46 GetAlmMsg\Form1.cs
文件 7603 2009-09-16 14:27 GetAlmMsg\Form1.Designer.cs
文件 6011 2009-09-16 14:27 GetAlmMsg\Form1.resx
文件 478794 2009-09-15 08:59 GetAlmMsg\fwlib32.cs
文件 3312 2009-09-16 10:21 GetAlmMsg\GetAlmMsg.csproj
文件 906 2006-07-13 17:22 GetAlmMsg\GetAlmMsg.sln
文件 18432 2009-09-16 14:47 GetAlmMsg\GetAlmMsg.suo
目录 0 2009-08-25 09:12 GetAlmMsg\obj\
目录 0 2009-09-16 14:35 GetAlmMsg\obj\Debug\
文件 842 2009-09-16 14:27 GetAlmMsg\obj\Debug\GetAlmMsg.csproj.GenerateResource.Cache
文件 172032 2009-09-16 14:35 GetAlmMsg\obj\Debug\GetAlmMsg.exe
文件 180 2009-09-16 14:27 GetAlmMsg\obj\Debug\GetAlmMsg.Form1.resources
文件 267776 2009-09-16 14:35 GetAlmMsg\obj\Debug\GetAlmMsg.pdb
文件 180 2009-08-25 09:12 GetAlmMsg\obj\Debug\GetAlmMsg.Properties.Resources.resources
目录 0 2009-07-16 16:34 GetAlmMsg\obj\Debug\Refactor\
目录 0 2009-07-16 16:34 GetAlmMsg\obj\Debug\TempPE\
文件 282 2006-07-13 17:22 GetAlmMsg\obj\GetAlmMsg.csproj.FileList.txt
文件 1724 2009-09-16 14:40 GetAlmMsg\obj\GetAlmMsg.csproj.FileListAbsolute.txt
文件 471 2006-04-10 16:14 GetAlmMsg\Program.cs
目录 0 2009-07-16 16:34 GetAlmMsg\Properties\
文件 1193 2006-04-10 16:14 GetAlmMsg\Properties\AssemblyInfo.cs
文件 2902 2006-04-10 16:14 GetAlmMsg\Properties\Resources.Designer.cs
文件 5612 2006-04-10 16:14 GetAlmMsg\Properties\Resources.resx
............此处省略3个文件信息
评论
共有 条评论