FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Break the curve for missing value in graph

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

0 Kudos
Message 1 of 6
(6,906 Views)

Replace the point with NaN.

0 Kudos
Message 2 of 6
(6,902 Views)
If I replace the missing value by NaN the graph shows like this. The line goes up for this NaN value
usingNaN.JPG
 
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.
lookingFor.PNG
 
Previously, I used -1 value for it's missing value and it shows  like the following graph
usingMinus.PNG
 
Thanx
Mamun
 
0 Kudos
Message 3 of 6
(6,887 Views)

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.

Message Edited by Ravens Fan on 10-20-2009 10:05 AM
0 Kudos
Message 4 of 6
(6,880 Views)

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

 

0 Kudos
Message 5 of 6
(6,877 Views)
Then that is a completely different problem.  I've never even heard of a webform graph.  You'll need to find a C# forum and post on there.  Maybe someone in the Measurement Studio forum knows.
0 Kudos
Message 6 of 6
(6,870 Views)