05-16-2016 10:10 AM
Hi altenbach,
I hvae not tried to run this code on a different computer. I may be that something in LabVIEW may be corrupt.
This code is not at all similar to the code I am actually using. I tried to make what I gave you as small as posibile while still retaining the problem. My real code is grabbing data for the y axis from a database and grabbing the respective time from the same database. When I made the loop for the code I gave you, I just wanted the graph populated with something so I could demonstrate the problem I was having. (yes I know it looks kinda funny) I tested to see if the loop was actually completeing in my real program by placing an array at the output at the same point in the code as the graph. The array would populate with the correct data and the y axis on the graph would even allign to correspond to the data but nothing would show up in the graph.
05-16-2016 10:15 AM
I am assuming that you are not fiddling with the "visibility" checkbox (plot legend). If you show the plot legend while the data is not shown correctly, does oit still show a purple line there?
05-16-2016 10:16 AM
Hey kashiruvana,
I have checked the graph properties multiple times. To the best of my knowledge, nothing in the display style i have chosen is hiding the data. And I have tried plotting one set of data by itself an the problem persists.
I am sending the data in one big chunk.
05-16-2016 10:21 AM
I have selected the visibility checkbox and when I show the plot legend a purlple line shows up.
05-16-2016 10:28 AM
@coffeeStirredNotShaken wrote:I have selected the visibility checkbox and when I show the plot legend a purlple line shows up.
When you say that, it sounds to be that the properties are set to not show the particular plot. And when you go and show the plot legend and check the visibility box, now you see it.
It seems you've found the cause of your problem.
05-16-2016 10:35 AM
If the purple line show in the legend, it means that the visibility is enabled. If the data still does not show, the visibility checkbox is not the problem.
05-16-2016 10:35 AM
Hi RavensFan,
When I said the purlple line shows up I meant that the purple line in the plot legend shows up. Not the line on the graph
05-16-2016 10:41 AM
I just remembred something about last time this happened. After I copied and pasted the graph, the data would show up but it would plot the entire data set in the bottom right hand corner leaving the rest of the graph blank.
05-16-2016 11:48 AM
@coffeeStirredNotShaken wrote:Hi RavensFan,
When I said the purple line shows up I meant that the purple line in the plot legend shows up. Not the line on the graph
The purple line still shows up in the legend even when the plot is not visible. It just has a faded appearance to it.
05-16-2016 11:55 AM