02-28-2016 12:48 PM
Solved! Go to Solution.
02-29-2016 01:46 PM
That's a pretty broad question. I'm not really sure what you're after, but I'd like to recommend looking at the Data Acquisition Toolbox from Mathworks. I would recommend setting up simple programs to just acquire data. You to start. You don't even need real hardware to start with because you can simulate the USB6211 in MAX to start with. One thing to think about is what kind of delay do you require between the moment a sample is acquired and when it is used in software? This can be something that causes frustration later on especially if you're using USB with a motor control that requires a fast (~ms) response. Have you tried acquiring fake data yet with a test program on a simulated device?
02-29-2016 02:51 PM
Thank you so much for your response.
I'm going to be more specifict. Years ago, I did a final tesis, about three phases motor control using Simpowersystems in Simulink. Now I would like to use the same control system that I did on my proyect but with a real motor and using the DAQ to transfer the mesurements to Simulink control.
This is only a idea that I would like to do, but Im not sure if it is viable. So before buy the NI 6211 and varios probes that I need, I need to know if is posible to do that.
Thanks!!!
02-29-2016 04:47 PM
It's definitely a viable idea. It sounds like your main apprehension comes from actually getting data from the device into the environment. To help learn and to give you some confidence I'd start by simulating a device in MAX, then acquring data in Matlab or Simulink.