LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2 terminals of differnt type error

My goal is to display more than one signal on ONE graph using the DAQ-6210.

 

After  bundling the signals i get a broken line saying " 2 terminals of differnt type"

 

Any idea what is going on?

 

Thanks in advance!

Download All
0 Kudos
Message 1 of 12
(4,068 Views)

Please attach the code in 2011 version or attach a snippet of the code.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 12
(4,039 Views)

There is something wrong with the (two identical?) attachments.  They each download as a 58KB VI, but when I try to open them (in LabVIEW 2014), LabVIEW just "spins its wheels" and never opens.  [Well, not "never" -- after about a minute of watching Windows 7's "busy wheel" spin, I stopped LabVIEW myself ...].

 

If your code is sufficiently small/compact, you can embed a Snippet as an image, so we can both look at it (without needing LabVIEW) and can also open it in LabVIEW (that's the beauty of a Snippet -- it is both Code and Picture-of-code).  If you don't know how to make a Snippet, open LabVIEW Help and look for "VI Snippets" in the Index (not Search).

 

BS

0 Kudos
Message 3 of 12
(4,023 Views)

HI there,

 

I have basically done a quick modification to

 

voltage-finite input.vi from Labview examples.

 

Thaanks

 

 

 

 

 

0 Kudos
Message 4 of 12
(4,010 Views)

Hi haab,

 

why do you create a cluster of 2 waveform arrays? Is this one of the supported datatypes of a waveform chart?

 

Replace BundleCluster by BuildArray (in concatenation mode)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 12
(4,000 Views)

GOAL: to display more than one live measurements from USB-6210 on the same graph

 

I still see the same type of error. I know im doing something really silly.... cant figure out what.

 

 

0 Kudos
Message 6 of 12
(3,990 Views)

Hi haab,

 

I wrote "in concatenation mode"!!!

 

Right-click BuildArray and change it's mode!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 12
(3,982 Views)

Broken wire problem has fixed however, i am getting the error -50103. 

 

I found this link:

 

http://digital.ni.com/public.nsf/allkb/485201B647950BF886257537006CEB89 

 

But for CASE 2 in the link, where should i place the waveform chart in the loop or outside?

 

Thanks!

0 Kudos
Message 8 of 12
(3,976 Views)

Hi haab,

 

error -50103 says: you are trying to use a resource already in use.

Which channels do you use? Are any channels used in both DAQmx tasks?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 12
(3,967 Views)
Using more than one task and DAQmx is just silly. The only thing you need is one of each. Combine both channels and your problems with the error and the graph go away.
Message 10 of 12
(3,959 Views)