Additional Information
SC Express devices use delta-sigma analog-to-digital converters (ADC). These ADCs apply digital filtering and require a number of samples to be acquired before valid data can be returned. As a result, there is an inherent warmup period before the first samples are available.
In VeriStand, the loop rate and acquisition timing can be too short to accommodate this warmup period, which can result in deployment failures or errors. Setting the sample rate to -1 allows the driver to wait indefinitely for data, avoiding timeout during this warmup phase. The actual sampling rate is then determined by the configured conversion mode on the device.
Although a fixed sample rate can be configured, errors may still occur if the warmup time exceeds the timing constraints. For this reason, it is recommended to use the maximum conversion rate together with Slow Background Conversion Mode enabled when working with SC Express devices.