登录
首页 » 通信 » GPIB通讯实例

GPIB通讯实例

于 2022-01-25 发布 文件大小:772.21 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

利用NI的动态链接库编写的GPIB通信实例,能够初始化8920A测试仪器,能够发送相关的控制命令来控制仪器的工作状态,还能够读取仪器的测试数据,采用标准的gpib32动态链接库,程序通过耐久性测试,在断电之后再通电仍然能够不用关闭软件而直接连接通信。之前是vc的例子调用,在此改为了利用delphi调用相关函数,发送相关控制命令一样实现了delphi的gpib通信程序。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MSCOMM API Visual Basic 6
    MSCOMM API Visual Basic 6
    2022-01-25 16:40:22下载
    积分:1
  • VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
    VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
    2023-07-24 17:35:03下载
    积分:1
  • 在这个仿真模型,16
    In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The signal transmitted is recovered at the detector output.-In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset can be seen by varying the phase of down-sampling operation.The signal transmitted is recovered at the detector output.
    2022-07-24 17:48:41下载
    积分:1
  • VB关于OPC的源代码
    VB 关于 opc的源码-VB about opc source code
    2022-03-07 03:20:23下载
    积分:1
  • Assumed the use of Jakes model, used to generate the channel
    使用Jakes所假设的模型,用来产生信道抽头延迟线模型中的抽头增益过程所需的多普勒频谱成形滤波器有多种实现方法。时域FIR滤波器是最常用的一种实现方法。-Assumed the use of Jakes model, used to generate the channel-tap-tap delay line model of the process gain the necessary Doppler spectrum shaping filter has a variety of implementations. Time domain FIR filter is an implementation of the most commonly used method.
    2022-05-07 01:17:11下载
    积分:1
  • quadrature phase shift keying demodulation technique
    quadrature phase shift keying demodulation technique
    2022-03-31 23:08:58下载
    积分:1
  • (3,1,4)卷积码的viterbi硬判决的源代码,过高斯道的误码率...
    (3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率-(3,1,4) Convolutional Codes Viterbi hard decisions source code, the Gauss channel BER
    2022-07-14 03:21:53下载
    积分:1
  • Several phase
    几个锁相环仿真程序-通信技术-不记得哪来的啦。希望有用……。-Several phase-locked loop simulation program- communication technologies- do not remember you come from. Seek to help ... ....
    2022-09-09 08:10:02下载
    积分:1
  • Siemens plc Communication between PC and the source program, detailed descriptio...
    西门子plc与上位机通信的源码程序,详细的说明西门子ppi通信协议的应用-Siemens plc Communication between PC and the source program, detailed description of the application of communication protocol Siemens ppi
    2022-05-18 08:39:58下载
    积分:1
  • 检测到自私的节点
    摘要 在一个移动 ad hoc 网络中移动节点的移动性和资源约束可能会导致网络分区或性能退化。提出了几种数据复制技术,尽量减少性能退化。其中大多数假设所有移动节点进行充分协作共同分担他们的内存空间。在现实中,但是,一些节点可能会自私地决定只有部分,或根本不与其他节点进行合作。这些自私的节点就可以减少总体网络中的数据可访问性。在此文件中,我们检查自私的副本分配视角移动 ad hoc 网络中节点的影响。我们长期在这种自私的副本分配。尤其是,我们开发一种自私的节点检测算法,认为部分自私和新颖副本分配技术来适当应付自私副本分配。进行的模拟演示拟议的办法在性能上优于传统合作副本分配技术在数据可访问性、 沟通成本和平均查询延迟。
    2022-05-05 06:33:31下载
    积分:1
  • 696516资源总数
  • 106461会员总数
  • 1今日下载