HP E8491A manual HP Visa

Page 40

Block Transfers using

This program performs a block transfer of 60,000 readings using the

HP VISA

HP E1563A digitizer and the HP VISA function viMoveIn32.

//1563visa.CPP - This program configures the HP E1563A digitizer using its

//VXIplug&play driver and then transfers a block of 60,000 readings from

//the digitizer’s FIFO memory to the computer using the VISA viMoveIn32

//function.

#include "hpe1563.h"// include the driver header file #include "visa.h"

#include <stdio.h> #include <stdlib.h> #include <windows.h>

//project files: 1563visa.cpp, hpe1563.lib, VISA.lib

//specify the addressing path

#define E1563 "VXI0::64::INSTR" // VXI addressing

// prototypes

void check(ViSession vi, ViStatus error); void err_handler(ViSession vi, ViStatus err);

void main(void)

{

ViSession vi;

ViStatus errStatus, err; ViInt32 rdgs[60000];

ViReal64 range;// range variable for reading conversions ViInt16 *dataPtr;// pointer to cast readings to 16-bit integers int i;

ViChar err_message[256];

//open a VXIplug&play device session and reset the digitizer errStatus = hpe1563_init(E1563,0,1,&vi);

if( VI_SUCCESS > errStatus)

{

hpe1563_error_message( vi, errStatus, err_message); printf("Unable to open %s\n", E1563);

printf("hpe1563_init() returned error message %s\n", err_message); return;

}

//enable digitizer error detection

hpe1563_errorQueryDetect(vi, 1);

//set a 5s timeout period to allow functions to complete errStatus = hpe1563_timeOut(vi, 5000);

check(vi, errStatus);

//configure the digitizer to take 60,000 post-trigger readings

//not to exceed 4V on channel 1

errStatus=hpe1563_configure(vi, 1, 4.0, 60000, 1); check(vi, errStatus);

40 VXI Programming Using the IEEE 1394 Serial Bus

Chapter 3

Image 40
Contents Contents Chapter Index Contents HEWLETT-PACKARD Warranty Statement Documentation History Manufacturer’s Name Page Business Reply Mail Page Interface Installation Configuration Component OverviewVXI Programming Using Ieee 1394 Serial Bus Additional InformationInterface Installation and Configuration Installing Ieee Host AdapterLayout of the Adaptec AHA-8940 1394-to-PCI Host Adapter Locating a PCI bus Expansion Slot Connecting the Power Cable Installing HP E8491A Interconnect Where to go NextPage Connecting the HP E8491A to the Host Adapter Installing VXI Instruments InstrumentsInstalling C-size Instruments Installing A- and B-size Instruments Shows the installation of A- and B-size instrumentsPage Interface Installation and Configuration Chapter Configuring the HP E8491A Interconnect 10. The HP IO Libraries Program Group11. The HP IO Libraries IO Config Utility Editing the HP E8491A Configuration 12. Editing the HP E8491A ConfigurationEditing the HP E8491A Configuration on Windows 95 Platforms InstallingInstrument Drivers Verifying the Installation Viewing the Resource Manager Output 17 is a partial listing of a typical resource manager output Page Running the Resource Manager Page VXI Programming Using the Ieee 1394 Serial Bus Optimizing Programs Block Data TransfersBlock Transfers using HP VXIplug&play Drivers For i=0 i10 i+=2 Printf%lf\n\n,dataPtri*range/32768 Comments HP Visa Error checking routine Comments HP E8491A Triggering TTLTRG7 TTLTRG0Configuring the E8491A Trig In and Trig Out Ports ItrigallTurn off the autozero function iprintfe1412, Zeroauto OFF\n Program, ivxitrigroutee8491s, ITRIGEXT0 Using HP E8491A Shared Memory Locating E8491A Shared MemoryLocating Shared Memory Using HP Visa Starting address of E8491A shared Memory hexadecimal Storing Readings Shared Memory HP Visa Example #define E8491 VXI00INSTRUnsigned char ViClosefw E8491 Error handling function Storing Readings Shared Memory Sicl Example Ivxirminfoe8491, 0, &info startaddr = info.memstart Comments Ieee 1394 Fundamentals Interface Overview Ieee 1394 Topology and TerminologyFeatures of the Ieee 1394 Bus Terms shown in -1 are defined in the following tableOptimizing the Configuration Ieee Data Transfer ProtocolIeee 1394 Fundamentals and Interface Overview Chapter Adaptec AHA-8940 Host Adapter Interface Cable HP E8491A PC to VXI Interconnect PIN #Configuration Label Using the HP E8491A With the HP E1406 Command Module HP IO LibrariesInterface Characteristics VXI Characteristics GeneralExternal Trigger Input CLKExternal Trigger Output Power Supply Loading Trigger DelaysCooling Specifications Appendix a Editing the HP E8491A Resource Manager Configuration Configuration File OverviewPage Page Page Using ivxisc Utility Function OverviewPage Iclear Sicl interface name, logical address Page Index MXI Trig In specifications Index