Mutex in Data Acquisition Toolbox
显示 更早的评论
In Data Acquisition Toolbox you can define callback functions. The callback functions are running in the background and make some signal processing. I would like to modify parameters of the signal processing algorithms 'on-the-fly'(from workspace by calling an appropriate function). Studying example suggests to use global variables in the workspace.
My question is what is the safe way to communicate between the workspace and the callback function? I.e. how global variables can be protected?
In other sw environments you have semaphore, mutex, critical section, etc. But in Matlab or in Data Acquisition Toolbox I could not find the official solution to this problem.
回答(1 个)
Kurt Stewart
2019-10-9
0 个投票
There are some third party scripts out there to do data access control.... https://www.mathworks.com/matlabcentral/fileexchange/42910-semaphore
That might be useful.... have not tried it myself yet. I would recommend testing it out first
类别
在 帮助中心 和 File Exchange 中查找有关 National Instruments Frame Grabbers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!