HP E8491A manual Turn off the autozero function iprintfe1412, Zeroauto OFF\n

Page 45

Note The ‘I_O Config’ help file associated with the HP E8491A interface contains additional information on configuring the faceplate trigger ports.

Triggering Example The following program demonstrates how an external trigger received on the faceplate ‘Trig In’ port is routed to TTL trigger lines on the VXI backplane.

//TRIGSICL.CPP - This program demonstrates how trigger signals are

//generated and routed using the HP E8491A. The program uses SICL functions

//to generate and route a trigger signal from the face plate ‘Trig Out’

//port to VXI backplane trigger line TTLTRG4. The signal triggers the

//E1412 multimeter which then takes a burst of 10 readings.

#include "sicl.h" #include <stdio.h> #include <stdlib.h>

// project files: trigsicl.cpp, sicl32.lib

void main(void)

{

INST e8491;// E8491 SICL handle INST e1412;// E1412 SICL handle short i;

double dcv_rdgs[10];

//install SICL error handler ionerror(I_ERROR_EXIT);

//open a (SICL) interface session to the E8491A

//open a (SICL) device session to the E1412 e8491 = iopen("vxi");

e1412 = iopen("vxi,24");

//set up trigger routing; rout a trigger from the faceplate 'Trig In'

//port to VXI backplane TTL trigger line 4

ivxitrigroute(e8491, I_TRIG_EXT0, I_TRIG_TTL4);

//E1412 Multimeter configuration

//set a 50s timeout period for external trigger to occur itimeout(e1412, 50000);

//configure the multimeter for DCV measurements iprintf(e1412, "CONF:VOLT:DC 8.0\n");

// set the fastest aperture time iprintf(e1412, "VOLT:DC:APER MIN\n");

//turn off the autozero function iprintf(e1412, "ZERO:AUTO OFF\n");

Chapter 3

VXI Programming Using the IEEE 1394 Serial Bus 45

Image 45
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 ConfigurationInstalling Editing the HP E8491A Configuration on Windows 95 PlatformsInstrument 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 CharacteristicsCLK External Trigger InputExternal Trigger Output Trigger Delays Power Supply LoadingCooling 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