In article <506500000008000000E2AC0000-1066448259000@exchange.ni.com>,
"daubut" wrote:
> I mean could I start many instances of labview.exe like excel.exe,
> word.exe,visual basic, .net , ...
To answer your question, no, you can't do it with the Windows OS. I can
do this on the Linux version but I suppose that won't help you.
JoeLabVIEW is right. For apps (win or linux) there's no need for multiple
instances of LV, if you design your app correctly. You should just make
multiple instances of your VI. I prefer dynmically loading reentrant VIs,
passing their data through queues, and using just about all the
synchonization VIs.
OT: I'm building up some diskless clients under Linux. LV only has to be
on one box, the server. It can open multipl
e instances for each user
logged in. Got up to 40 once! Licensing is tricky for this... As long as
it's not loading LV into memory locally, which I'm not, it should be OK
based on what their license says. Still have to work out the details with
NI before I start doing it for business.
If this doesn't answer your question, give more details. We'll help 🙂