unable to acquire a signal on softscope

2 views (last 30 days)
Ariel
Ariel on 19 Sep 2013
Answered: lucky singh on 30 Jul 2018
First, I am able to acquire a signal from the sound card "winsound" from my computer. However, when I connect to the object (ai) which is a 'mcc' board, with channels 0 and 1, I am unable to acquire a signal.
In the command window I write the following:
ai=analoginput ('mcc', 0)
addchanel (ai, 0:1)
softscope (ai) %which brings up the oscilloscope GUI
The hardware and channels are configured and I selected "continuous" upon triggering. Once I hit "trigger" I get an error: "an error occurred while starting the analoginput object".
Can someone explain what I am doing wrong?
ps. I can get a signal from this hardware when using daqscope. Why is this different?
Thanks,
Ariel

Answers (1)

lucky singh
lucky singh on 30 Jul 2018
first you have to check your program is right or wrong then you have to check your hardware is properly connected the the data is coming is under range if these all thing goes proper then it will give you the output

Categories

Find more on Introduction to Installation and Licensing 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!