session based: log file / saving acquired data
2 views (last 30 days)
Show older comments
Hello, is there something like the code below, which I can use when I start a session in "Backround". I just want to save my acquired data to a file continiously.
data = s.startForeground
[data,timeStamps,triggerTime] = s.startForeground
Thanks
2 Comments
Jan
on 18 Aug 2012
What does "starting a session in background" exactly mean? Do you mean a Matlab-session? Is the meaning of "s", "s.startForeground", "timeStamps", "triggerTime" inherently clear? Is there any chance that I can guess their meanings?
Walter Roberson
on 18 Aug 2012
foreground and background have specific meaning for the purpose of the Data Acquisition Toolbox that is present in the Product list.
Answers (0)
See Also
Categories
Find more on Analog Data Acquisition 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!