LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3 seperate "1d array of cluster of 2elements" combined on xy graph

First, thanks a lot for the fast help,
but the problem is just unsolved...

1. Gabi: In my LabView 8.01 I unfortunatly don't heve the option you told on my graph-builder...
2. I tried the solution from altenbachs *.png, but it doesn't work yet...

Maybe i'm just to stupid, but...
Look at the screen...

My greatest problem is, that there are just different data types to combine on my xy graph.
The red-marked problem may will work, if I use selectors and a for-loop on the timer...
But then I'll get stuck, when I want to connect the green-marked simulation vi, cause it gives out a
'1D array of cluster of 2 elements' (Error discription).

I'm a bit despaired... Smiley Indifferent
---
My english isn't good...
Just a student. ;D
0 Kudos
Message 11 of 21
(1,063 Views)

Go back to the original code and right-click the "build array" node and select "concatenate" array. That's it!

(That's what Gabi suggested. I told you that my solution does NOT apply to your specific situation, it was more of a general side comment)

 

Your current code is a mess and you no longer even have data that is compatible with an xy graph. Please attach real VIs instead if pictures so we can bettter see what you are doing.

Message Edited by altenbach on 09-11-2007 12:26 AM

0 Kudos
Message 12 of 21
(1,059 Views)
Oh thank you, now it works great, you rescued me...
My failure was, that I misunderstood, what gabi1 meant...
Thank You! Thank You! Thank You! Thank You! Thank You! Thank You! Thank You!


---
My english isn't good...
Just a student. ;D
0 Kudos
Message 13 of 21
(985 Views)

i was trying to highlight the right click - > concatenate, and save as image, but somehow could not do it. the blue selection kept disapearing.

How do you do it Altenbach?

-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 14 of 21
(981 Views)
My problem were, that I thought, that you mean the xy-graphbuilder instead
the arraybuilder... So I couldn't find it...

Another little question...
Is it possible to change the backgroundcolor from the xygraph?
So that it is white?!
---
My english isn't good...
Just a student. ;D
0 Kudos
Message 15 of 21
(972 Views)

of course:

on the front panel, set the tool to brush (either by choosing it from the tool palette, or by pressing several times the tab buttun, until the mouse becomes a brush).

then press on the graph display - a color pallette will appear, from which you can choose a color. it can be done for the background, for the marks, lines...

-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 16 of 21
(970 Views)
Hmm, for understanding:
Tab-Button is meant the key above the Capslock, right?

Maybe it isn't implemented in my student version...
I neither have a tool palette, nor I can activate the tool brush with tabpressing...
---
My english isn't good...
Just a student. ;D
0 Kudos
Message 17 of 21
(966 Views)
Ok, I got a solution...

I changed the BG Color with  a property node...
---
My english isn't good...
Just a student. ;D
0 Kudos
Message 18 of 21
(959 Views)


I changed the BG Color with  a property node...



🙂 thats also a solution
-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 19 of 21
(950 Views)


@Schulke wrote:
Maybe it isn't implemented in my student version...
I neither have a tool palette, nor I can activate the tool brush with tabpressing...

The student version has all that.

It is possible that your tools palette appears on a offscreen location due to a bad ini entry.

Try shift+"right-click", that should get you the tools palette at the place of the mouse.

🙂

0 Kudos
Message 20 of 21
(942 Views)