Is data acquistion toolbox meant to work with only sensors and actuators?
1 view (last 30 days)
Show older comments
Hi, i have just started learning data acquisition toolbox. when i go through the documentation i could see there it is mentioned only to connect with sensors and actuators, is it so?.
suppose if i have my own circuit board designed for a specific purpose and want to connect to with data acq hardware and do some communication, is it possible with daqtool box?
0 Comments
Accepted Answer
Walter Roberson
on 27 Dec 2012
The toolbox is suitable for connecting through TCP or UDP.
You need to have a driver for connecting to A/D convertors, as the mechanisms for setting the acquisition parameters, triggering events, or reading data, are not the same for all boards. But if you are using one of the A/D boards that it already knows (such as one of the National Instrument boards) then the toolbox does not need to know or care what is connected to the analog input lines.
2 Comments
Walter Roberson
on 27 Dec 2012
If you connect your own hardware's analog signals to the inputs of a data acquisition board that the toolbox knows about, then Yes, you can do testing and acquisition. With some data acquisition boards, you would be able to use analog triggers as well.
If you want MATLAB to be able to control your device, then your device would need an analog or digital protocol for that (and an appropriate board that has outputs as well.)
What could be difficult is the case where the analog to digital converter is right on your device and you needed MATLAB to be able to talk to that converter.
More Answers (0)
See Also
Categories
Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!