Why do I receive the error "MCC: Background operation already in progress" from the Data Acquisition Toolbox with a Measurement Computing USB-1208LS/FS, USB-1408FS, or Minilab 1008?
Show older comments
When I run the following MATLAB code (assuming that the USB-1208LS is device 2) I receive the error:
ai = analoginput('mcc',2);
addchannel(ai,0);
dio=digitalio('mcc',2);
addline(dio,0,'out');
start(ai);putvalue(dio,0);
ERROR: MCC: Background operation already in progress
The same error also occurs with a USB-1208FS if I start both analog input and analog output objects at the same time.
Accepted Answer
More Answers (0)
Categories
Find more on Data Acquisition Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!