09-24-2013 09:19 AM
Suggest to do as in the attached image?
(Do not pay attention to the part of the code on the first cycle)
09-24-2013 09:54 AM - edited 09-24-2013 09:54 AM
@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!
09-24-2013 10:20 AM
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.
09-24-2013 10:21 AM
09-24-2013 10:32 AM
Sorry...
09-24-2013 10:41 AM
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!
09-24-2013 10:50 AM - edited 09-24-2013 10:50 AM
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.

09-24-2013 10:56 AM
@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!
09-24-2013 11:00 AM
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?
09-24-2013 11:04 AM - edited 09-24-2013 11:06 AM
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.