Il suggerimento automatico consente di limitare rapidamente i risultati della ricerca grazie al suggerimento di corrispondenze possibili durante la digitazione.
I have an application that uses NIDAQCard-DIO24. It is already an executable VI built in LabVIEW 5.1.1 and I do not have the original VIs with block diagram.
How can I capture everything that this application writes/reads using the same card?
If you have your executable running, any other vi won't access this device because it is already in use.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------
I agree with becktho, if you try and access a DAQ card being used by another application, or even another VI you will get an error telling you roughly "this resource is busy".
Putnam Monroe
Putnam Certified LabVIEW Developer
Senior Test Engineer North Shore Technology, Inc. Currently using LV 2012-LabVIEW 2018, RT8.5
Just start one terminal which opens com1 and then start another termin and try to open com1 again. You'll get a message that com1 is not accessible.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------
The DAQ cards' resources will be reserved since your EXE is using that DAQ card, and the function that you plan to use will not execute properly considering that you will write a program (text-based)to use the function.
Anyway, I am not giving up this topic. I strongly believe that it can be done but I am looking forward a very hard working days ahead of me. I'll just inform you if I'm successful.