04-24-2013 05:17 AM
I wonder if I can access to Advantech-4704 with two different applications at the same time?
I use this block in my vis.
I have enough ports, but inputs are needed in completely different applications. Do I have to close one of them or can they run simultaneously?
Thankyou!
04-24-2013 11:10 AM
I'm not familiar with that specific Advantech block, but usually you cannot access the same device from multiple applications simultaneously. Did you try it out? You'll probably get an error on the error out terminal if it doesn't work.
04-25-2013 01:48 AM
Dear gtu,
as nathand said, usually it is not supported to access the same physical resource simultaneously from multiple programs. In case of DAQmx for instance, you will get an error message which says that the resource is already reserved. I suppose the same would happen with your driver, however it might be worth a try.
One workaround could be however if you revise your applications and merge the codes if it is possible so that no concurent resource allocation takes place.
Best Regards,