Hello,
i have 50 instruments that are controlled in two threads running at the same time.
Thread 1: Only VISA write (configuration of the instruments)
Thread 2: Visa write and Visa read (read measurement from instrument)
Can i now simply add the "Visa Lock Async VI" before the write and "Visa Unlock" at the end?
Thread 1: Visa Lock -> Write -> Visa Unlock
Thread 2: Visa Lock -> Write -> Read -> Visa Unlock
Thanks