02-16-2012 02:13 AM
02-16-2012 02:22 AM
if i have read your problem correctly you would like to have matlab and your vi running in parallel. To get two vis running in parallel i used a invoke node (run vi) with the wait until done set to false (default is true).
Hope it helps
02-16-2012 03:09 AM
02-17-2012 08:22 AM
Someone gave me the solution: you have to use vi.Run(1) (for async/background execution) or vi.Run(0) (if you want to wait until done).
11-30-2013 06:29 AM
hello
when I tried this
e=actxserver('LabVIEW.Application');
I got the following error, although I have Labview 2012 and its activex server is enabled
Error using actxserver (line 91)
Server creation failed. Invalid ProgID 'LabVIEW.Application'