LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph

Suggest to do as in the attached image?
(Do not pay attention to the part of the code on the first cycle)

0 Kudos
Message 21 of 46
(1,492 Views)

@gmazza wrote:

Suggest to do as in the attached image?
(Do not pay attention to the part of the code on the first cycle)


There are no cycles. If you talk about loops, there is no "first" because both loop operate in parallel. What is the point of the local variable? Why are you still trying to send strings to a graph? Your entire code (especially the array operations) is pure gibberish.

 

What does this last picture have to do with you latest question?  Please explain!

0 Kudos
Message 22 of 46
(1,470 Views)

Hello altenbach,
I enclose the correct version of the code.
Now my goal is to tie the x-scrollbar array with that of the graph, so as to slide (horizontally) to the graph when I slide the array.

0 Kudos
Message 23 of 46
(1,459 Views)

gmazza wrote:

I enclose the correct version of the code.


Where?

0 Kudos
Message 24 of 46
(1,457 Views)

Sorry...  

Download All
0 Kudos
Message 25 of 46
(1,450 Views)

This is still basically the same nonsense. What prevents you from attaching the actual VI?

 

Why don't you use an array of clusters, each cluster containing a numeric and a tank indicator, for example? No graph needed!

0 Kudos
Message 26 of 46
(1,438 Views)

altenbach wrote:

Why don't you use an array of clusters, each cluster containing a numeric and a tank indicator, for example? No graph needed!


Here's what I had in mind.

 

 

Download All
Message 27 of 46
(1,433 Views)

@altenbach wrote:

altenbach wrote:

Why don't you use an array of clusters, each cluster containing a numeric and a tank indicator, for example? No graph needed!


Here's what I had in mind.

 

 


Super-clean interface.  I like that!

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 28 of 46
(1,429 Views)

Altenbach forgive me but I'm not very experienced with labview. So surely you can find solutions more effective than those that I can find myself.
That said, I have to create a chart. I wanted to have a chart that had the temperature on the y axis and Sart 01, Sart 02, etc. on the x axis. But it seems that it is not possible to put strings on the x axis. I thought I'd just put the identificatico (01, 02, etc. ..) but even this is possible because I have identifiers that are not in sequence (for example, 01, 02, 10, 03, 04, 11, etc. .. ).
So I opted to "replace" the x-axis with the array (although it certainly is not the most elegant solution). Now I just have to be able to tie the x-scrollbar dell'arry with the chart ... is it possible? and if so, how?

0 Kudos
Message 29 of 46
(1,428 Views)

gmazza wrote:

That said, I have to create a chart.


So why do you show code with a graph. That's different to a chart. Do you know the difference?


gmazza wrote:

So I opted to "replace" the x-axis with the array (although it certainly is not the most elegant solution). Now I just have to be able to tie the x-scrollbar dell'arry with the chart ... is it possible? and if so, how?


You still refuse to attach your actual VI containing typical data. We cannot help unless you cooperate a little bit.

 

Whatever you are trying to do can get very complicated, because you need to match the x-axis increment to the size of the array elements.

0 Kudos
Message 30 of 46
(1,424 Views)