Hi all, I use two Agilent 34401 multimeters from LabVIEW for concurrent data acquisition (connected through GPIB).
I noticed that, contrary for example to DAQmx drivers, all the Agilent 34401 drivers are not reentrant by default.
This gives me a problem when using for instance two concurrent "read" subvi, so that the second block waits the first one to end execution before commanding the multimeter (each measurements from the multimeter takes about 2 seconds).
I'd like to ask if there is some reason to leave the instrument dirvers non reentrant, or if I can set all my Agilent 34401 subVI to reentrant (I noticed that for instance all DAQmx subVI are reentrant by default).
I also would like to ask if it is possible to set the Agilent subVIs reentrant only for my application, while leaving the default settings unchanged on the main installation so that other applications running on the same PC are not affected.
Thank you very much for your help,
Luca