Jump to content

Set sampling frequency on MasterBrick


paulse

Recommended Posts

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

Link to comment
Share on other sites

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,

Paul

LoadCell_and_IR.m

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...