paulse Geschrieben March 1, 2018 at 16:51 Geschrieben March 1, 2018 at 16:51 Can someone help me set a higher sampling frequency on the Master brick? I am currently running a Load cell bricklet and IR displacement sensor bricklet. Is there a software call function that does this? I am interacting with the MasterBrick using Matlab. Thank you kindly Zitieren
bernhard.graeuler Geschrieben March 2, 2018 at 11:41 Geschrieben March 2, 2018 at 11:41 Hi, to me it does not seem clear, what you mean with "sampling frequency of the master brick". If you want to frequently read the measured weight of the load cell you should call setWeightCallbackPeriod(period_in_ms long) of the load cell API. Maybe take a look at the MATLAB example to see how it's done. The IR distance API works similarly. Hope that helps... Regards Bernhard Zitieren
paulse Geschrieben March 5, 2018 at 20:21 Autor Geschrieben March 5, 2018 at 20:21 Thank you kindly, Bernhard. Having I am trying to visualize it in real time in Matlab and it seems like MATLAB is bottlenecking how fast real-time reading can be done. I will try to use a call function and store the faster sampled data (using the callback function) separately. I've attached the MATLAB script if you are interested. The main part that slows down the acquisition (and thus storage of data) in this script is the "draw now" function. I have recently made a GUI that uses this code as the base and allows me to stop and save the data to a specified file but I would like higher sampling rates with a callback function and seperate storage location, I hope. Thanks, PaulLoadCell_and_IR.m Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.