01-03-2006 10:13 AM
status=niDMM_ConfigureMultiPoint( viDVM
,iSampleCount,1,NIDMM_VAL_INTERVAL, 0.1 );niDMM_GetAttributeViReal64( viDVM, VI_NULL, NIDMM_ATTR_SAMPLE_INTERVAL, &dInterval);
MyPrintf("Read Interval I: %.2lf", dInterval );
..produces value of -1.( dInterval)
It seems to be scanning my 16 channels fine, but I cannot force the DMM to wait to allow for the time needed for the switch to activate and settle. The speed is purely driven by DMM's integration time. If I set it very fast I am pretty sure there's not enough time for the switch to switch and settle ( 10 ms? ).
Any help will be appreciated,
Thank you,
Jerry.
01-05-2006 11:49 AM
01-05-2006 12:04 PM
Yes, this problem is solved,
Thank you,
Jerry