06-12-2006 08:53 AM
06-12-2006 09:02 AM
What you are talking about can definitely be done in LabVIEW using "property nodes." Right click on the graph that you wish to change colors on, then click on create, property node. You can then select from a large list of graph properties including plot color (I believe this is what you are looking for).
Inside your program, you can then wire a value for color into the property node. Note that property nodes can be read from or written to. Just right click on the property node and select "change to write" or "change to read" to switch between modes.
I hope this helps.
Casey Weltzin, National Instruments
06-13-2006 04:07 AM
06-13-2006 05:45 AM
Thanks v much to SR who seems to have nailed my query.
The link is very useful.
The initial idea was to show the process diagram with pipes that change colour when say a N2 purge is taking place.
I think switching the graphic file which has a different colour of piping may be the best way forward
Thanks
06-13-2006 05:59 AM