VTI Instruments EX1629 User Manual page 118

48-channel strain gage instrument
Table of Contents

Advertisement

VTI Instruments Corp.
/* print the timestamp. */
fprintf( priv_struct->fout,
"Timestamp: %5u.%09u",
data->dataset.dataset_val[ds_idx]->timestamp_sec,
data->dataset.dataset_val[ds_idx]->timestamp_nsec);
/* print the data */
for( smp_idx = 0;
smp_idx < data->dataset.dataset_val[ds_idx]->data.data_len;
smp_idx++ ) {
fprintf( priv_struct->fout,
"\t%i %f\n",
data->dataset.dataset_val[ds_idx]- >data.data_val[smp_idx]);
}
}
if( data->dataset.dataset_len > 0) {
priv_struct->sample_count++;
}
}
status = vtex1629_enable_streaming_data(instrumentHandle,
status = vtex1629_trig_init(instrumentHandle);
... // application code
118
&my_struct,
stream_callback );
EX1629 Command Set

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?

Subscribe to Our Youtube Channel

Table of Contents