VTI Instruments EX1629 User Manual page 251

48-channel strain gage instrument
Table of Contents

Advertisement

E
XAMPLE
ViSession instrumentHandle;
ViStatus status = VI_SUCCESS;
ViInt32 inputLine = 0;
ViInt32 inputTrigType = 0;
ViInt32 numActions = MAX_DIO_CHANNELS;
ViInt32 outputLineArr[MAX_DIO_CHANNELS];
ViInt32 outputActionTypeArr[MAX_DIO_CHANNELS];
ViInt32 i = 0;
for(i = 0; i < MAX_DIO_CHANNELS; i++) {
outputLineArr[i] = i;
outputActionTypeArr[i] = 0;
}
status = vtex1629_set_dio_config_events(instrumentHandle,
EX1629 Command Set
inputLine,
inputTrigType,
numActions,
outputLineArr,
outputActionTypeArr);
www.vtiinstruments.com
251

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