ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
10-11-2007 11:17 PM
10-12-2007 02:55 AM
Hi
plz check the following.
10-12-2007 03:22 AM
I think ur not understand correctly. I dont need to change the colour of plot ,i need the colour change in the plot for particular values.
I am using Labview 7.1
See the attachement
-Kumar.B
10-15-2007 07:54 AM
10-15-2007 08:07 AM
Both Christian and myslef have posted examples of how to do this, but I don't have time to find the links.
This can be accomplished by using "extra plots" that are not shown in the plot legend. The extra plot will under normal circumstances, get updated with "NaN" so that they do not plot on the graph. When a "bad" reading is detected, the "extra plot" gets updated with the bad reading, and the "normal" plot gets "NaN".
Ben
10-17-2007 10:42 PM
10-17-2007 11:08 PM
Ben wroteThis can be accomplished by using "extra plots" that are not shown in the plot legend.
I dont get your point.
I did try out with so many options, but there seems to be no way to change the colour of just a single digital sample (tick) on the Digital Waveform Graph.
Also the vertical scrollbar for all the types of graphs (esp, the Digital Graph) is of utmost necessity.
Can some lead experts file a feature request for this, or should we file on our own ?!
10-18-2007 07:55 AM
Will not work with digital.
With LV 7.1 you will have to implement your own using a picture control (lotta work!).
There is no way (that I know of) to lift the pen since you can't use "NaN" as boolean.
In LV 8 or better a XControl could be developed to do this (but still a lot of work!).
Ben
10-18-2007 08:35 AM
Ben,
I wonder why none of you had asked for the vertical scrollbar in the graphs all these years!
When you play with digital graphs for more channels, say >32, it is necessarily needed.
10-18-2007 10:03 AM