HP E8491A manual Block Transfers using HP VXIplug&play Drivers

Page 37

Block Transfers using HP VXIplug&play Drivers

The following extended SICL function is unique to the HP E8491A and is used for block transfers over the bus:

iblockmovex

Additionally, the extended SICL functions shown below must be used when porting SICL programs to the IEEE 1394 bus from other I/O interfaces:

imapx iunmapx

ipeekx8, ipeekx16, ipeekx32 ipokex8, ipokex16, ipokex32

These functions are covered in detail in the SICL documentation.

The following examples demonstrate how to set up and perform block transfers using HP VXIplug&play and HP VISA functions.

This program performs a block transfer of 2,000 readings using the HP E1563A digitizer and its VXIplug&play driver.

//1563VPNP.CPP - This program transfers a block of 2,000 readings from the

//HP E1563 digitizer to the computer using the VXIplug&play driver’s

//hpe1563_fetchAll_Q function. 2,000 readings is the maximum number of

//readings that can be transferred using the function.

#include "hpe1563.h"// include the driver header file #include <stdio.h>

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

//project files: 1563vpnp.cpp, hpe1563.lib

//Specify the addressing path.

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

// prototypes

void check(ViSession vi, ViStatus error);

void main(void)

{

ViSession vi; ViStatus errStatus; ViInt16 rdgs[2000];

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

int i;

long dataArrayLen=2000;// return 2,000 readings using // hpe1563_fetchAll_Q

ViInt32 numRdgs;

ViChar err_message[256];

dataPtr = rdgs;// set pointer to rdgs array

Chapter 3

VXI Programming Using the IEEE 1394 Serial Bus 37

Image 37
Contents Contents Chapter Index Contents HEWLETT-PACKARD Warranty Statement Documentation History Manufacturer’s Name Page Business Reply Mail Page Component Overview Interface Installation ConfigurationAdditional Information VXI Programming Using Ieee 1394 Serial BusInstalling Ieee Host Adapter Interface Installation and ConfigurationLayout of the Adaptec AHA-8940 1394-to-PCI Host Adapter Locating a PCI bus Expansion Slot Connecting the Power Cable Where to go Next Installing HP E8491A InterconnectPage Connecting the HP E8491A to the Host Adapter Instruments Installing VXI InstrumentsInstalling C-size Instruments Shows the installation of A- and B-size instruments Installing A- and B-size InstrumentsPage Interface Installation and Configuration Chapter 10. The HP IO Libraries Program Group Configuring the HP E8491A Interconnect11. The HP IO Libraries IO Config Utility 12. Editing the HP E8491A Configuration 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 Block Data Transfers Optimizing ProgramsBlock 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 TTLTRG7 TTLTRG0 HP E8491A TriggeringItrigall Configuring the E8491A Trig In and Trig Out PortsTurn off the autozero function iprintfe1412, Zeroauto OFF\n Program, ivxitrigroutee8491s, ITRIGEXT0 Locating E8491A Shared Memory Using HP E8491A Shared MemoryLocating Shared Memory Using HP Visa Starting address of E8491A shared Memory hexadecimal #define E8491 VXI00INSTR Storing Readings Shared Memory HP Visa ExampleUnsigned char ViClosefw E8491 Error handling function Storing Readings Shared Memory Sicl Example Ivxirminfoe8491, 0, &info startaddr = info.memstart Comments Ieee 1394 Topology and Terminology Ieee 1394 Fundamentals Interface OverviewTerms shown in -1 are defined in the following table Features of the Ieee 1394 BusIeee Data Transfer Protocol Optimizing the ConfigurationIeee 1394 Fundamentals and Interface Overview Chapter Adaptec AHA-8940 Host Adapter Interface Cable PIN # HP E8491A PC to VXI InterconnectConfiguration Label HP IO Libraries Using the HP E8491A With the HP E1406 Command ModuleGeneral Interface Characteristics VXI CharacteristicsExternal Trigger Input CLKExternal Trigger Output Power Supply Loading Trigger DelaysCooling Specifications Appendix a Configuration File Overview Editing the HP E8491A Resource Manager ConfigurationPage Page Page Utility Function Overview Using ivxiscPage Iclear Sicl interface name, logical address Page Index MXI Trig In specifications Index