资源简介
包含ARINC429板卡的labview自发自收例程,及板卡说明书
代码片段和文件信息
// ARINC429.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ARINC429.h“
#include “ARINC429Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CARINC429App
BEGIN_MESSAGE_MAP(CARINC429App CWinApp)
//{{AFX_MSG_MAP(CARINC429App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CARINC429App construction
CARINC429App::CARINC429App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CARINC429App object
CARINC429App theApp;
/////////////////////////////////////////////////////////////////////////////
// CARINC429App initialization
BOOL CARINC429App::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
CARINC429Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1313843 2018-08-22 15:31 ARINC429板卡驱动\PXI(PCI)-60XX ARINC429系列产品用户手册.pdf
文件 35241 2017-11-13 08:22 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\examples\ARINC429\TxRx_Selftest.vi
文件 15686 2017-11-12 19:10 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\DeviceOperation\ARINC429_Close.vi
文件 22229 2017-11-12 19:09 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\DeviceOperation\ARINC429_Open.vi
文件 18705 2017-11-12 19:11 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_GetSerialNum.vi
文件 21631 2017-11-12 19:12 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_GetTime
文件 21170 2017-11-12 19:13 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_Reset.vi
文件 21631 2017-11-12 19:14 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_SetTime
文件 24749 2017-11-12 19:15 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_StartTime
文件 21260 2017-11-12 19:15 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_CancelWait.vi
文件 18326 2017-11-12 19:16 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_EnableBit.vi
文件 18597 2017-11-12 19:17 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_EnableGlobal.vi
文件 21647 2017-11-12 19:18 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_Status.vi
文件 21680 2017-11-12 19:19 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_StatusClear.vi
文件 18237 2017-11-12 19:19 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_Wait.vi
文件 21637 2017-11-12 19:20 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferClr.vi
文件 24286 2017-11-12 19:22 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferData.vi
文件 21984 2017-11-12 19:23 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferStatus.vi
文件 19253 2017-11-12 19:24 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_Configure.vi
文件 25501 2017-11-12 19:25 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_LableFilterEnable.vi
文件 22856 2017-11-12 19:27 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_LableFilterTable.vi
文件 22170 2017-11-12 19:27 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_RecvEnable.vi
文件 21533 2017-11-12 19:28 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_Reset.vi
文件 22187 2017-11-12 19:29 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_Time
文件 18728 2017-11-12 19:30 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_TriggerDepth.vi
文件 22173 2017-11-12 19:31 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferAreaGet.vi
文件 22261 2017-11-12 19:31 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferAreaSet.vi
文件 21637 2017-11-12 19:32 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferClr.vi
文件 23614 2017-11-12 19:33 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferData.vi
文件 22524 2017-11-12 19:34 ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferStatus.vi
............此处省略91个文件信息
- 上一篇:CISPR25-2015
- 下一篇:手机与ESP8266WiFi模块进行通信
相关资源
- labview2014模块和破解文件
- Labview2012全模块
- SFP光模块收发模块标准英文版.pdf
- labview process monitor控件
- 基于LabVIEW的并行数据采集系统设计
- 基于LabVIEW平台和网络的计算机远程在
- labview ASCII_十六进制_十进制转换
- labview大型应用程序开发流程与技巧
- labview获取子窗口句柄FindwindowsEX(AP
- EXCEL整体写入和读取labview 文件
- 基于LabVIEW的带式输送机托辊圆度误差
- 基于ZigBee无线传感器网络的井下环境
- MPPT算法.pdf
- Labview生成dll文件的方法
- keithley2002 example
- labview语音识别程序
- labview人脸识别283682
- 台湾林教授的支持向量机libsvm
- LabVIEW实现Fuzzy_PID的补充资源
- labview程序无线控制的小车
- LabVIEW的人脸识别代码
- labview连连看
- 录音机labview程序
- 基于LabVIEW的交通灯设计,报告,程序
- labview串口波形显示
- Labview读取CSV文件并整合
- labview16进制数值向2进制字符串转化
- 使用LabVIEW软件进行数据采集和信号处
- 用LabVIEW控制斑马打印机
- 基于labview神经肌肉电刺激设计
评论
共有 条评论