Dear LabView users,
I am really new to labview and I need to implement a vi where I have to acquire data from 10 DMMs (NI PXI 4071). I do not have any special requirement in term of syncronization, I have just to launch a waveform acquisition for the 10 boards with a given sample frequency and number of samples to be acquired (same settings for all the boards). I found the following example:
http://www.ni.com/example/30496/en/
for acquiring waveform data from an NI DMM. The idea was just to duplicate the code 10 times to be able of acquiring the 10 DMMs. But I've got really a weird behavior, namely, I cannot read more the 4 DMMs at the same time. Any idea why?
Thank you in advance for the help.
Giuseppe
P.S.
I'll post the implemented vi tomorrow.