10-18-2009 12:29 AM
I have a webformgraph to show a curve with 1 hour data in every second that means it has 3600 points to show. It reads the data from a file. When there is a missing value, i replace the point value by zero. So it shows the curve fall to zero on that point and the client does not accept it. Now I want to show nothing on that point. Is it possible to show nothing for missing value in the curve? If there are any other solution plz let me know.
Mamun
10-18-2009 11:23 AM
Replace the point with NaN.
10-19-2009 11:21 PM
If I replace the missing value by NaN the graph shows like this. The line goes up for this NaN value
I am looking some thing like the following graph for its missing value. The discreate line, break point where it has missing or something special value.
Previously, I used -1 value for it's missing value and it shows like the following graph
Thanx
Mamun
10-20-2009 09:03 AM - edited 10-20-2009 09:05 AM
Post your VI so we can see what you are doing. Something must not be done right.
When I use NaN, I get this.
Also, what does this have to do with Fieldpoint? It looks like you should have posted it in the LabIVEW board.
10-20-2009 09:22 AM
Rivan,
I am facing problem in webform graph. the graph is generated from .Net c# code. I used measurement studio for that graph and it is not LabVIEW code.
thank you,
Mamun
10-20-2009 01:34 PM