06-28-2021 09:07 AM
Hello, I'm fairly new to Labview and im trying to record both the voltage and the current at the same time. However when I run the program it only records the data from one of the dataq instruments at a time. Does anyone know why I cant record data from both of them at the same time. thank you. The vi is attached below
06-28-2021 09:18 AM
Hi datwell,
@labdat wrote:
Hello, I'm fairly new to Labview…
Yes, as can be seen from the VI…
Do you really need all those local variables and (stacked) sequence frames? (Answer: No, you don't!)
@labdat wrote:
However when I run the program it only records the data from one of the dataq instruments at a time.
There is only one communication connection to your device driver.
Why do you think you are talking to different devices?
What about a manual for that device driver? Does it even allow you (aka: support) to connect to two different devices using that DataqSDK "DeviceID" method node?