08-07-2007 10:39 AM
08-09-2007 02:41 PM
Hi GusLott,
I think the answer is you can do it, but I will need further clarification as to the problem. Are you saying that you want to be able to collect data in MATLAB using MIT, but you want to continuously grab information? If so then I think you need to break your VIs down to increase your functions. Instead of having one VI that initializes, collects data, and then close, you break it into three VIs, and have 3 MATLAB calls. You will need to have you collect data function inside of a while loop so that it continually pulls data into MATLAB. More information would help in determining if it is possible?
08-09-2007 05:47 PM
08-10-2007 09:08 AM