hi ,,,i want a code for working matlab with digilent device

1 view (last 30 days)
i m working on Matlab with Digilent Device.I hav biosensor to sense the voltage value and plot.i wanna stop the process after some specified seconds(because the output is keep on changing,i couldnt retrive the data).how can get this through code?also,wanna collect the datas for specified time intervals alone.?help me to achieve this through code?

Answers (2)

Image Analyst
Image Analyst on 27 Oct 2015
How does the manufacturer recommend that you communicate with the device? Through USB? Do you have the Data Acquisition Toolbox? If the manufacturer supplies a DLL then maybe you don't need the toolbox and can just use loadlibrary() and talk to the device that way.
Or if there's no software and you just have electrical leads, then you can use a device like from Measurement Computing to connect to the leads and then use the Measurement Computing DLL to sense the voltage on the leads.
  1 Comment
saranya s
saranya s on 27 Oct 2015
Manufacturer gave the USB to communicate the device with Matlab.also i m having Data Acquisition Tool box i want the codings to reteive the output data for specified time interval?

Sign in to comment.


Vinod
Vinod on 3 Dec 2015
Install this support package:
See the examples which come with the support package on using it to acquire data.

Categories

Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!