Hi,
I have a program that processes several tasks, using GPIB instruments
that are reached through a single controller card.
Operations that involve GPIB are synchronized by passing the usual error
cluster from one to the next.
It is rather obvious that complementary operations at instrument level,
such as "asking for a measurement" and "reading the value", should lock
access to this instrument when called. But is there any reason why GPIB
ops on different instruments should be forced to sequential execution ?
Do LabVIEW GPIB functions support asynchronous calls ?
oz