VTI Instruments EX1629 User Manual page 209

48-channel strain gage instrument
Table of Contents

Advertisement

E
XAMPLE
#define NUM_SCANS 10
#define NUM_CHANNELS 48
#define MAX_NUM_SAMPLES (NUM_SCANS * NUM_CHANNELS)
#define TIMEOUT_SECS 5
ViSession instrumentHandle;
ViReal64
seconds[NUM_SCANS];
ViReal64
fractseconds[NUM_SCANS];
ViReal64
acqdata[MAX_NUM_SAMPLES];
ViInt32
numdata, numscans;
result = vtex1629_read_fifo(instrumentHandle,
EX1629 Command Set
NUM_SCANS,
seconds,
fractseconds,
&numscans,
MAX_NUM_SAMPLES,
acqdata,
&numdata,
TIMEOUT_SECS);
www.vtiinstruments.com
209

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EX1629 and is the answer not in the manual?

Table of Contents