LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

broken line

I have a broken line problem in a program using LV 6.0. Hope someone can help. The program is attached.
0 Kudos
Message 1 of 5
(2,899 Views)

You have two or more array data types wired together, but the arrays have different numbers of dimensions. Show the Context Help window to see how many dimensions are required.
The dimension of (unnamed) is 2.
The dimension of (unnamed) is 1.

-Khalid

Message 2 of 5
(2,899 Views)
How to change the dimension?
0 Kudos
Message 3 of 5
(2,861 Views)

Hi

At each array you could set the index. Resize this control and you have more dimensions.

Hope this helps.

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 4 of 5
(2,857 Views)
Or just right-click on the index terminal and select "Add Dimension". 😄
Message 5 of 5
(2,833 Views)