HP E8491A manual ViClosefw E8491

Page 52

//turn off autorange, set a 30V DCV range errStatus = hpe1410_voltDcRang(vi, 0, 30); check(vi, errStatus);

//set a 10 us aperture time

errStatus = hpe1410_voltDcAper(vi, 10.0e-6); check(vi, errStatus);

// set 8000 readings

errStatus = hpe1410_sampCoun(vi, 8000); check(vi, errStatus);

//store the readings in HP E8491A shared memory

//specify the E8491A shared memory base address errStatus = hpe1410_memVmeAddr(vi, start_addr); check(vi, errStatus);

//specify the amount of memory required

//(8000 readings * 8 bytes/reading)

errStatus = hpe1410_memVmeSize(vi, 64000); check(vi, errStatus);

//enable the readings to be stored

errStatus = hpe1410_memVmeStat(vi, 1);

//disable multimeter error detection hpe1410_errorQueryDetect(vi, 0);

//initiate the multimeter to take the readings errStatus = hpe1410_initImm(vi);

//pause 30s to allow readings to complete Sleep (30000);

//transfer the 8,000 readings (64,000 bytes) from the multimeter using

//the VISA function viMoveIn8

err = viMoveIn8(fw, VI_A24_SPACE, 0, 64000, (ViPUInt8)rdgs); if(err < VI_SUCCESS) err_handler(fw, err);

//swap the bytes once they are transferred from shared memory for (i=0;i<7999;i++)

{

SWAP_FLOAT64(&rdgs[i]);

}

//print some readings to verify the transfer was successful for (i=0; i<10; i++)

{

printf("%lf\n", rdgs[i]);

}

//close the device sessions

hpe1410_close(vi);

//

close

E1410

session

viClose(fw);

//

close

E8491

session

52 VXI Programming Using the IEEE 1394 Serial Bus

Chapter 3

Image 52
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