LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make the "abort" button show? (I cannot click "stop" in the operations pull-down.)

Solved!
Go to solution

Just going through the data flow, it appears we missed a For loop we should have included.

Try changing the 1D WDT output to this. Then send it to an XY graph.

If the data looks correct, we can go from there.

xy graph.PNG

Cory K
Message 32 of 40
(1,434 Views)

What is the VI that the dt*I and Y are plugged into called? The one that looks like;

 

[  ] -\

[  ] -/

0 Kudos
Message 33 of 40
(1,430 Views)

That is the 'bundle' function.

In your palette, it is here:

Programming >> Cluste, Class, & Variant >> Bundle

Cory K
Message 34 of 40
(1,427 Views)

The program will not let me make the Waveform Graph outside of the for loop, it says there are mixing signals, I can make it inside the for loop however.

GraphII.png

0 Kudos
Message 35 of 40
(1,424 Views)

That is incredibly strange.....

That is exactly how you are supposed to build a multi-plot XY graph.

Each plot should be a cluster of an X array and Y array.

Then you build an array of all the clusters.

 

Does anyone know why this isnt working for the OP?

Cory K
0 Kudos
Message 36 of 40
(1,386 Views)
Want me to put up my whole Block Diagram?
0 Kudos
Message 37 of 40
(1,382 Views)
Sure, that would help.
Cory K
0 Kudos
Message 38 of 40
(1,380 Views)
Haha, sorry for massive mess, I dont know how to shrink it...
0 Kudos
Message 40 of 40
(1,375 Views)