• 大小: 2.39MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: 其他
  • 标签: VC  

资源简介

固高GT400-SV-PCI运动控制卡单轴运动控制程序,可选择一根轴运动,也可选择两个轴一起运动。

资源截图

代码片段和文件信息

// GT3.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “GT3.h“
#include “GT3Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CGT3App

BEGIN_MESSAGE_MAP(CGT3App CWinApp)
//{{AFX_MSG_MAP(CGT3App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CGT3App construction

CGT3App::CGT3App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CGT3App object

CGT3App theApp;

/////////////////////////////////////////////////////////////////////////////
// CGT3App initialization

BOOL CGT3App::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CGT3Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-04-17 18:14  固高单轴运动控制程序\
     目录           0  2014-04-17 18:07  固高单轴运动控制程序\Debug\
     文件      114758  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.exe
     文件      225480  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.ilk
     文件       12936  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.obj
     文件     5498776  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.pch
     文件      369664  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.pdb
     文件        3356  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3.res
     文件       37231  2014-04-17 18:07  固高单轴运动控制程序\Debug\GT3Dlg.obj
     文件      105665  2014-04-17 18:07  固高单轴运动控制程序\Debug\StdAfx.obj
     文件      214016  2014-04-17 18:07  固高单轴运动控制程序\Debug\vc60.idb
     文件      364544  2014-04-17 18:07  固高单轴运动控制程序\Debug\vc60.pdb
     文件       22336  2014-04-17 18:13  固高单轴运动控制程序\GT3.APS
     文件        1996  2014-04-17 18:14  固高单轴运动控制程序\GT3.clw
     文件        2021  2014-04-17 18:07  固高单轴运动控制程序\GT3.cpp
     文件        4140  2014-04-17 18:07  固高单轴运动控制程序\GT3.dsp
     文件         514  2014-04-17 18:07  固高单轴运动控制程序\GT3.dsw
     文件        1291  2014-04-17 18:07  固高单轴运动控制程序\GT3.h
     文件       91136  2014-04-17 18:14  固高单轴运动控制程序\GT3.ncb
     文件      338944  2014-04-17 18:14  固高单轴运动控制程序\GT3.opt
     文件         932  2014-04-17 18:07  固高单轴运动控制程序\GT3.plg
     文件        6843  2014-04-17 18:07  固高单轴运动控制程序\GT3.rc
     文件       10518  2014-04-17 18:14  固高单轴运动控制程序\GT3Dlg.cpp
     文件        1636  2014-04-17 18:07  固高单轴运动控制程序\GT3Dlg.h
     文件       81920  2014-04-17 18:07  固高单轴运动控制程序\GT400.DLL
     文件        7795  2014-04-17 18:07  固高单轴运动控制程序\GT400.H
     文件       34746  2014-04-17 18:07  固高单轴运动控制程序\GT400.LIB
     文件        3525  2014-04-17 18:07  固高单轴运动控制程序\ReadMe.txt
     目录           0  2014-04-17 18:07  固高单轴运动控制程序\res\
     文件        1078  2014-04-17 18:07  固高单轴运动控制程序\res\GT3.ico
     文件         395  2014-04-17 18:07  固高单轴运动控制程序\res\GT3.rc2
............此处省略3个文件信息

评论

共有 条评论