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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposte (2)

Image Analyst
Image Analyst il 27 Ott 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 Commento
saranya s
saranya s il 27 Ott 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?

Accedi per commentare.


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

Categorie

Scopri di più su Data Acquisition Toolbox Supported Hardware in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by