LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dataq DI-2108

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

0 Kudos
Message 1 of 2
(1,754 Views)

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,749 Views)