Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
893 views

Data Acquisition Toolbox for Matlab?

Has anyone here used the Matlab Data Acquisition Toolbox before? I've been spending a ton of time reading up on National Instruments products and their capabilities when used with Labview. ...
4
votes
9answers
1k views

LabVIEW + National Instruments hardware or ???

I'm in the processes of buying a new data acquisition system for my company to use for various projects. At first, it's primary purpose will be to monitor up to 20 thermocouples and control the ...
3
votes
1answer
313 views

Using both a message queue and database

I will be developing a system that will involve a data acquisition server where each acquisition will fill a row. I also need to have the ability to inform the user application of when new data has ...
2
votes
2answers
191 views

Continuously acquire data in MATLAB using callbacks and persistent variables

I have just recently started to use MATLAB to acquire data off of a data acquisition board and was in need of a function to acquire data continuously (i.e. until I ctrl^C out of the function). To do ...
2
votes
0answers
49 views

Is there a company that offers modems via TCP/IP for SCADA? [closed]

Our client has this business problem: there are 100-200 machines across the US that only have v.92 modem (via phone line) connections available. They need a system to manage polling these machines on ...
1
vote
2answers
712 views

Database design for data acquisition with multiple variable types

I'll design and implement database for data acquisition and started to wonder what might be the best relational database structure for multivariable solution. There can be dozens of variables ...
0
votes
1answer
93 views

How to avoid a Data Missed event in matlab when doing data acquisition from an NI board?

I am receiving DataMissed event(s) in matlab when acquiring waveform data (2 channels) and an analog input trigger (set up in pretrigger mode - negative delay value). Here is the code: sampleRate = ...
0
votes
0answers
80 views

Matlab: Using analoginput

I am trying to read in using analoginput, then what i want to do is display the spectrogram in real-time. I managed to do this using audiorecorder, but it wasn't very smooth, it wouldn't continuously ...
0
votes
1answer
154 views

MEX-File to Output Pulse in a Loop to a DAQ-Board

i figured I must use a MEX-File to output Digital pulses in a loop (40 kHz) from Matlab to my DAQ-Board, I have some APIs from the DAQ-Board vendor, but I really dont know if they are useful. It´s a ...
0
votes
1answer
48 views

data acquisition systems

what is meant by instrument resolution and precision and how they are calculated
0
votes
2answers
333 views

Atalasoft DotImage Licensing

I have been trying to find decent Image Acquisition + Image Processing solution at a bargain price. I have looked at names like Kodak, Global360, Iris. What I found with all these vendors is that ...
0
votes
2answers
488 views

java drivers for data acquisition hardware?

I need to do some data acquisition & would like to use Java to program my data acquisition application. Right now I am using a LabJack which has a Java wrapper for its driver & it's working ok ...
-1
votes
1answer
54 views

Project idea for data acquisition, charting, and SPC software

I've had a DAQ hardware which I've developed and selling for years. I've developed a specific charting, data analysis and SPC software to interface with the hardware as well. It was done using .Net ...
-1
votes
1answer
83 views

other problems with data acquisition from MATLAB

3 days ago I asked for help in acquiring data from a text file generated by a C program (. Exe). Thanks to the programmer "second" I solved the problem but yesterday I discovered that the output file ...